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

Commit Tag Bot commented on LUCENE-4874:
----------------------------------------

[branch_4x commit] jpountz
http://svn.apache.org/viewvc?view=revision&revision=1464776

LUCENE-4874: Don't override non abstract methods that have an impl through
other abstract methods in FilterAtomicReader and related classes (merged from
r1464710 and r1464768).
                
> Don't override non abstract methods that have an impl through other abstract 
> methods in FilterAtomicReader and related classes
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-4874
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4874
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-4874.patch, LUCENE-4874.patch
>
>
> Terms.intersect is an optional method. The fact that it is overridden in 
> FilterTerms forces any non-trivial class that extends FilterTerms to override 
> intersect in order this method to have a correct behavior. If FilterTerms did 
> not override this method and used the default impl, we would not have this 
> problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to