You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2007/09/18 09:53:44 UTC

[jira] Commented: (JCR-875) More using of keyword 'final'

    [ https://issues.apache.org/jira/browse/JCR-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528289 ] 

Thomas Mueller commented on JCR-875:
------------------------------------

I think 'final' should be used for fields if possible, but not for parameters and local variables. There are many other ways to improve the code, for example by improving the test code coverage. In my view, this issue should be resolved as Won't Fix.

> More using of keyword 'final'
> -----------------------------
>
>                 Key: JCR-875
>                 URL: https://issues.apache.org/jira/browse/JCR-875
>             Project: Jackrabbit
>          Issue Type: Improvement
>            Reporter: Martin Koci
>            Priority: Minor
>
> As described in http://www.oreilly.com/catalog/hardcorejv/chapter/ch02.pdf, using 'final' in code can help in many ways. 
> Candidates can be found for example with PMD plugin for Eclipse.

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