<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Source Allies Blog &#187; Code Analysis</title>
	<atom:link href="http://blogs.sourceallies.com/tag/code-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.sourceallies.com</link>
	<description>Technical and process thinking from Source Allies employees</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:40:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sonar &#8211; Code Quality Analysis Tool</title>
		<link>http://blogs.sourceallies.com/2010/02/sonar-code-quality-analysis-tool/</link>
		<comments>http://blogs.sourceallies.com/2010/02/sonar-code-quality-analysis-tool/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:00:12 +0000</pubDate>
		<dc:creator>Sanjay Shrestha</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Code Analysis]]></category>
		<category><![CDATA[Sonar]]></category>

		<guid isPermaLink="false">http://blogs.sourceallies.com/?p=884</guid>
		<description><![CDATA[What is Sonar?
Sonar is a web based code quality analysis tool for Maven based Java projects. It covers a wide area of code quality check points which include: Architecture &#38; Design, Complexity, Duplications, Coding Rules, Potential Bugs, Unit Test etc. Sonar has a rich set of features like what you would get with different tools [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Sonar?</strong></p>
<p>Sonar is a web based code quality analysis tool for Maven based Java projects. It covers a wide area of code quality check points which include: Architecture &amp; Design, Complexity, Duplications, Coding Rules, Potential Bugs, Unit Test etc. Sonar has a rich set of features like what you would get with different tools such as Covertura, PMD, FindBugs, Check Styles combined.</p>
<p><a href="http://sonar.codehaus.org/">http://sonar.codehaus.org/</a></p>
<p><strong>Setting up Sonar</strong></p>
<ul>
<li>Download the latest release of Sonar from <a href="http://sonar.codehaus.org/downloads/">http://sonar.codehaus.org/downloads/</a>.</li>
<li>Unzip it to a folder, e.g. C:\Sonar</li>
<p><span id="more-884"></span></p>
<li>Run <em>C:\Sonar\bin\windows-x86-32\StartSonar.bat</em> for Windows. There are several options available for other operationg system such as Linux, Solaris.</li>
<li>Browse to <a href="http://localhost:9000/">http://localhost:9000</a> . The browser will display a &#8220;<em>No projects have been analysed</em>&#8221; message. This is a sanity check to see if Sonar is running properly.</li>
<li>From within your project, run the following maven command: <em>mvn clean install sonar:sonar</em></li>
<li>Refesh the browser. The code quality related reports such as Complexity, Duplication, Voilation, Rules of Compliance etc will be displayed.</li>
<li>To customize the features using the admin console, login/password is <strong>admin/admin</strong>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sourceallies.com/2010/02/sonar-code-quality-analysis-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

