aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-243-8/+19
* SONAR-2130 deprecate the component SquidSearchsimonbrandhof2011-01-241-49/+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
* Use CoreProperties for in-memory POM constructionEvgeny Mandrikov2011-01-241-0/+5
* Rename method in InputFile from getBaseDir() to getFileBaseDir()Evgeny Mandrikov2011-01-242-2/+2
* SONAR-2126: Partially revert previous changesEvgeny Mandrikov2011-01-242-11/+10
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-243-197/+0
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-231-1/+3
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-231-0/+2
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-238-130/+276
* Merge branch 'master' of github.com:SonarSource/sonarsimonbrandhof2011-01-216-90/+129
|\
| * SONAR-2126: Rename ProjectDirectory to FileSystemDirectoryEvgeny Mandrikov2011-01-202-7/+7
| * SONAR-2126: Change API to work with projectEvgeny Mandrikov2011-01-206-89/+128
* | SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-2110-53/+202
|/
* add the classes org.sonar.api.resources.Qualifiers and Scopessimonbrandhof2011-01-192-0/+91
* Add new structure to define project in a form suitable for bootstrapping Sona...Evgeny Mandrikov2011-01-192-0/+164
* SONAR-1514: Add support for a new Ant task to analyze projectsEvgeny Mandrikov2011-01-182-1/+41
* merge 2.5: fix tracking of violations when message contains whitespace or is ...simonbrandhof2011-01-131-1/+5
* Rule.getRulesCategory() must return a fake category instead of nullsimonbrandhof2011-01-101-1/+3
* override the method WildcardPattern.toString()simonbrandhof2011-01-072-0/+17
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
* Move timemachine components from core plugin to batch + do not depend on Snap...simonbrandhof2010-12-272-1/+10
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
* fix memory leak in ruby database migrationsimonbrandhof2010-12-221-2/+2
* add the server-side component ServerUpgradeStatus to know the database versio...simonbrandhof2010-12-221-0/+44
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + c...simonbrandhof2010-12-222-41/+18
* define new_violations metrics as 'optimized with best value'simonbrandhof2010-12-221-6/+6
* Minor fixGodin2010-12-211-7/+8
* Add missing license headersGodin2010-12-211-0/+19
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden i...Godin2010-12-212-28/+21
* temporarily ignore HttpDownloadederTest - too many freezes on MS Windowssimonbrandhof2010-12-211-0/+2
* SONAR-1722: Rename ActiveRule.overrides to AcriveRule.overriddenGodin2010-12-211-6/+7
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ...Godin2010-12-211-12/+8
* SONAR-1722: Allow to override inherited ruleGodin2010-12-181-0/+18
* Fix bug in ActiveRule.clone()Godin2010-12-171-2/+4
* * SONAR-2048: Add an option to define parent in quality profile settingsGodin2010-12-172-3/+44
* trivial : fix javadoc linksimonbrandhof2010-12-161-1/+1
* SONAR-2016 improve the class TempFileUtils : add the method.createTempDirecto...simonbrandhof2010-12-161-4/+16
* SONAR-1722: Add DB columns for profiles inheritanceGodin2010-12-162-2/+12
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-151-91/+204
* SONAR-1829: Use severity instead of priorityGodin2010-12-141-8/+5
* the metric public_undocumented_api must not have a worst valuesimonbrandhof2010-12-101-1/+1
* add a missing javadoc tag @sincesimonbrandhof2010-12-091-0/+3
* Log message about backward compatibility for XMLProfileParserGodin2010-12-091-0/+2
* Backward compatibility for XMLProfileParserGodin2010-12-092-2/+36
* Minor changeGodin2010-12-091-5/+1
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-083-13/+9