You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Lars Kotthoff (JIRA)" <ji...@apache.org> on 2008/07/23 07:22:31 UTC

[jira] Updated: (SOLR-489) Added @deprecation Javadoc comments

     [ https://issues.apache.org/jira/browse/SOLR-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Kotthoff updated SOLR-489:
-------------------------------

    Attachment: SOLR-489.patch

Attaching patch which adds @deprecation comments to @Deprecation annotations for the following files:

./src/webapp/src/org/apache/solr/servlet/SolrServlet.java
./src/java/org/apache/solr/handler/XmlUpdateRequestHandler.java
./src/java/org/apache/solr/handler/admin/ShowFileRequestHandler.java
./src/java/org/apache/solr/tst/TestRequestHandler.java
./src/java/org/apache/solr/tst/OldRequestHandler.java
./src/java/org/apache/solr/analysis/WordDelimiterFilter.java
./src/java/org/apache/solr/schema/IndexSchema.java
./src/java/org/apache/solr/search/DocSet.java
./src/java/org/apache/solr/core/SolrCore.java
./src/java/org/apache/solr/core/SolrConfig.java
./src/java/org/apache/solr/core/Config.java
./src/java/org/apache/solr/request/SolrQueryRequest.java
./src/java/org/apache/solr/request/SolrQueryRequestBase.java
./src/java/org/apache/solr/util/CommonParams.java
./client/java/solrj/src/org/apache/solr/client/solrj/request/UpdateRequest.java

That should be it, unless I've missed something. Somebody who knows the codebase better than me should have a look over it.

> Added @deprecation Javadoc comments
> -----------------------------------
>
>                 Key: SOLR-489
>                 URL: https://issues.apache.org/jira/browse/SOLR-489
>             Project: Solr
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Sean Timm
>            Assignee: Mike Klaas
>            Priority: Trivial
>             Fix For: 1.3
>
>         Attachments: deprecationDocumentation.patch, SOLR-489.patch
>
>
> In a number of files, @Deprecation annotations were added without accompanying @deprecation Javadoc comments to explain what to use now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.