Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: checkstyle-plugin
-
Labels:None
-
Similar Issues:
Description
I would like to consult you in reference to the checkstyle Plugin for Jenkins.
We currently use the plugin in our organization, we use version 3.35, on a Jenkins version 1.480.
The point is that we have detected that the data displayed in the report showing Jenkins, do not correspond exactly to the data in the file generated by Checkstyle(checkstyle-result.xml).
We have counted the number of error tags '<error>' and sometimes there are more than the shown by Jenkins checkstyle plugin.
Is there any known problem?
I hope you have understood me.
Thank you for your time and effort.
Code changed in jenkins
User: Ulli Hafner
Path:
pom.xml
src/main/java/hudson/plugins/checkstyle/parser/CheckStyleParser.java
src/main/java/hudson/plugins/checkstyle/parser/Error.java
src/test/java/hudson/plugins/checkstyle/parser/CheckStyleParserTest.java
src/test/resources/hudson/plugins/checkstyle/parser/issue19122.xml
http://jenkins-ci.org/commit/checkstyle-plugin/eb83c5056b802b33ef8894063a4fb216f948d471
Log:
[FIXED JENKINS-19122] Parse and set column of Checkstyle warnings.