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
Priority: Trivial
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]