Static Code Analysis Plug-insHudson understands the result files of several static code analysis tools. For each result file a different plug-in is used for configuration and parsing.Since these results are visualized by the same back-end, the description of this back-end is combined in this section. The following plug-ins use the same visualization:
When the plug-ins are active (both freestyle and m2 builds are supported) and the build is configured to run the corresponding analysis tool, then for each build a summary result trend is shown on a job's main view. Additionally, for each plug-in a link is provided in the side panel to directly jump to the results of the latest build. Note that these plug-ins normally get built in the site phase, not in the 'normal' package phase. The hudson configuration help for the plugin specifies which goal you'll have to add to your maven build options a bit further up on the same page.
Trend GraphsThere are several trend graphs available for the plug-ins. Currently, you can select one of the following trend graphs for a job:
You can adjust the size of graph and the number of builds to include. These graphs can be configured globally for a job and can be changed by each user. Build SummaryThe results for each build are summarized on the build view. Here you see how may warnings or open tasks have been found for the selected build. Moreover, the summary shows the number of new and fixed warnings as well as the number of scanned or parsed files. The details views for each plug-in are accessible via hyper links. You can also directly navigate to the plug-in results by clicking into the trend image (see image above).
Result OverviewEach plug-in presents the results of a build in several overview tabs: here you see the number of the warnings or tasks per item as well as the severity distribution. The severity graphs provide a tool tip to show the actual number of warnings or tasks for each severity. By following the link in the first overview table column you will be directed to the filtered details of the selection. The overview table is sortable, so you can easily find the modules or packages with the most warnings by clicking on the table header.
Result DetailsThe details of the individual warnings are shown in the remaining tabs. In the Details tab you will see all warnings of the current selection (e.g., a given package) printed one after another. For each warning you will see the warning message and a detailed description (with example) of the static analysis tool. If you are viewing the results of the current build then the file names are hyperlinks: clicking on the file name will open the actual source code with the selected warning highlighted.
The detail tabs in the other plug-ins are equivalent, click on the thumbnails below to view a screenshot of these tabs. Besides this details tab there are additional tabs that show the details for a filtered sub-set of the warnings or tasks. I.e., the tabs high, normal, and low show the details of the selected severity, while the tabs new and fixed show warnings in the current build that are new or fixed, respectively. Finally, the tab Warnings shows a sortable table of all warnings. Here you can sort the warnings by all available attributes to decide which warnings should be looked at in more detail. The warning message and description is shown when hoovering over the cell content.
Source Code VisualizationThe actual warning is visualized in the source code view (with syntax highlighting). Some warnings have several source code markers attached. In this case, the primary range of the warnings is colored with orange, the remaining ranges are colored with yellow. When hoovering over a colored warning annotation, then the warning message and detailed description is shown in a tool tip. Remote APIAll plug-ins also do have a remote API to obtain information on the quality of the current build. You can use the following commands:
<analysisResult>
<newZeroWarningsHighScore>false</newZeroWarningsHighScore>
<numberOfFixedWarnings>40</numberOfFixedWarnings>
<numberOfNewWarnings>40</numberOfNewWarnings>
<numberOfWarnings>95</numberOfWarnings>
<warningsDelta>0</warningsDelta>
<zeroWarningsHighScore>0</zeroWarningsHighScore>
<zeroWarningsSinceBuild>0</zeroWarningsSinceBuild>
<zeroWarningsSinceDate>0</zeroWarningsSinceDate>
</analysisResult>
* ...job/[Job-Name]/[Build-Number]/[Plugin-Name]Result/api/xml?depth=1 will additionally return the current (and new) warnings: <analysisResult> <newZeroWarningsHighScore>false</newZeroWarningsHighScore> <numberOfFixedWarnings>40</numberOfFixedWarnings> <numberOfNewWarnings>40</numberOfNewWarnings> <numberOfWarnings>95</numberOfWarnings> <warning> <fileName>checkstyle/src/main/java/hudson/plugins/checkstyle/CheckStyleResult.java </fileName> <message>The String literal "</li>" appears 5 times in this file; the first occurrence is on line 62.</message> <primaryLineNumber>62</primaryLineNumber> <priority>NORMAL</priority> </warning> <warningsDelta>0</warningsDelta> <zeroWarningsHighScore>0</zeroWarningsHighScore> <zeroWarningsSinceBuild>0</zeroWarningsSinceBuild> <zeroWarningsSinceDate>0</zeroWarningsSinceDate> </analysisResult> Plugin Information
This plug-in provides utilities for the static code analysis plug-ins. |












Comments (7)
Nov 20
Pascal Gelinas says:
I've just started using these plug-ins for our build process and I've been wonde...I've just started using these plug-ins for our build process and I've been wondering if there is a way to aggregate the reports in an upstream project, just like the "Aggregate test report" does.
I have a build configuration like this one: Project A is upstream and Project B and C are downstream of A. Project A is like the real project where B and C are sub-modules. Project A doesn't really have any source code or tests, it just polls the SCM and launch the build for B and C, then aggregate their test result. I'd like to do the same for the reports generated by the static analyzer but I haven't found a way to do it yet. Any ideas?
Nov 30
Ulli Hafner says:
This option is only available for multi-module m2 projects.This option is only available for multi-module m2 projects.
Jan 27
Michel Nolard says:
Shouldn't it be quite straightforward to use the downstream project list as if i...Shouldn't it be quite straightforward to use the downstream project list as if it was a maven2 multi-module list ? Maybe I am wrong thinking it is simple _and_ easy so I'm waiting for your advice.
Wouldn't it be wonderful to offer that feature to people out there who are not using maven ? Some developer cannot use maven simply because :
- they are working on huge "legacy" systems,
- they have not enough time/money/people/knowledge/self-confidence to actually do the migration,
- some work in companies whose standards do not include maven,
- they use another similar tool already like Apache Ivy,
...
Maybe _you_ are lucky, but it is not everybody's case.
Thank you for reconsidering your point of view for one second at least.
Jan 27
Ulli Hafner says:
Yes, it shouldn't be too complicated to aggregate the results. I just meant that...Yes, it shouldn't be too complicated to aggregate the results. I just meant that the support is automatically available for maven projects. For freestyle projects the support needs to implemented. So the best thing would be to open a feature request in our issue tracker.
Feb 03
Jasper Li says:
Hi, I'm working on extension of another parser for warning plug-in. My parser c...Hi,
I'm working on extension of another parser for warning plug-in. My parser could provide detailed information of multiple source code in a single warning.
But how to hyperlink and highlight all of these source code lines in details tab?
But class Warning could only be initialize by only one file name and line number, and it's hyperlink is like ....../107/warningsResult/source.43/#425
How could I hyperlink and highlight multiple source code lines or multiple files like example picture in this page?
Thanks!
Feb 03
Jasper Li says:
Furthermore, how to format and paragragh text in detail tab?Furthermore, how to format and paragragh text in detail tab?
yesterday at 04:58 PM
Sarita Tripathy says:
I am seeing the issue, that when I look at a build it says something like 41 ne...I am seeing the issue, that when I look at a build it says something like 41 new warnings, and 38 fixed warnings, but if I click on the it takes me to a page which contains actually 0 issues, total 0, to high low and all other category fixes 0. In effect the whole build might have only a couple of extra issues in the build, but this seeing so many fixed and new confuses the developers, and they are not sure whats wrong and which one is actually new.
Is anybody else experiencing this problem ? I am getting same unusual numbers for the Duplicate Code checker, and the Checkstyle always says all warning are new.
We are on Hudson 1.344,
Static Analysis Utilities 1.3
Checkstyle Plug-in 3.2
Duplicate Code Scanner Plug-in 2.2
Findbugs Plug-in 4.3
We are using ant to do the build, and publish the findings to xml files.