Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Hi All,
Since the upgrade HUDSON from 1.346 to 1.352 (therefore now pointing to the latest warning plugin version), the warning distribution (gcc) is identical for all warnings, even though warnings number are well different for different files.
Basically the yellow bars have all the same width, instead of a width dependant of the # of warnings.
This only happens in the file tabs
Best Regards,
Xavier.
Attachments
Issue Links
- is duplicated by
-
JENKINS-6295 Incorrect warning statistics
-
- Closed
-
Code changed in hudson
User: : drulli
Path:
trunk/hudson/plugins/analysis-core/src/main/java/hudson/plugins/analysis/util/model/AbstractAnnotation.java
trunk/hudson/plugins/analysis-core/src/main/resources/tabview/all.jelly
trunk/hudson/plugins/analysis-core/src/test/java/hudson/plugins/analysis/util/model/WorkspaceFileTest.java
http://jenkins-ci.org/commit/29829
Log:
[FIXED JENKINS-6139] [FIXED JENKINS-6132] Fixed compareTo() of warnings. Comparison is now done on filename, then line number, and finally hashCode.