aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-2422-316/+767
* SONAR-1526 comment_line_density is not rounded twice anymore -> fix ITsimonbrandhof2011-01-231-1/+1
* remove unused class from squid java pluginsimonbrandhof2011-01-232-115/+0
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-232-2/+6
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-232-0/+4
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-239-136/+296
* revert IT to WAR modesimonbrandhof2011-01-231-2/+2
* SONAR-2130 add some unit testssimonbrandhof2011-01-212-1/+26
* SONAR-1526 ResourceFilters are not used by Squidsimonbrandhof2011-01-217-146/+96
* SONAR-2130 Publish measures of Java methods on resource treesimonbrandhof2011-01-217-24/+315
* improve exception when saving a measure twice on the same resourcesimonbrandhof2011-01-211-1/+1
* Merge branch 'master' of github.com:SonarSource/sonarsimonbrandhof2011-01-219-253/+224
|\
| * SONAR-2126: Rename ProjectDirectory to FileSystemDirectoryEvgeny Mandrikov2011-01-203-11/+11
| * SONAR-2126: Change API to work with projectEvgeny Mandrikov2011-01-208-197/+168
* | SONAR-2130 Publish measures of Java methods on resource treesimonbrandhof2011-01-214-23/+130
* | SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-2135-303/+789
|/
* add the classes org.sonar.api.resources.Qualifiers and Scopessimonbrandhof2011-01-193-2/+93
* create the module sonar-java-api dedicated to Java supportsimonbrandhof2011-01-197-24/+274
* SONAR-1664: Add access to project settings/propertiesJulien HENRY2011-01-209-10/+426
* SONAR-2066: Allow PUT requests from Java Web Service ClientJulien HENRY2011-01-207-114/+220
* Add new structure to define project in a form suitable for bootstrapping Sona...Evgeny Mandrikov2011-01-194-0/+327
* SONAR-1514: Add support for a new Ant task to analyze projectsEvgeny Mandrikov2011-01-181-2/+0
* SONAR-1514: Add support for a new Ant task to analyze projectsEvgeny Mandrikov2011-01-1811-26/+162
* SONAR-2115 add an unit test to reproduce the bug (Files with Windows end of l...simonbrandhof2011-01-181-4/+18
* SONAR-2113: Fix loading of static resourcesEvgeny Mandrikov2011-01-182-7/+11