-
Hi,
I checked out the latest source from trunk and compiled it.
It works fine now.
Thanks for the quick help.
2008-03-31 09:14:48 UTC in PMD
-
I _suppose_ that all rules after the migration rules are not checked and are not reported, but PMD still keeps working, so I get less bugs reported.
When I removed both migration rules from my custom ruleset, everything works, I get the the same number of errors (or more due to new rules).
2008-03-28 14:42:10 UTC in PMD
-
File Added: myruleset.xml.
2008-03-28 14:37:37 UTC in PMD
-
File Added: verbose.txt.
2008-03-28 14:33:54 UTC in PMD
-
I encountered a strange error today when I tried to switch from PMD 4.1 to 4.2 (I simply replaced the old pmd lib with the new one):
PMD 4.2 reported fewer errors than 4.1.
When I looked into the problem, I found that using the rulesets "migrating_to_14.xml" and "migrating_to_15.xml" caused the problem.
I'm using the ant task and a self-defined ruleset. If I include the two migrating rulesets...
2008-03-28 14:33:09 UTC in PMD
-
Hi,
I just committed the changes for the latest version (4.2 RC1).
2008-03-12 14:01:16 UTC in PMD
-
File Added: PMDTask.java.
2008-03-12 14:00:08 UTC in PMD
-
Currently, it is only possible to fail the ant build, when there are rule violoations of a certain severity, e.g. the ant build breaks for PMD rule violations with a severity from 1-3:
failOnRuleViolation="true"
minimumPriority="3"
Additionally, I'd like to break the build when there are too many pmd errors, so that the developers can commit the source in the first place, get the pmd...
2007-12-12 17:25:45 UTC in PMD
-
Works fine with PMD 4.1
Thanks!
2007-11-19 09:58:28 UTC in PMD
-
PMD 4.0 RC1
In the html reports the line numbers for the violations are missing.
PMD was run on the source with an ant task using the xml formatter.
In a second step, the xml reports are transformed with an xslt transformation as described under PMD Ant Task / "Postprocessing the report file with XSLT".
The reason for this errors seems to be that the xml format has changed.
Old: (PMD...
2007-06-25 08:37:03 UTC in PMD