<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Static-Code-Analysis on despatches</title><link>https://icle.es/tags/static-code-analysis/</link><description>Recent content in Static-Code-Analysis on despatches</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Jun 2025 09:25:00 +0100</lastBuildDate><atom:link href="https://icle.es/tags/static-code-analysis/index.xml" rel="self" type="application/rss+xml"/><item><title>Automating Code Analysis with Hudson [1115]</title><link>https://icle.es/2011/12/28/automating-code-analysis-with-hudson-1115/</link><pubDate>Wed, 28 Dec 2011 15:34:52 +0000</pubDate><guid>https://icle.es/2011/12/28/automating-code-analysis-with-hudson-1115/</guid><description>&lt;p>As part of
&lt;a href="http://drone-ah.com/2011/12/28/hudson-jenkins-and-continuous-integration-1114/" title="Hudson / Jenkins and Continuous Integration [1114]">setting up continuous integration and automated builds and source analysis&lt;/a>,
the next step is to integrate in the source analysis parts.&lt;/p>
&lt;p>To this end, I installed the following plugins:&lt;/p>
&lt;p>Task Scanner&lt;br>
FindBugs&lt;br>
CheckStyle&lt;br>
PMD&lt;/p>
&lt;p>After restarting Hudson, there are a few additional configuration bits to
complete.&lt;/p>
&lt;p>I added an additional build step and set the goal as&lt;/p>
```
checkstyle:checkstyle findbugs:findbugs pmd:pmd
```
&lt;p>I then enabled the four plugins, saved, ran a build and et voila... Just like
magic&lt;/p></description><content:encoded><![CDATA[<p>As part of
<a href="http://drone-ah.com/2011/12/28/hudson-jenkins-and-continuous-integration-1114/" title="Hudson / Jenkins and Continuous Integration [1114]">setting up continuous integration and automated builds and source analysis</a>,
the next step is to integrate in the source analysis parts.</p>
<p>To this end, I installed the following plugins:</p>
<p>Task Scanner<br>
FindBugs<br>
CheckStyle<br>
PMD</p>
<p>After restarting Hudson, there are a few additional configuration bits to
complete.</p>
<p>I added an additional build step and set the goal as</p>
```
checkstyle:checkstyle findbugs:findbugs pmd:pmd
```
<p>I then enabled the four plugins, saved, ran a build and et voila... Just like
magic</p>
]]></content:encoded></item></channel></rss>