Hi, I enabled sonar source analysis in the JabRef project (master branch).
Steps to create an analysis: 1. Download Sonar 3.1.1 from http://www.sonarsource.org/downloads/ Do not use 3.2 as gradle cannot deal with it 2. Extract it 3. Go into sonar-3.1.1\bin\windows-x86-32 and run StartSonar.bat 4. Open command line in your JabRef project 5. run "gradlew sonarAnalyze" wait until it is complete 6. Open http://localhost:9000/dashboard/index/1 You should see the statistics of JabRef Click on "Critical" (upper right corner) brings you to critical style violations. Click on "6,3%" below "Duplications" brings you to the code duplications analysis. Cheers, Oliver ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Jabref-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jabref-users
