Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
Im getting warnings that belong to "maven hpi" when Iuilding the Mockito java
project using ant. Scanning through the console log it shows that there should
only be 10 javac warnings, but the warnings plugin report 17 warnings (7 for
"Maven HPI plugin").
Warnings: http://hudson.ramfelt.se/job/Mockito/112/console
Console: http://hudson.ramfelt.se/job/Mockito/112/warningsResult/
Ver: Warnings plugin 1.5
Hudson: 1.223
Side note, i also noticed that the File (second table) section has two
StubbingWithThrowablesTest.java entries, my expectation would be that there
should be one row with StubbingWithThrowablesTest.java and 14 warnings. (New bug
or related to this one?)
File ↓ Total
BasicVerificationInOrderTest.java 1
DescriptiveMessagesOnMisuseTest.java 1
NoMoreInteractionsVerificationTest.java 1
StubbingWithThrowablesTest.java 7
StubbingWithThrowablesTest.java 7
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 132206 ] | JNJira + In-Review [ 201232 ] |
Code changed in hudson
User: : drulli
Path:
trunk/hudson/plugins/checkstyle/src/main/java/hudson/plugins/checkstyle/util/ParserResult.java
trunk/hudson/plugins/findbugs/src/main/java/hudson/plugins/findbugs/util/ParserResult.java
trunk/hudson/plugins/pmd/src/main/java/hudson/plugins/pmd/util/ParserResult.java
trunk/hudson/plugins/tasks/src/main/java/hudson/plugins/tasks/util/ParserResult.java
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/util/ParserResult.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=11122
Log:
[FIXED JENKINS-2133] Fixed wrong module aggregation.