Karl Richter created NETBEANS-784:
-------------------------------------
Summary: Improve static code analysis with checkstyle and PMD
Key: NETBEANS-784
URL: https://issues.apache.org/jira/browse/NETBEANS-784
Project: NetBeans
Issue Type: Task
Reporter: Karl Richter
[Checkstyle](https://en.wikipedia.org/wiki/Checkstyle) and
[PMD](https://en.wikipedia.org/wiki/PMD_(software)) are static code analysis
tools which can easily be integrated with modern build tools like Maven and
Gradle. That being said, it should be feasible to integrate them into the
current build system.
The checks should be run before the compilation in order to fail as early as
possible and forbid "bad" code to be able to build and thus pass checks and be
checked into the SCM. What is considered "bad" is configured in ruleset files.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists