[
https://issues.apache.org/jira/browse/LUCENE-2200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798495#action_12798495
]
Robert Muir commented on LUCENE-2200:
-------------------------------------
all tests pass and patch looks good to me. will commit at the end of the day.
> 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
> Attachments: 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: [email protected]
For additional commands, e-mail: [email protected]