[ https://issues.apache.org/jira/browse/LUCENE-2200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steven Rowe updated LUCENE-2200: -------------------------------- Attachment: LUCENE-2200.patch > 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 > Attachments: 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