<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sonar</title>
	
	<link>http://www.sonarsource.org</link>
	<description>Open Source Quality Management Platform</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:10:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Sonar" /><feedburner:info uri="sonar" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Sonar</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Looking Back at 2011 Sonar Platform Accomplishments</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/uk3teWTJigU/</link>
		<comments>http://www.sonarsource.org/looking-back-at-2011-sonar-platform-accomplishments/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 15:10:02 +0000</pubDate>
		<dc:creator>Freddy Mallet</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[jacoco]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[manual reviews]]></category>
		<category><![CDATA[Sonar CPD]]></category>
		<category><![CDATA[Sonar Eclipse]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5850</guid>
		<description><![CDATA[The beginning of a new year always provides a good opportunity to look back at what was achieved the previous year and this is what I am going to do today for the Sonar platform. Let&#8217;s start with a short version of this retrospective. Last year was made of: 8 releases of Sonar 110+ releases [...]]]></description>
			<content:encoded><![CDATA[<p>The beginning of a new year always provides a good opportunity to look back at what was achieved the previous year and this is what I am going to do today for the Sonar platform.</p>
<p>Let&#8217;s start with a short version of this retrospective. Last year was made of:</p>
<ul>
<li>8 releases of Sonar</li>
<li>110+ releases in the ecosystem</li>
<li>55,000 downloads of Sonar</li>
<li>10,000+ messages on mailing lists</li>
</ul>
<p>So I suppose we can call this a pretty active year for the community. Now, the longer version:</p>
<h1>The Plan</h1>
<p>One year ago, we had <a href="http://www.sonarsource.org/what-is-coming-up-for-sonar-in-2011/">the following ambitions</a> :</p>
<p><quote>Track changes : The next step is to provide the ability to report on code coverage of new source code. This is to ensure that whatever legacy code is there, teams have the ability to monitor the coverage by unit tests on added code if they wish.</quote></p>
<p>Since <a href="http://www.sonarsource.org/sonar-2-7-in-screenshots/">Sonar 2.7</a> and with help of the <a href="http://docs.codehaus.org/display/SONAR/SCM+Activity+Plugin">SCM Activity plugin</a>, this magic feature is available.</p>
<p><quote>Code Review : This is really the next strategic move for the Sonar platform : add a manual dimension to the automated one to provide a complete code review tool.</quote></p>
<p>This was a major change to accomodate into the platform and we therefore decided to adopt a baby step approach. The full functionality was delivered over 5 releases, from 2.8 to 2.12. Here is what the platform now covers:</p>
<ul>
<li>Review a violation</li>
<li>Comment, assign, plan a review</li>
<li>Flag false-positive violations through the UI</li>
<li>Create manual violations through the UI</li>
<li>Change the severity of a violation through the UI</li>
</ul>
<p>Next step will be to provide the ability to customize the review workflow and its related permissions. </p>
<p><quote>Language consolidation : Provide a Squid-like engine to the C# plugin to make it more robust</quote></p>
<p>It took us 6 month with the great help of Alexandre Victoor to rewrite the C# plugin that embeds its own C# parser and natively supports visual studio projects.</p>
<p><quote>Language consolidation : Improve the C parser to gain robustness, support non ANSI-85 extensions and increase significantly the number of rules available</quote></p>
<p>We haven&#8217;t worked as much as we wanted on this C plugin and so the number of rules remains limited. That&#8217;s why we&#8217;ve already started working to implement the <a href="http://www.misra-c.com/Activities/MISRAC/tabid/160/Default.aspx">MISRA-C standard</a>. </p>
<p><quote>Language consolidation : Improve the PL/SQL plugin to provide currently missing metrics</quote></p>
<p>A PL/SQL parser has been written to provide all those metrics and to start implementing some new rules outside the Toad CodeXpert tool.</p>
<p><quote>Sonar Eclipse : Now that we have a stable version 1.0 of the plugin, we can start building on it. The objective for this year is to provide capability for running local analysis inside Eclipse</quote></p>
<p>This local mode is now available but in fact the greatest new feature of Sonar Eclipse is certainly the integration of Mylyn to <a href="http://www.sonarsource.org/effective-code-review-with-sonar/">manage reviews directly from the IDE</a>. </p>
<p><quote>Support New Bootstrappers : We have started last year some background work to decouple Sonar from Maven. This work will enable us to support 2 new mechanisms for bootstrapping analysis in Sonar 2.6 : an ANT task and a Java runner. Next step is to also provide Gradle bootstrapper.</quote></p>
<p><a href="http://docs.codehaus.org/display/SONAR/Analyse+with+Ant+Task">DONE</a>, <a href="http://docs.codehaus.org/display/SONAR/Analyse+with+a+simple+Java+Runner">DONE</a>, <a href="http://gradle.org/docs/current/userguide/sonar_plugin.html">DONE</a>, Sonar is now fully decoupled from Maven but if you want to use the power of Maven along with Sonar, <a href="http://www.sonarsource.org/we-had-a-dream-mvn-sonarsonar/">it is of course still possible</a>.</p>
<p><quote>JaCoCo Integration : We intend to make 2 major integrations of JaCoCo into Sonar this year. The first one is to integrate it into Sonar core. The second one is to provide ANT integration of JaCoCo and therefore provide a simple way of gathering code coverage when you execute unit tests from ANT.</quote></p>
<p><a href="http://www.sonarsource.org/sonar-2-12-in-screenshots/">DONE</a> &#038; <a href="http://docs.codehaus.org/display/SONAR/Code+coverage+plugins">DONE</a>. </p>
<h1>Beyond the Plan</h1>
<p>Obviously, we did not plan for all upcoming innovations for the year. Here are three major features of Sonar that weren&#8217;t planned and that have been implemented:</p>
<ul>
<li>Sonar CPD : this new technology introduced in Sonar 2.10 will fully replace PMD CPD in Sonar 2.14 and allows to track cross-projects duplications</li>
<li>i18n : Since <a href="http://www.sonarsource.org/sonar-2-10-in-screenshots/">Sonar 2.10</a> the Sonar UI can be in spanish, french, greek&#8230;</li>
<li>Email notifications : Since <a href="http://www.sonarsource.org/sonar-2-9-in-screenshots/">Sonar 2.10</a> a user can subscribe to some events to be notified by email. For instance when a review is assigned to him.</li>
</ul>
<p>And this is also true in the ecosystem, here are two examples: </p>
<ul>
<li>a great effort made on the PHP plugin to resurrect it</li>
<li>development of an extension for SAP ABAP</li>
</ul>
<p>So after all this, what could be an exciting challenge for 2012 ? This is going to be the subject of my next post !</p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/uk3teWTJigU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/looking-back-at-2011-sonar-platform-accomplishments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/looking-back-at-2011-sonar-platform-accomplishments/</feedburner:origLink></item>
		<item>
		<title>Sonar in the news</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/guoGbXqPcRc/</link>
		<comments>http://www.sonarsource.org/sonar-in-the-news-24/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 15:00:23 +0000</pubDate>
		<dc:creator>Olivier Gaudin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5999</guid>
		<description><![CDATA[Welcome to the roundup of blog posts and pages that mentioned Sonar last month… Sonar and Gradle Multi-Module Projects By Gunnar Hillert, 13 January 2012 I love Sonar. It is a wonderful way to collect some metrics for your Java projects &#8211; hassle-free and wrapped in a sweet-looking UI. For Maven-based projects Sonar literally works [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the roundup of blog posts and pages that mentioned Sonar last month…<span id="more-5999"></span></p>
<p><a href="http://hillert.blogspot.com/2012/01/sonar-and-gradle-multi-module-projects.html">Sonar and Gradle Multi-Module Projects</a><br />
By Gunnar Hillert, 13 January 2012<br />
<quote>I love Sonar. It is a wonderful way to collect some metrics for your Java projects &#8211; hassle-free and wrapped in a sweet-looking UI.  For Maven-based projects Sonar literally works out of the box. Just start up your Sonar instance (assuming you are using the default settings running on localhost) and then you simply fire it off using:</quote></p>
<p><a href="http://java.dzone.com/articles/measuring-code"> Measuring Code </a><br />
By David Green, 2 January 2012<br />
<quote>How good is your code? If you’re like the other 80% of above average developers, then I bet your code is pretty awesome. But are you sure? How can you tell? Or perhaps you’re working on a legacy code base – just how bad is the code? And is it getting better? Code metrics provide a way of measuring your code – some people love ‘em, but some hate ‘em.</quote></p>
<p><a href="http://www.wappworks.com/2012/01/06/making-a-business-case-for-using-codehaus-sonar/">Making a Business Case For Using Codehaus Sonar</a><br />
By Chris Khoo, 6 January 2012<br />
<quote>Augmenting the development process is often a hard sell – processes don’t contribute directly to company profits and there are financial and time costs (for integration and maintenance)  to consider. Personally, I’m a firm believer in adopting processes on an as-needed basis rather than trying to build the ultimate workflow/process all at once.</quote></p>
<p><a href="http://www.coding-stories.com/2012/01/23/couverture-des-tests-dintegration-avec-jacoco-maven-et-sonar/">Couverture des tests d’intégration avec JaCoCo, Maven et Sonar</a><br />
By Jean-Christophe, 23 January 2012<br />
<quote>Dans nos projets on rencontre souvent ce cas de figure : certaines portions de code se prêtent mal au test unitaire. Ce sont les interfaces graphiques, le code qui manipule des fichiers, les connexions réseaux… Cela peut poser problème lorsqu’on …</quote></p>
<p><a href="http://www.javaworld.com/community/?q=node/8293"> Continuous Integration and Testing </a><br />
By John Dobie, 16 January 2012<br />
<quote>How do you know if using code metrics really does help to produce code with fewer bugs.<br />
I am convinced they do, but how can I possibly prove it? All projects have historic data. This is usually stored in your bug tracking and source code control tools. We can use the data stored in these systems to perform ‘code forensics.’ We use the historic data from real issues to see if they could have been avoided.</quote></p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/guoGbXqPcRc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/sonar-in-the-news-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/sonar-in-the-news-24/</feedburner:origLink></item>
		<item>
		<title>Sonar 2.13 in screenshots</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/54GV3gsVpUA/</link>
		<comments>http://www.sonarsource.org/sonar-2-13-in-screenshots/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 12:48:54 +0000</pubDate>
		<dc:creator>Simon Brandhof</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5935</guid>
		<description><![CDATA[The Sonar team is proud to announce the release of Sonar 2.13. This new version includes 60 improvements, bug-fixes and also some new features that we believe are worth stopping your daily work for a couple of minutes to check out : ability to create manual reviews / violations anywhere in the code, ability to [...]]]></description>
			<content:encoded><![CDATA[<p>The Sonar team is proud to announce the release of Sonar 2.13. This new version includes 60 improvements, bug-fixes and also some new features that we believe are worth stopping your daily work for a couple of minutes to check out : ability to create manual reviews / violations anywhere in the code, ability to create action plans and an extended search engine.</p>
<p><span id="more-5935"></span></p>
<h2>Extended search engine</h2>
<p>The search engine will now return not only projects but also modules, package and files. A picture is worth a thousand words :</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2012/01/search_engine.png"/></p>
<h2>Add a review on any piece of code</h2>
<p>Whenever a quality defect is detected &#8220;manually&#8221;, the person who detected it has the ability to inject a violation directly into Sonar:</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2012/01/review_code.png"/></p>
<p>The related violation is then displayed within the source code and will be accounted for in metrics after the next analysis of the project:</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2012/01/generated_review.png"/></p>
<h2>Action plans</h2>
<p>Action plans can be created to group reviews together.<br />
<img src="http://www.sonarsource.org/wp-content/uploads/2012/01/manage_action_plans.png" /></p>
<p>An action plan can be associated to each violation</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2012/01/plan.png" /></p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2012/01/link_to_plan-1.png" /></p>
<p>And then it is possible to review progress in a widget of a dashboard</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2012/01/review_widgets.png" /></p>
<h2>Hotpots 2.0</h2>
<p>The previous release allowed to use hotspot widgets in its own dashboards (see <a href="http://www.sonarsource.org/sonar-2-12-in-screenshots/">Sonar 2.12 in screenshots</a>). It&#8217;s now possible to customize, rename or even delete the default dashboard named &#8220;Hotspots&#8221;.</p>
<p>Time now to <a href="http://www.sonarsource.org/downloads/">give a try</a> to the new version and to read the <a href="http://docs.codehaus.org/display/SONAR/Installation+in+4+steps">installation</a> or <a href="http://docs.codehaus.org/display/SONAR/Upgrade+guide">upgrade</a> guides.</p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/54GV3gsVpUA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/sonar-2-13-in-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/sonar-2-13-in-screenshots/</feedburner:origLink></item>
		<item>
		<title>Sonar in the news</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/cKouveNoOYM/</link>
		<comments>http://www.sonarsource.org/sonar-in-the-news-23/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:29:25 +0000</pubDate>
		<dc:creator>Olivier Gaudin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5836</guid>
		<description><![CDATA[Welcome to the roundup of blog posts and pages that mentioned Sonar last month… Sonar and JaCoCo By Raghu, 1 December 2011 I am a fan (and regular user) of Sonar, a platform to manage code quality. The 2.12 release of Sonar, which happened yesterday, introduced a bunch of new features including Java 7 support [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the roundup of blog posts and pages that mentioned Sonar last month…<span id="more-5836"></span></p>
<p><a href="http://maruhgar.blogspot.com/2011/12/sonar-and-jacoco.html">Sonar and JaCoCo</a><br />
By Raghu, 1 December 2011<br />
<quote>I am a fan (and regular user) of Sonar, a platform to manage code quality.  The 2.12 release of Sonar, which happened yesterday, introduced a bunch of new features including Java 7 support and the availability of Jacoco into Sonar core.</quote></p>
<p><a href="http://www.flex-tutorial.fr/2011/12/05/industrialiser-vos-projets-flex-avec-hudson-maven-sonar-flexpmd-et-flexcpd/">Industrialiser vos projets Flex avec Hudson, Maven, Sonar, FlexPMD et FlexCPD</a><br />
By Fabien Nicollet, 5 December 2011<br />
<quote>Dans le monde Java, il existe de nombreux outils permettant de vérifier l&#8217;intégrité de votre code (tests unitaires) mais aussi pour vous assurer que la qualité de votre code est respectée. Ces outils vous permettent d&#8217;assurer la robustesse des applications que vous créez.</quote></p>
<p><a href="http://blog.schauderhaft.de/2011/12/11/my-testing-and-code-analysis-toolbox/">My Testing and Code Analysis Toolbox</a><br />
By Jens Schauder, 11 December 2011<br />
<quote>Last week we kicked of a “Testing Skill Group” at LINEAS, a group for exchanging knowledge about testing. One question that came up over and over again in various flavors was: What tools are there for testing and analyzing your code? So here is my personal answer for this, in the approximately order I tend to introduce them into projects&#8230;</quote></p>
<p><a href="http://qualilogy.com/code-analysis-tools/open-source-code-legacy/">Open Source &#038; code Legacy</a><br />
By Jean-Pierre FAYOLLE, 18 December 2011<br />
<quote>There are more and more solutions of analysis of code which allow to measure the quality of your applications. Most are sold by software vendors, and we had the opportunity to verify that these solutions are expensive to buy, to implement and to use (Disposable software). In response, the last decade has seen the rise of the Open Source alternative to proprietary software.</quote></p>
<p><a href="http://blog.yoz.sk/2011/12/flex-ant-maven-sonar/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-ant-maven-sonar">Flex + ( Ant | Maven ) + Sonar</a><br />
By Jozef Chutka, 5 December 2011<br />
<quote>The title may sound like there are two possible ways how you can have your source code analyzed and published to sonar, but you better do not rejoice prematurely. After spending couple of hours trying to figure out how to make it work using ant I may have hit some nice articles, however sonar-ant-task seems to have major issues with sonar version 2.8. The solution is maven!</quote></p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/cKouveNoOYM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/sonar-in-the-news-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/sonar-in-the-news-23/</feedburner:origLink></item>
		<item>
		<title>Sonar in Thoughtworks Technology Radar</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/kAbl8nvaZqk/</link>
		<comments>http://www.sonarsource.org/sonar-in-thoughtworks-technology-radar/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 12:21:05 +0000</pubDate>
		<dc:creator>Freddy Mallet</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[continuous inspection]]></category>
		<category><![CDATA[Technical Debt]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5722</guid>
		<description><![CDATA[Most IT people know Thoughtworks and its charismatic technical leader / evangelist Martin Fowler. But probably fewer know the Thoughtworks Technology Radar whose first publication was done in January 2010. According to their authors : The ThoughtWorks Technology Advisory Board is a group of senior technology leaders within ThoughtWorks. They produce the ThoughtWorks Technology Radar [...]]]></description>
			<content:encoded><![CDATA[<p>Most IT people know <a href="http://www.thoughtworks.com/">Thoughtworks</a> and its charismatic technical leader / evangelist <a href="http://martinfowler.com/">Martin Fowler</a>. But probably fewer know the <a href="http://www.thoughtworks.com/radar">Thoughtworks Technology Radar</a> whose first publication was done in January 2010. </p>
<p>According to their authors :</p>
<p><quote>The ThoughtWorks Technology Advisory Board is a group of senior technology leaders within ThoughtWorks. They produce the ThoughtWorks Technology Radar to help decision makers understand emerging technologies and trends that affect the market today. This group meets regularly to discuss the global technology strategy for ThoughtWorks and the technology trends that significantly impact our industry.</quote></p>
<p><a href="http://www.thoughtworks.com/radar">In its last publication</a> (July 2011), Sonar platform made its first appearance in the &#8220;Assess&#8221; circle  : &#8220;Worth exploring with the goal of understanding how it will affect your enterprise&#8221;<br />
<span id="more-5722"></span></p>
<p>Of course, SonarSource team was very proud of this but this is not the point here. Indeed, Sonar is a platform to manage quality among other platforms that have been around for a while : CAST Software, McCabe, Klocwork&#8230; So why adding now a QA tool to the radar and why choosing Sonar ? Is this because of its growing open source community : 5,000 downloads and 1,000 emails by month ? For its multi-technology capability in Java, C#, COBOL, PHP, PL/SQL, ABAP&#8230; ? Is it for is governance extensions: <a href="http://www.sonarsource.com/plugins/plugin-sqale">SQALE</a> or <a href="http://www.sonarsource.com/plugins/plugin-views/">Portfolio Management</a>? Maybe, but I am pretty sure that an additional reason has led Thoughtworks experts to make this choice.</p>
<p>From inception, Sonar was not developed as &#8220;just yet an other quality reporting tool&#8221; but as a mean to continuously manage and fight back technical debt. This might sound like a subtle semantic difference but this actually makes a big difference. SonarSource team has grown with Agile methodologies and with those methodologies, source code is always very much in the center of focus: it should be able to mutate constantly over time to embrace changes. This key capability to do refactoring at any point in time is so important that the Technical Debt metaphor was early introduced by Agile practitioners. </p>
<p>After 4 years of development and 38 releases of Sonar we, at SonarSource, deeply know what &#8220;Change&#8221; means! In such evolving context, processes, planing, documentation, specifications,  &#8230; they all matter but what&#8217;s about source code ? Some would like to consider source code as a black box without too much value whose development can be easily outsourced. With such an approach, the goal of a quality platform is just to report from time to time how well a blak box comply to some pre-defined quality standards. We do think this is a mistake ! </p>
<p>Source code should be considered as a white box that each stakeholder (developer, project manager, IT director, quality consultant, customer, &#8230;) can look at any point of time to understand what happens, to initiate discussions and to make decisions. What ever is the quality of your processes, documentation or specifications, bad code will always lead to failure. Therefore when bad code is injected, it should be immediately detected, fought back and analysed to understand why this crappy code has been injected. Waiting several months to detect technical debt is a huge waste as per Lean principles.</p>
<p>Adopting Sonar means much more than simply installing a tool to comply to some QA or security standards &#8230; it means that quality of source code really matters and that the ability to daily manage your Technical Debt is key to sustain a continuous delivery approach and to embrace business changes: Continuous Inspection has entered the game !</p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/kAbl8nvaZqk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/sonar-in-thoughtworks-technology-radar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/sonar-in-thoughtworks-technology-radar/</feedburner:origLink></item>
		<item>
		<title>Sonar 2.12 in screenshots</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/ybT5s3jFcX0/</link>
		<comments>http://www.sonarsource.org/sonar-2-12-in-screenshots/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 16:22:15 +0000</pubDate>
		<dc:creator>Simon Brandhof</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5741</guid>
		<description><![CDATA[The Sonar team is proud to announce the release of Sonar 2.12. This new version includes more than 100 improvements, bug-fixes and also some new features that we believe are worth stopping your daily work for a couple of minutes to check out: Support of Java 7, Integration of JaCoCo in the Sonar core, Hotspots [...]]]></description>
			<content:encoded><![CDATA[<p>The Sonar team is proud to announce the release of Sonar 2.12. This new version includes more than <a href="http://www.sonarsource.org/downloads/#2.12">100</a> improvements, bug-fixes and also some new features that we believe are worth stopping your daily work for a couple of minutes to check out: Support of Java 7, Integration of JaCoCo in the Sonar core, Hotspots 2.0 and Display groups of duplicated blocks.<br />
<span id="more-5741"></span></p>
<h2>Hotspots 2.0</h2>
<p>3 new widgets have been created that enable to embed hot spots into a project dashboard: most violated rules, most violated resources and hot spots on a specific metric.  We continue the &#8220;widgetisation&#8221; effort of of all Sonar UI components in order to sooner or later provide full customization capability of the Sonar UI.</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/12/new_widgets1.png"/></p>
<h2>Support of Java 7 Syntax</h2>
<p>This was a great opportunity to collaborate with both <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> and <a href="http://pmd.sourceforge.net/">PMD</a> teams in order to help them support all java 7 language changes : Strings in switch statements, try-with-resources statements, improved type inference for generic instance creation (&#8220;diamond&#8221;), simplified varargs method invocation, better integral literals, and improved exception handling (multi-catch).</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/12/java7-syntax2.png" /></p>
<h2>Integration of JaCoCo in the Sonar core</h2>
<p><a href="http://www.eclemma.org/jacoco/">JaCoCo</a> is now part of Sonar core, along with Cobertura. This means that not only can the coverage by unit test be calculated by JaCoCo natively, but also that coverage by integration tests is now much better integrated. Results are displayed in the same page than coverage by unit tests :<br />
<img src="http://www.sonarsource.org/wp-content/uploads/2011/12/it-viewer.png" /></p>
<p>Note that Cobertura is still the default engine &#8230; but that&#8217;s just a matter of time to make Jacoco the default java code coverage engine. Just need more feedback from the community to make this switch.</p>
<h2>Improved Display of Duplication Blocks</h2>
<p>The &#8216;Duplications&#8217; tab in the code viewer has been fully refactored to make it far more usable :</p>
<ul>
<li>Duplication blocks are visually grouped in case of &#8220;truplications&#8221; or more</li>
<li>A code snippet is displayed by default on each group of duplicated blocks</li>
<li>Duplicated blocks on external files can be seen without leaving the page</li>
</ul>
<p>Don&#8217;t forget that <a href="http://www.sonarsource.org/sonar-2-11-in-screenshots/">since Sonar 2.11</a>, the default PMD CPD engine has been replaced by the Sonar CPD engine which brings a unique feature : ability to track duplications across projects.</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/12/duplications.png" /></p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/12/duplication-groups-1.png" /></p>
<h2>Project Events Management</h2>
<p>The events management has been greatly improved to make it easier to use from the History page <a href="http://www.sonarsource.org/sonar-2-11-in-screenshots/">introduced in Sonar 2.11</a>.<br />
<img src="http://www.sonarsource.org/wp-content/uploads/2011/12/events-console1.png"  /></p>
<p>Time now to let you give a try to the version 2.12. <a href="http://www.sonarsource.org/downloads/#2.12">Release notes</a> are available in the <a href="http://www.sonarsource.org/downloads/">download page</a>. Reading the <a href="http://docs.codehaus.org/display/SONAR/Install+Sonar">installation</a> or <a href="http://docs.codehaus.org/display/SONAR/Upgrade+guide">upgrade</a> guides is much recommended.</p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/ybT5s3jFcX0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/sonar-2-12-in-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/sonar-2-12-in-screenshots/</feedburner:origLink></item>
		<item>
		<title>Sonar in the news</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/n-7SitDn1u4/</link>
		<comments>http://www.sonarsource.org/sonar-in-the-news-22/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 14:08:22 +0000</pubDate>
		<dc:creator>Olivier Gaudin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5773</guid>
		<description><![CDATA[Welcome to the roundup of blog posts and pages that mentioned Sonar last month… Code Quality Analysis in Deployment Pipeline with Gradle, Jenkins and Sonar By edvorkin, 31 October 2011 Sonar is a tool that integrate a range of quality analysis tools into a single website. It provide one page visibility into quality of project [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the roundup of blog posts and pages that mentioned Sonar last month…<span id="more-5773"></span></p>
<p><a href="http://eugenedvorkin.com/2011/10/code-quality-analysis-in-deployment-pipeline-with-gradle-jenkins-and-sonar/?t=1320416144">Code Quality Analysis in Deployment Pipeline with Gradle, Jenkins and Sonar</a><br />
By edvorkin, 31 October 2011<br />
<quote>Sonar is a tool that integrate a range of quality analysis tools into a single website. It provide one page visibility into quality of project source code. Developers and managers are interested in test coverage, code duplication, adherence to coding standard, cyclomatic complexity of the code and several other parameters&#8230;</quote></p>
<p><a href="http://blog.octo.com/integrer-loutil-de-supervision-sonar-a-team-foundation-server-2010/">Intégrer l’outil de supervision Sonar à Team Foundation Server 2010</a><br />
By Maxime ARNSTAMM &#038; Simon Lehericey,  13 November 2011<br />
<quote>Comme on l’a montré dans l’article précédent, Sonar est l’outil indispensable pour évaluer la qualité des projets d’une DSI au fil de l’eau.<br />
Dans cet article nous aimerions présenter l’installation de différents composants de l’analyse Sonar et comment l’intégrer à votre usine de build TFS&#8230;</quote></p>
<p><a href="http://clintshank.blogspot.com/2011/11/lunch-n-learn-ideas-use-sonar-hotspots.html">Lunch-N-Learn Ideas? Use Sonar Hotspots</a><br />
By Clint Shank,  23 November 2011<br />
<quote> Are you eager to get your team together for a lunch-n-learn with free pizza (and beer), but can&#8217;t come up with any ideas on which to present?</p>
<p>Or maybe you just want to get heads down and make some high impact, quality improvements to your code base, but don&#8217;t know where to start. </quote></p>
<p><a href="http://wrightthisblog.blogspot.com/2011/11/setting-up-sonar-analysis-for-c.html">Setting up Sonar analysis for C# projects</a><br />
By John M. Wright, 25 November 2011<br />
<quote> In an effort to better understand some of the problematic areas of the C# codebase I work on, I recently setup an instance of the Sonar code analysis platform.  Sonar is originally written for Java analysis and later added C# support.  This posting walks you through my experience attempting to setup, configure and run the analysis. </quote></p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/n-7SitDn1u4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/sonar-in-the-news-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/sonar-in-the-news-22/</feedburner:origLink></item>
		<item>
		<title>Sonar in the news</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/cwt5imVBpGs/</link>
		<comments>http://www.sonarsource.org/sonar-in-the-news-21/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 14:28:53 +0000</pubDate>
		<dc:creator>Michael Muller</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5705</guid>
		<description><![CDATA[SONAR – manage your code quality By ShamanOfJava, 10 October 2011 Sonar is an open platform to manage code quality. It covers the 7 axes of code quality. Sonar supports a wide range of programming languages such as Java, C, C# etc. Through this article, we are going to see how to set up a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://suhasjavablog.wordpress.com/2011/10/10/sonar-manage-your-code-quality-2/">SONAR – manage your code quality</a><br />
By ShamanOfJava, 10 October 2011<br />
<quote>Sonar is an open platform to manage code quality. It covers the 7 axes of code quality. Sonar supports a wide range of programming languages such as Java, C, C# etc. Through this article, we are going to see how to set up a Sonar Server and how to integrate a Java Project with it.</quote></p>
<p><a href="http://deors.wordpress.com/2011/10/20/htmlunit-sonar-jacoco/">Measure Code Coverage of HtmlUnit Based Tests with Sonar and JaCoCo</a><br />
By deors, 20 October 2011<br />
<quote>This blog post is the third one in a series about Integration Tests with HtmlUnit. Finally, in this post we are going to show how to measure code coverage of HtmlUnit tests using Sonar, the popular Continuous Quality Assurance tool, and JaCoCo, a very interesting code coverage tool based on JVM agents instead of instrumenting bytecodes.</quote></p>
<p><a href="http://java.dzone.com/articles/separating-code-coverage-maven">Separating Code Coverage With Maven, Sonar and Jacoco</a><br />
By John Dobie, 23 October 2011<br />
<quote>In this example I will expand upon my previous example of keeping your unit and integration tests in separate packages, and explain how to also produce code coverage statistics. For this I continue to use Maven, whilst adding Sonar and Jacoco to provide the code coverage.You can run the example below, but you will need to read the first article here to understand it.</quote></p>
<p><a href="http://aestasit.com/testing-the-sonar-plugin-for-gradle">Testing the new Sonar plugin for Gradle</a><br />
By Luciano, 28 October 2011<br />
<quote>If you were looking to convince your boss that Gradle is worth a try for your next project, look no further. Gradle 1 release candidate 5, released on October 25, brings the long awaited Sonar integration, and it works ridiculously well. How well? How about a one-liner.</quote></p>
<p><a href="http://java.dzone.com/articles/free-ec2-cloud-server-ubuntu">A Free EC2 Cloud Server With Ubuntu, Jenkins And Sonar</a><br />
By John Dobie, 29 October 2011<br />
<quote>This example shows you how to create a free Amazon EC2 cloud based continuous integration and testing environment on Ubuntu. This is a low power server but it is useful for infrequent use. I personally tend to recommend Cloudbees,  but this is handy when you need a free Sonar instance.</quote></p>
<p><a href="http://eugenedvorkin.com/2011/10/code-quality-analysis-in-deployment-pipeline-with-gradle-jenkins-and-sonar/">Code Quality Analysis in Deployment Pipeline with Gradle, Jenkins and Sonar</a><br />
By Eugene Dvorkin, 31 October 2011<br />
<quote>Sonar is a tool that integrate a range of quality analysis tools into a single website. It provide one page visibility into quality of project source code. Developers and managers are interested in test coverage, code duplication, adherence to coding standard, cyclomatic complexity of the code and several other parameters. Sonar is an open source product and can keep all your code metrics in database, as a matter of fact, in any relational database.</quote></p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/cwt5imVBpGs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/sonar-in-the-news-21/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/sonar-in-the-news-21/</feedburner:origLink></item>
		<item>
		<title>Effective Code Review with Sonar</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/-AzJMhXyZrI/</link>
		<comments>http://www.sonarsource.org/effective-code-review-with-sonar/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 10:08:56 +0000</pubDate>
		<dc:creator>Fabrice Bellingard</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[continuous inspection]]></category>
		<category><![CDATA[manual reviews]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5652</guid>
		<description><![CDATA[At SonarSource, we like eating our own dog food as much as possible. This is not always the case in software development, but in our case since we develop software for software companies, we can do it. We therefore have an instance of Sonar that analyses all our products daily. We&#8217;ve been using it for [...]]]></description>
			<content:encoded><![CDATA[<p>At SonarSource, we like eating our own dog food as much as possible. This is not always the case in software development, but in our case since we develop software for software companies, we can do it. We therefore have an instance of Sonar that analyses all our products daily. We&#8217;ve been using it for quite a long time to monitor code quality using features like alerts and <a href="www.sonarsource.com/plugins/plugin-sqale/">SQALE</a> indicators (Technical debt). We have defined a <a href="http://docs.codehaus.org/display/SONAR/How+to+release+Sonar#HowtoreleaseSonar-Procedure">quality gate</a> for the ecosystem that is fairly simple: the SQALE index must be A, the technical debt must not increase between releases and there must not be blocker or critical violations.</p>
<p>This quality gate is good to have but not efficient enough because defects introduced during a sprint have to be fixed all at the end. Instead, they should be fixed as they appear for better efficiency, similarly to code fix when a unit test breaks in continuous integration: this is what we call <a href="http://www.sonarsource.org/continuous-inspection-practice-emerges-with-sonar/">continuous inspection</a>. We have done a lot of work this year to be able to provide better support for Continuous Inspection in Sonar and have added several services : differential views, SCM information and manual reviews integrated with email notification and with Sonar Eclipse. Manual reviews is really the new hot feature to complements existing services and making code reviews more effective.</p>
<p>How does this all fit together ? Well, this is the subject of this post… Get your Sonar 2.11 started, open Eclipse along with Sonar Eclipse 2.1, and follow the guide!<span id="more-5652"></span></p>
<h1>Develop, test, commit&#8230; and sleep well!</h1>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/EfficientReviews-01.png" alt="" /></p>
<p>Managing code quality is like handling non-regression: while developing, one should not worry about this &#8211; a process should do it and notify you in case of an issue. You know already that you can refactor your code serenely because a continuous integration server will check that you did not introduce a regression, don&#8217;t you? Same applies when you improve a feature, the integration tests will make sure that you did not break anything, right? Similarly, you can feel comfortable when you think about quality of your code, Sonar will take care of it for you.</p>
<p>If you wish, you can also use Sonar Eclipse during your development to run <a href="http://www.sonarsource.org/sonar-eclipse-2-0/">local analyses</a> and get realtime feedback. This is not yet optimum since you can only run full analysis and we are working hard on supporting incremental analysis.</p>
<h1>Morning: code review time</h1>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/EfficientReviews-02.png" alt="" /><br />
After a good sleep and a cup of coffee, the first thing you want to know is how well you coded the previous day : log into Sonar and activate the <a href="http://www.sonarsource.org/differential-services-in-sonar-for-a-complete-support-of-continuous-inspection/">&#8220;since previous analysis&#8221; differential views</a> on your project: in a second, you see if new defects have been introduced. Those may identify &#8211; for instance &#8211; potential bugs, too complex classes or insufficiently tested methods. But whatever those violations are, you know that they increase the technical debt of your application. Fixing a violation is like fixing a bug: the sooner, the cheaper &#8211; as the context of the violation is fresh in your mind.</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/09/RuleComplianceWidgetDifferentialViews.jpg" alt="" /></p>
<p>To track the newly introduced violations, use the <a href="http://www.sonarsource.org/differential-services-in-sonar-for-a-complete-support-of-continuous-inspection/">differential violations drilldown</a>. For every newly introduced violation &#8211; there shouldn&#8217;t be too many as you become more and more familiar with quality rules, <a href="http://www.sonarsource.org/sonar-2-8-in-screenshots/">create a review</a> and assign it (or &#8211; when appropriate, flag it as false positive). If your source configuration management tool is supported by Sonar, finding the developer who introduced the violation is even simpler as his identifier appears next to the violation (as long as you installed <a href="http://docs.codehaus.org/display/SONAR/SCM+Activity+Plugin">Sonar SCM Activity plugin</a>).</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/CreatingReview.png" alt="" /></p>
<p>Though this process should only take a couple of minutes and will maximize the efficiency for reducing the technical debt, the ultimate objective is to provide a mechanism to notify the person who introduces a new violation.</p>
<h1>Before developing again, clean your code</h1>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/EfficientReviews-03.png" alt="" /></p>
<p>Once you&#8217;ve created all the reviews for the newly introduced violations, you can get back to your favorite IDE. But before starting coding, maybe you&#8217;d like to fix defects that you introduced the day before, wouldn&#8217;t you?</p>
<p>If you&#8217;re using Eclipse, you are lucky: Sonar Eclipse provides a very efficient way to work with reviews. Thanks to its Mylyn connector, <a href="http://docs.codehaus.org/display/SONAR/Sonar+Eclipse#SonarEclipse-Reviews">Sonar Eclipse brings all the reviews assigned to you right inside your task view in Eclipse</a>. There too, in a second, you see all the reviews that you have to work on. Open a review, click on a link to open the corresponding file, fix the defect and resolve the review to &#8220;fixed&#8221; so that it doesn&#8217;t show up in your task list any longer: this is that simple to fix a violation! And if it turns out that the fix is not obvious, you can start a thread of discussion on that review by adding a comment.</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/SonarEclipseReviewsInTaskList.png" alt="" /></p>
<p>If you are not using Eclipse, <a href="http://docs.codehaus.org/display/SONAR/Notification">you can still get notified when reviews are assigned to you</a>. Just log into Sonar web application with your account and go to &#8220;My Profile&#8221; page to activate the email notification for reviews. This way, you won&#8217;t miss a single review assigned to you! Actually, you should probably activate email notification in both cases: indeed, if you created a review and assigned it to someone else, you may want to know if the review has been solved, or if the developer added comments on it.</p>
<h1>And what about reviews that have been fixed?</h1>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/EfficientReviews-04.png" alt="" /><br />
Sonar handles code quality for you, but it also makes sure that fixed reviews have correctly been handled. During the next analysis, for each fixed review, if its corresponding violation has actually disappeared, Sonar will set the review to &#8220;closed&#8221;. If not, Sonar will reopen the review: in the morning, you will then see it again in your task list (or receive a mail) with the &#8220;reopened&#8221; status.</p>
<p>If you want to monitor more reviews &#8211; not only yours, you can use the <a href="http://docs.codehaus.org/display/SONAR/Manual+Reviews#ManualReviews-Searchforreviews">Sonar review service</a> that allows you to query reviews against their author, assignee, status, resolution, corresponding project or id.</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/SonarReviewsService.png" alt="" /></p>
<p>That is it! This is how we are using differential views and manual reviews to run an effective continuous improvement process. Of course, you can adapt it &#8211; or even have a different one, to meet your needs. But keep in mind that the most important is to be sure that technical debt is under control!</p>
<p>More features are coming tu support Continuous Inspection further: create reviews on any code, filtering newly created violations by developer&#8230; Stay tuned!</p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/-AzJMhXyZrI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/effective-code-review-with-sonar/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/effective-code-review-with-sonar/</feedburner:origLink></item>
		<item>
		<title>Sonar 2.11 in screenshots</title>
		<link>http://feedproxy.google.com/~r/Sonar/~3/GqtIp_H4bVY/</link>
		<comments>http://www.sonarsource.org/sonar-2-11-in-screenshots/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 10:14:35 +0000</pubDate>
		<dc:creator>Simon Brandhof</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.sonarsource.org/?p=5613</guid>
		<description><![CDATA[The Sonar team is proud to announce the release of Sonar 2.11. As usual, this new version includes improvements, bug-fixes and also new features that we believe are worth stopping your daily work for a couple of minutes to check out: new engine for copy paste detection enabling cross projects research, TimeMachine 2.0, deletion of [...]]]></description>
			<content:encoded><![CDATA[<p>The Sonar team is proud to announce the release of Sonar 2.11. As usual, this new version includes improvements, bug-fixes and also new features that we believe are worth stopping your daily work for a couple of minutes to check out: new engine for copy paste detection enabling cross projects research, TimeMachine 2.0, deletion of past analysis&#8230;<span id="more-5613"></span></p>
<h2>Cross Project Duplications</h2>
<p>So far the detection of copy paste code was only done inside a project and for Maven projects inside a Maven module. The main reason for this was the difficulty for PMD-CPD to scale as it requires a lot of memory. Thanks to GSoC, we now have a Sonar-CPD engine that is much more scalable and can detect cross-projects duplications. Do not be surprised to see duplications found increased after the next analysis !</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/cross-project-duplication-1.png" alt="" /></p>
<h2>New History Widgets</h2>
<p>The TimeMachine was not changed since Sonar 2.5 and it was probably the service that has not been improved for the longest time&#8230; This is now fixed as we provide a version 2.0 that is widget based to be fully integrated into the dashboards. Note that you can mouse over the timeline to display the different values.</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/timeline.png" alt="" /></p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/history-table.png" alt="" /></p>
<h2>Deletion of Past Snapshots</h2>
<p>Whatever the reason (wrong quality profile, issue with analysis&#8230;), there was a recurring demand from the community to be able to take a snapshot of the history. This is now possible and you will be able to polish history charts :</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/delete-snapshot.png" alt="" /></p>
<h2>Improve General Settings</h2>
<p>General settings have been very much improved to be easier to use. For example there is a save button in each tab now :</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/genera-settings.png" alt="" /></p>
<h2>Highlight the Link to Delete Projects</h2>
<p>This minor improvement has been frequently asked on mailing-lists. At last, it is done :</p>
<p><img src="http://www.sonarsource.org/wp-content/uploads/2011/10/project-deletion.png" alt="" /></p>
<p>Time now to let you give a try to the version 2.11. <a href="http://www.sonarsource.org/downloads/#2.11">Release notes</a> are available in the <a href="http://www.sonarsource.org/downloads/">download page</a>. Reading the <a href="http://docs.codehaus.org/display/SONAR/Install+Sonar">installation</a> or <a href="http://docs.codehaus.org/display/SONAR/Upgrade+guide">upgrade</a> guides is much recommended.</p>
<img src="http://feeds.feedburner.com/~r/Sonar/~4/GqtIp_H4bVY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sonarsource.org/sonar-2-11-in-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sonarsource.org/sonar-2-11-in-screenshots/</feedburner:origLink></item>
	</channel>
</rss>

