You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @brett-lempereur helpfully pointed out, PMD "lets you define complicated rulesets (from brace placement through to cyclomatic/npath complexity) and automatically assess these features on a Java codebase."
This could be useful for measuring code efficiency (e.g. file closing, complexity).
As @brett-lempereur helpfully pointed out, PMD "lets you define complicated rulesets (from brace placement through to cyclomatic/npath complexity) and automatically assess these features on a Java codebase."
This could be useful for measuring code efficiency (e.g. file closing, complexity).
PMD: http://pmd.sourceforge.net/
The text was updated successfully, but these errors were encountered: