[
https://issues.apache.org/jira/browse/JCR-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828987#action_12828987
]
Jukka Zitting commented on JCR-2482:
------------------------------------
@Override is IMHO quite useful and I don't think we have too many cases of
those (most of the commit was about generics).
Having too many @Override's around can actually be a good sign of a potential
target for refactoring (composition over inheritance).
> Reduce number of compiler warning by adding @Override and generics where
> appropriate
> -------------------------------------------------------------------------------------
>
> Key: JCR-2482
> URL: https://issues.apache.org/jira/browse/JCR-2482
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-jcr2spi
> Affects Versions: 2.1.0
> Reporter: Michael Dürig
> Assignee: Michael Dürig
> Fix For: 2.1.0
>
>
> Add @Override and generics where possible to reduce the number of warnings
> issued by the compiler.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.