Cool. Did you do anything special to get this to run? I tried running it on our ci/sonar system a couple of weeks ago but failed.
I am a big fan of sonar. Especially the violations drilddown gives a lot of interesting information. While there are undoubtably a lot of false positives, most of the checks are worthwhile verifying. You can often just use a comment (and sometimes an annotation) to tell sonar to ignore the violations at a certain place (using "// NOPMD" for the pmd checks, or in general "// NOSONAR"). Kind regards, Joachim On 04/30/2011 03:18 PM, Andrea Aime wrote: > Hi all, > today I had a quick try at Sonar, a tool that computes and publishes > software metrics aggregating results form tools such as Cobertura, > PMD, FindBugs and the like. > > The tool is meant to be used in conjuction with a continout build > system, but just to try it out I had it do a manual run on my local machine. > If my machine and the sonar server are up you should see the results here: > http://aaime.no-ip.org:9000 > > I've chosen the "Sonar way + findbugs" profile, which runs a lot of tests. > As a result the analysis takes its dear time, 30 minutes on GeoTools for > example, and provides a ton of results which contain a number of > false positives and less than interesting information... nevertheless > some is worth looking at. > > Curious to hear what you think about the tool and the results. > If you want to see the results and the system is not up ping me > on IRC or mail and I'll try to bring it back > > Cheers > Andrea > -- Joachim Van der Auwera Geosparc, supporting the Geomajas GIS community ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
