aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Apache Commons libraries (commons-io 2.0.1, commons-collection 3.3, c...simonbrandhof2011-01-311-3/+3
* Rename the profile check-java-api to sanity-checkssimonbrandhof2011-01-311-1/+1
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-31199-200/+1924
* Don't hide stack trace in BatchDownloaderEvgeny Mandrikov2011-01-311-1/+1
* Add properties "sonar.projectName" and "sonar.projectDescription"Evgeny Mandrikov2011-01-313-0/+28
* Add missing copyright headersimonbrandhof2011-01-301-0/+19
* SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5Evgeny Mandrikov2011-01-296-183/+131
* Add workDir to ProjectDefinitionEvgeny Mandrikov2011-01-283-32/+18
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-2843-43/+43
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-2843-44/+44
* Add some unit testssimonbrandhof2011-01-282-7/+92
* SONAR-2149 Resource filters are ignored in complexity distributions of Java p...simonbrandhof2011-01-2830-175/+737
* Deprecate Resource#isExcluded(), replaced by SensorContext#isExcluded(Resourc...simonbrandhof2011-01-281-0/+6
* add helper methods to Qualifiers + do not accept null parameterssimonbrandhof2011-01-282-22/+63
* add methods Scopes#isHigherThan() and isHigherThanOrEquals()simonbrandhof2011-01-282-5/+48
* SONAR-2151: Add new property to manage source encodingEvgeny Mandrikov2011-01-285-17/+46
* SONAR-2148: Fix NPE in JavaUtilsEvgeny Mandrikov2011-01-281-2/+8
* SONAR-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-287-26/+72
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-2710-112/+103
* SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-apiEvgeny Mandrikov2011-01-2748-922/+501
* Upgrade to sonar-dev-maven-plugin 1.2 in order to fix IT (increase cargo time...simonbrandhof2011-01-271-1/+1
* fix stop server in ITsimonbrandhof2011-01-271-1/+4
* SONAR-2130 Fix backward-compatibility: resources can be automatically indexed...simonbrandhof2011-01-261-11/+10
* Add the method ResourceUtils#isPersistable(Resource)simonbrandhof2011-01-264-62/+43
* Add javadoc to InputFile + improve JavaFile#toString()simonbrandhof2011-01-262-9/+7
* add missing dir in ITsimonbrandhof2011-01-262-0/+24
* Execute IT in build directory instead of temp dirsimonbrandhof2011-01-262-1/+2
* SONAR-2138 Displaying differential values in % can be misleadingsimonbrandhof2011-01-262-3/+7
* Squid for Java : remove unused codesimonbrandhof2011-01-256-221/+129
* Fix Squid plugin to correctly build the relation between a Java file and its ...simonbrandhof2011-01-251-1/+2
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-2517-216/+240
* deactivate sonar.hardIndexLock in integration testssimonbrandhof2011-01-251-2/+0
* Fix unit test for WindowsEvgeny Mandrikov2011-01-251-1/+1
* Use default value for property "project.build.directory"Evgeny Mandrikov2011-01-252-27/+44
* Add new property "sonar.projectBinaries"Evgeny Mandrikov2011-01-254-123/+235
* SONAR-791 add a project with invalid source dir in ITsimonbrandhof2011-01-242-0/+32
* fix unit test of SquidPluginTestsimonbrandhof2011-01-241-2/+2
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-2420-124/+202
* SONAR-2130 deprecate the component SquidSearchsimonbrandhof2011-01-242-0/+8
* SONAR-2116 Cannot build 2.5 war, ant-nodeps-1.7.0.jar library is missingsimonbrandhof2011-01-241-0/+0
* Improve org.sonar.api.resources.Scopes and Qualifierssimonbrandhof2011-01-247-48/+408
* Remove deprecated constants of org.sonar.api.resources.Resource (deprecated s...simonbrandhof2011-01-241-30/+0
* Squid for Java : remove unused codesimonbrandhof2011-01-242-13/+0
* Use CoreProperties for in-memory POM constructionEvgeny Mandrikov2011-01-243-9/+99
* Use Properties in ProjectDefinition instead of ConfigurationEvgeny Mandrikov2011-01-242-6/+8
* Fix bug in construction of in-memory POMEvgeny Mandrikov2011-01-241-1/+1
* Add maven-shade-plugin to parent pomEvgeny Mandrikov2011-01-241-0/+5
* Rename method in InputFile from getBaseDir() to getFileBaseDir()Evgeny Mandrikov2011-01-242-2/+2
* SONAR-2106: Improve batch bootstrapEvgeny Mandrikov2011-01-245-28/+52
* SONAR-2126: Partially revert previous changesEvgeny Mandrikov2011-01-243-18/+10