Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Won't Fix
-
Component/s: checkstyle-plugin, dry-plugin, findbugs-plugin, pmd-plugin, tasks-plugin, warnings-plugin
-
Labels:None
-
Environment:Platform: Other, OS: Linux
-
Similar Issues:
Description
Hudson fails to display any checkstyle details.
- It parses the checkstyle-result.xml files and displays correct numbers in the Warning Trend and
Summary tables. - The details tab is empty in the main page as well as the specific annotation type pages.
- Checkstyle plugin version 2.12 (though problem also noticed in previous versions)
- Hudson version 1.314
- Perhaps it is only partially parsing the <error/> lines. Ours look like
<error line="58" column="32" severity="warning" message="'300' is a magic number."
source="com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck"/> - Result files generated using maven checkstyle plugin across many modules
Attachments
Issue Links
- is blocking
-
JENKINS-3410 Findbugs details panel pinwheels
-
- Resolved
-
Ok, thanks. I replaced the checkstyle-warnings.xml in our server with your file
but here I get the results: see screenshot.
Since the results are rendered via an Ajax call: do you have Java Scripts
blocked in your Browser? Which Browser are you using? Does it work in another
browser?
Can you please also attach the Hudson build.xml file of the current build, maybe
there is something wrong in that file...
BTW: the previous results are also loaded to compute the differences between two
builds.