summaryrefslogtreecommitdiffstats
path: root/plugins/sonar-surefire-plugin/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3934 Extract sonar-surefire-plugin into Sonar JavaEvgeny Mandrikov2012-11-068-753/+0
|
* SONAR-3895 remove unused code and fix quality flawsSimon Brandhof2012-10-271-1/+0
|
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵Simon Brandhof2012-10-261-1/+2
| | | | initializing db
* Remove warningsDavid Gageot2012-04-271-9/+9
|
* SONAR-2841 Look for test suite results if no per-file result filesFabrice Bellingard2012-03-301-7/+16
|
* SONAR-2841 Tests suite results are not always ignoredFabrice Bellingard2012-03-091-1/+1
|
* Fix some quality flawsEvgeny Mandrikov2012-02-171-4/+4
|
* Update copyright header for this new yearSimon Brandhof2012-01-108-8/+8
|
* SONAR-2677 JUnit tests containing several level of nested inner classes ↵simonbrandhof2011-08-162-2/+2
| | | | can't be analysed by Sonar
* Reduce technical debtsimonbrandhof2011-05-051-2/+4
|
* SONAR-2371 Rework UnitTestDecorator and SurefireSensorEvgeny Mandrikov2011-05-041-1/+6
| | | | | | | * UnitTestDecorator should not save zero value for tests metric * SurefireSensor should save zero when no reports and project do not contain any modules
* SONAR-2371 SurefireSensor should not insert unit test measures when there is ↵Evgeny Mandrikov2011-04-201-12/+3
| | | | | | | | | no reports - UnitTestDecorator should save zero for unit test measure for project, when there is no values for summarizing and type of analysis is reuse reports or dynamic - Don't use pom.getPackaging() in AbstractSurefireParser
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-081-16/+5
|
* Re-apply lost refactoringsimonbrandhof2011-04-061-13/+1
|
* SONAR-2332 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-069-310/+409
|
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-041-13/+1
|
* Fix some violationssimonbrandhof2011-02-101-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-047-7/+7
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-312-0/+38
|
* SONAR-1784: Add SurefireUtilsGodin2010-10-203-43/+59
|
* SONAR-1784: Move AbstractSurefireParser to package ↵Godin2010-10-182-2/+6
| | | | org.sonar.plugins.surefire.api
* SONAR-1784: Extract AbstractSurefireParser from SurefireSensor.Godin2010-10-172-105/+126
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-065-0/+603
value of rule parameters in Q profile console