Re: New vs. fixed PMD warnings detection

2012-07-19 Thread abunetta
I've opened "PMD Plugin reporting existing warnings as new" https://issues.jenkins-ci.org/browse/JENKINS-14509 - David On Thursday, July 19, 2012 4:58:45 PM UTC+3, Ulli Hafner wrote: > > Seems that the context hash code is not computed. Are the filenames > correct? Is this a maven or freestyle

Re: New vs. fixed PMD warnings detection

2012-07-19 Thread Ullrich Hafner
Seems that the context hash code is not computed. Are the filenames correct? Is this a maven or freestyle job? Can you please file an issue so we can discuss this problem in Jira? Ulli On 07/19/2012 01:35 PM, abune...@gmail.com wrote: > Which file plug-in file created file do you need exactly? >

Re: New vs. fixed PMD warnings detection

2012-07-19 Thread abunetta
Which file plug-in file created file do you need exactly? jenkins\jobs\job-name\builds\2012-07-19_13-38-36\pmd-warnings.xml? Would it be enough for me to find the equivalent entries in the pmd.xml/pmd-warnings.xml files? For example: pmd.xml: http://pmd.sourceforge.net/rules/java/logging-java.

Re: New vs. fixed PMD warnings detection

2012-07-19 Thread Ullrich Hafner
Can you please file a bug report and attach the pmd warnings files that are created by my plug-in (in the build folder) so I can compare these two files...? Ulli On 07/19/2012 10:51 AM, abune...@gmail.com wrote: > Yes, definitely the same PMD version. Before the PMD upgrade there > were no PMD wa

Re: New vs. fixed PMD warnings detection

2012-07-19 Thread abunetta
Yes, definitely the same PMD version. Before the PMD upgrade there were no PMD warnings. The amount of warnings that are detected as new or existing seems almost random. It usually shows all warnings as new, but it sometimes detects some 10's or 100's as existing. - David On Thursday, July 19

Re: New vs. fixed PMD warnings detection

2012-07-19 Thread Ullrich Hafner
Is the current and reference build using the same PMD version? Maybe the IDs of the rules changed in PMD5... Ulli On 07/19/2012 09:59 AM, abune...@gmail.com wrote: > Hi, > > I'm using the PMD plugin to detect and monitor PMD warnings that are > found in my builds. I recently upgraded to PMD 5.0 a

New vs. fixed PMD warnings detection

2012-07-19 Thread abunetta
Hi, I'm using the PMD plugin to detect and monitor PMD warnings that are found in my builds. I recently upgraded to PMD 5.0 and added a number of new PMD rules to my report. My problem is that the PMD plugin seems to be almost completely incapable of differentiating between new and previously