[
http://issues.apache.org/jira/browse/GRFT-76?page=comments#action_12357511 ]
Oliver Kießler commented on GRFT-76:
------------------------------------
You can also create those kind of metrics by using maven. You just need to add
another report plugin to the project.xml file.
<reports>
<report>maven-pmd-plugin</report>
</reports>
Then you need to run "maven pmd:report"
> More using of keyword 'final'
> -----------------------------
>
> Key: GRFT-76
> URL: http://issues.apache.org/jira/browse/GRFT-76
> Project: Graffito
> Type: Improvement
> Components: JCR-Mapping
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira