aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix classloader issue with ant 1.7.xSimon Brandhof2012-09-1315-236/+107
|
* SONARPLUGINS-2202 Improve log messageFabrice Bellingard2012-09-121-2/+2
|
* Refactor org.sonar.runner.MainSimon Brandhof2012-09-113-61/+122
|
* Move (again) Main to org.sonar.runnerSimon Brandhof2012-09-111-20/+27
|
* SONARPLUGINS-2202 Make it possible to pass environment informationFabrice Bellingard2012-09-112-6/+33
| | | | | | | Necessary for the Ant task for instance: - masked packages - container extensions => This part of the API should be improved
* SONARPLUGINS-2202 Improve multi-module definitionFabrice Bellingard2012-09-111-37/+57
|
* SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def.Fabrice Bellingard2012-09-112-5/+10
| | | | | => it is automatically generated from the module Id found in "sonar.modules"
* SONARPLUGINS-2202 Check unicity of module's key inside its parentFabrice Bellingard2012-09-111-0/+11
|
* SONARPLUGINS-2202 Refactor package names to have clearer APIFabrice Bellingard2012-09-1113-22/+49
|
* SONARPLUGINS-2202 Prefix child key by parent keyFabrice Bellingard2012-09-101-8/+16
|
* SONARPLUGINS-2202 Change some property namesFabrice Bellingard2012-09-104-37/+54
| | | | | | The 2 following properties have been introduced for better readability and consistency: - sonar.projectBaseDir - sonar.projectConfigFile
* Fix violations / improve documentation / refactor some codeFabrice Bellingard2012-09-079-7/+55
|
* Improve API and its documentation.Fabrice Bellingard2012-09-072-8/+61
|
* Refactor code and add some API documentation.Fabrice Bellingard2012-09-0710-33/+150
|
* Fix testFabrice Bellingard2012-09-071-1/+1
|
* Improve error message for unsupported version of SonarFabrice Bellingard2012-09-071-1/+1
|
* Allows to overwrite environment information on the Runner Fabrice Bellingard2012-09-072-6/+21
|
* SONARPLUGINS-2203 Make sure all Sonar properties start with "sonar."Fabrice Bellingard2012-09-061-48/+152
|
* SONARPLUGINS-1856 Log message if sources directory does not existFabrice Bellingard2012-09-051-6/+20
| | | | => When launching the Sonar Runner, a meaningful error message must be thrown when one source directory doesn't exist
* Refactor and fix violations (again)Fabrice Bellingard2012-09-056-22/+25
|
* Refactor and fix violationsFabrice Bellingard2012-09-057-59/+41
|
* SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵Fabrice Bellingard2012-09-059-27/+530
| | | | Runner
* SONARPLUGINS-2202 Add multi-module supportFabrice Bellingard2012-09-053-69/+280
|
* Sonar Runner - Replace use of deprecated code, preparing for SONARPLUGINS-2202Fabrice Bellingard2012-09-032-26/+26
|
* Minimal required version of sonar is upgraded to 2.11Simon Brandhof2012-07-311-1/+1
|
* SONARPLUGINS-1230 Work dir can be absolute or relativeFabrice Bellingard2012-07-261-1/+16
|
* Add javadocSimon Brandhof2012-07-251-0/+8
|
* Sonar Runner - Increase test coverageFabrice Bellingard2012-07-242-2/+4
|
* SONARPLUGINS-1230 Configure the location of working directoryFabrice Bellingard2012-07-192-9/+15
|
* SONARPLUGINS-2038 Log the property only in Debug modeFabrice Bellingard2012-07-191-2/+8
|
* SONARPLUGINS-2038 Log the value of the system property "sun.arch.data.model" ↵Fabrice Bellingard2012-07-191-2/+3
| | | | at start-up
* SONARPLUGINS-1619 Support the properties sonar.showSql and sonar.showSqlResultsFabrice Bellingard2012-05-031-13/+30
|
* Fix test on WindowsEvgeny Mandrikov2011-12-201-2/+0
|
* SONARPLUGINS-1376 Throw an exception with a meaningful message, when no ↵Evgeny Mandrikov2011-12-193-9/+35
| | | | files matching pattern
* SONARPLUGINS-1572 When no runner or project configuration file is found, ↵Evgeny Mandrikov2011-12-191-2/+6
| | | | this piece of information should also be logged
* SONARPLUGINS-1466 Display all missing mandatory propertiesEvgeny Mandrikov2011-12-191-1/+8
|
* SONARPLUGINS-1343 When launching runner, information about OS should be printedEvgeny Mandrikov2011-12-191-0/+1
|
* SONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is ↵Evgeny Mandrikov2011-12-191-1/+9
| | | | fully consistent with Maven
* SONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries"Evgeny Mandrikov2011-12-192-4/+28
|
* Fix typo in name of method, add testsEvgeny Mandrikov2011-12-152-3/+3
|
* SONARPLUGINS-1466 Throw an exception with a meaningful message, when ↵Evgeny Mandrikov2011-12-153-3/+55
| | | | mandatory property was not defined
* SONARPLUGINS-1023 Display total running time at the end of analysisEvgeny Mandrikov2011-12-151-4/+16
|
* SONARPLUGINS-1343 When launching runner, version of Java should be printedEvgeny Mandrikov2011-12-151-0/+2
|
* Fix violationsEvgeny Mandrikov2011-12-152-10/+12
|
* Fix violationsEvgeny Mandrikov2011-12-151-3/+6
|
* SONARPLUGINS-1229 Display memory usage at the end of analysisEvgeny Mandrikov2011-12-151-0/+9
|
* SONARPLUGINS-1372 Allow definitions of properties without white spaceEvgeny Mandrikov2011-12-151-10/+17
|
* Fix compilation of java-runnerSimon Brandhof2011-10-181-1/+5
|
* SONARPLUGINS-1433 Add the property sonar.verboseSimon Brandhof2011-10-182-2/+7
|
* Sonar runner: improve log of working dirSimon Brandhof2011-06-271-12/+16
|