[ 
https://issues.apache.org/jira/browse/LUCENENET-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264017#comment-13264017
 ] 

Prescott Nasser commented on LUCENENET-487:
-------------------------------------------

LongParser and DoubleParser are marked as obsolete will be removed in 3.0. 
however, the cooresponding java code doesn't show as oboslete 
(http://svn.apache.org/viewvc/lucene/java/tags/lucene_3_0_3/src/java/org/apache/lucene/search/FieldCache.java?revision=1040994&view=markup).
 

What am I missing?


    [Obsolete("Use FieldCache.LongParser, this will be removed in Lucene 3.0")]
        public interface LongParser:Parser
        {
                /// <summary>Return an long representation of this field's 
value. </summary>
                long ParseLong(System.String string_Renamed);
        }
        
    [Obsolete("Use FieldCache.DoubleParser, this will be removed in Lucene 3.0 
")]
        public interface DoubleParser:Parser
        {
                /// <summary>Return an long representation of this field's 
value. </summary>
                double ParseDouble(System.String string_Renamed);
        }
                
> Remove Obsolete Members, Fields that are marked as obsolete and to be removed 
> in 3.0
> ------------------------------------------------------------------------------------
>
>                 Key: LUCENENET-487
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-487
>             Project: Lucene.Net
>          Issue Type: Task
>    Affects Versions: Lucene.Net 3.0.3
>            Reporter: Prescott Nasser
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> We have several places where things are marked as obsolete and to be removed 
> in 3.0. We should remove those. Also, care should be taken to comment what 
> was removed (and what should be used in it's place), so that we can have 
> complete and quality release notes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to