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

Robert Muir resolved LUCENE-2200.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1

Thanks Steven!

> Several final classes have non-overriding protected members
> -----------------------------------------------------------
>
>                 Key: LUCENE-2200
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2200
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 3.0
>            Reporter: Steven Rowe
>            Assignee: Robert Muir
>            Priority: Trivial
>             Fix For: 3.1
>
>         Attachments: LUCENE-2200.patch, LUCENE-2200.patch, LUCENE-2200.patch
>
>
> Protected member access in final classes, except where a protected method 
> overrides a superclass's protected method, makes little sense.  The attached 
> patch converts final classes' protected access on fields to private, removes 
> two final classes' unused protected constructors, and converts one final 
> class's protected final method to private.

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


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

Reply via email to