Continuous Inspection
Go to file
2014-11-28 19:44:55 +01:00
plugins SONAR-5827 Execute CodeColorizer on batch side to feed highlighting 2014-11-21 16:17:02 +01:00
server Remove ignored tests 2014-11-28 19:44:55 +01:00
sonar-application SONAR-5828 Fix default value of property sonar.jdbc.maxActive 2014-11-04 23:22:39 +01:00
sonar-batch SONAR-5867 Add symbol references data into file_sources table 2014-11-28 17:59:35 +01:00
sonar-batch-maven-compat Update version to 4.5.2-SNAPSHOT 2014-10-29 11:31:38 +01:00
sonar-batch-protocol SONAR-5815 Store last update time on source data 2014-11-03 11:55:30 +01:00
sonar-check-api Fix quality flaws 2014-10-07 18:13:19 +02:00
sonar-colorizer Update version to 4.5.2-SNAPSHOT 2014-10-29 11:31:38 +01:00
sonar-core Fix memory leaks in server medium tests 2014-11-28 19:34:19 +01:00
sonar-deprecated Automatic merge from branch-4.5 2014-11-21 08:01:51 +01:00
sonar-duplications Update version to 4.5.2-SNAPSHOT 2014-10-29 11:31:38 +01:00
sonar-graph Fix some quality flaws 2014-11-21 11:02:55 +01:00
sonar-home Update version to 4.5.2-SNAPSHOT 2014-10-29 11:31:38 +01:00
sonar-java-api Update version to 4.5.2-SNAPSHOT 2014-10-29 11:31:38 +01:00
sonar-markdown Update version to 4.5.2-SNAPSHOT 2014-10-29 11:31:38 +01:00
sonar-plugin-api SONAR-5867 Add symbol references data into file_sources table 2014-11-28 17:59:35 +01:00
sonar-testing-harness Update version to 4.5.2-SNAPSHOT 2014-10-29 11:31:38 +01:00
.gitattributes Tests should be independent from EOL in resources 2011-04-22 15:28:09 +04:00
.gitignore SONAR-5665 Stop support of GWT pages 2014-10-02 10:36:35 +02:00
.mailmap .mailmap file to resolve wrong author names 2012-05-28 16:27:10 +02:00
build.sh SONAR-4898 fix zip size in enforcer rule 2014-07-24 11:08:45 +02:00
COPYING Fix crlf 2011-04-20 13:32:53 +04:00
copyright.txt Update copyright headers (replace 2013 by 2014) 2014-03-11 17:53:18 +01:00
debug-server.sh SONAR-5709 Add properties sonar.search.javaAdditionalOpts and sonar.web.javaAdditionalOpts 2014-10-08 12:30:07 +02:00
format-headers.sh Add format-headers.sh, just to remind "mvn license:format" 2014-07-01 23:18:39 +02:00
jacoco-build.sh Rename tool scripts 2014-10-08 12:30:07 +02:00
KEYS Change Olivier Gaudin's key 2014-08-20 09:56:44 +02:00
pom.xml Re-enable random execution of tests 2014-11-28 19:34:19 +01:00
quick-build.sh SONAR-4898 improve default settings 2014-07-23 23:13:20 +02:00
README.md Remove old web dev mode 2014-07-31 19:58:18 +02:00
run.sh SONAR-4898 - Renamed sonar.es.* properties to sonar.search.* 2014-07-28 17:04:45 +02:00
start.sh start-mac.sh and stop-mac.sh are renamed start/stop.sh as they support linux 2014-05-06 09:32:42 +02:00
stop.sh Fix stop.sh on Linux 2014-11-03 11:55:30 +01:00
third-party-licenses.sh Add third-party-licenses.sh 2014-03-22 14:24:16 +01:00

SonarQube

Put your technical debt under control. For more information please see:

Build

  • Install JDK 6 or greater
  • Install Maven 3.0.5 or greater
  • Execute build.sh. ZIP file of application is generated into sonar-application/target/

Debug Maven Analysis

Debug Maven analysis by executing mvnDebug sonar:sonar. Then attach your IDE to the remote process (the listening port is 8000).

Example in Intellij Idea : Run -> Edit configurations -> Add new configuration -> Remote -> port 8000.

Profile Maven Analysis with JProfiler

Duplicate $MAVEN_HOME/bin/mvnDebug to mvnJProfiler and replace the property MAVEN_DEBUG_OPTS by:

MAVEN_DEBUG_OPTS="-Xint -agentlib:jprofilerti=port=8849 -Xbootclasspath/a:/path/to/jprofiler/bin/agent.jar"

Then start JProfiler -> Connect to an application on a remote computer

License

Copyright 2008-2014 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0: http://www.gnu.org/licenses/lgpl.txt