aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/ProjectTreeTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5143 remove sonar.inclusions and sonar.test.inclusions from UISimon Brandhof2014-03-141-116/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Remove warningsDavid Gageot2012-04-271-89/+86
|
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-141-17/+0
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-4/+0
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-141/+86
|
* SONAR-2409 Remove ability to use deprecated property 'branch'Evgeny Mandrikov2011-05-041-11/+0
|
* SONAR-2298 Rename MavenProjectBuilder to ProjectBuilderEvgeny Mandrikov2011-04-261-2/+2
|
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-261-11/+8
| | | | | | | | | | | | | | | | * Use ProjectDefinition in ProjectTree instead of MavenProject * Allow to specify extensions for project's container via ProjectDefinition, so MavenProject not passed directly to batch in mojos * ProjectDefinition should store all information in properties * Replace DefaultProjectFileSystem by DefaultProjectFileSystem2, which works not only for Maven projects * Add DefaultProjectClasspath, which works not only for Maven projects * Enable ProjectLinksSensor only for Maven
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-1711 Allow to exclude sources from code analysis based on cutoff datesimonbrandhof2010-09-261-2/+2
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+209
value of rule parameters in Q profile console