Philip Graf f5a5b6cd48 pmd: fix #1076 Report.treeIterator() does not return all violations
The cause of the bug was the implementation of
ViolationNode.equalsNode(otherNode) which returned true when two
different violations start on the same line.

Note: this change also adds a maven dependency on Mockito 1.9.5 (scope:
test). Mockito helps creating mock objects and makes the test more
readable.
2013-03-24 17:53:40 +01:00
2012-03-11 18:50:49 +00:00
2012-03-12 19:59:15 +00:00
2012-03-12 20:19:42 +00:00
2013-01-13 19:17:44 +01:00
2013-02-03 19:19:58 +01:00
2013-01-13 19:17:44 +01:00

PMD

PMD is a source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.

For more information, visit http://pmd.sourceforge.net

To see the current status of this repo, visit https://buildhive.cloudbees.com/job/pmd/

Languages
Java 75.5%
Apex 9.7%
Kotlin 9.1%
ANTLR 2.7%
PLSQL 1%
Other 1.8%