aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* Fix loading of metric formulas when defined in pluginsSimon Brandhof2011-05-313-2/+36
* SONAR-2164 Add an option to skip package design analysisEvgeny Mandrikov2011-05-301-0/+8
* SONAR-2485 Best value should be set for lcom4 to 1Evgeny Mandrikov2011-05-301-0/+1
* Fix violationsEvgeny Mandrikov2011-05-297-8/+8
* SONAR-2468 add a better sample of ProjectBuildersimonbrandhof2011-05-271-7/+32
* Add some javadocsimonbrandhof2011-05-272-4/+12
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-276-0/+561
* SONAR-1922 Add a kind of version control for quality profilesEvgeny Mandrikov2011-05-277-0/+359
* SONAR-2469 fix typo in name of InstantiationStrategy classsimonbrandhof2011-05-261-3/+3
* SONAR-2469 refactor Modulesimonbrandhof2011-05-253-14/+46
* Add missing Javadocs for Metric.BuilderEvgeny Mandrikov2011-05-241-6/+9
* SONAR-2464 Metric.Builder must set best and worst values when type percentEvgeny Mandrikov2011-05-232-0/+20
* Use factory Metric.Builder instead of Metric constructorEvgeny Mandrikov2011-05-211-157/+498
* SONAR-2432 Tune best and worst values for coverage metricsEvgeny Mandrikov2011-05-201-0/+6
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
* Add Javadocs for CoreMetricsEvgeny Mandrikov2011-05-111-0/+25
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-101-1/+1
* Fix CommandExecutorTest.java test on Windowssimonbrandhof2011-05-101-1/+3
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-091-1/+1
* Release 2.8-RC2simonbrandhof2011-05-091-1/+1
* Try to fix CommandExecutorTest on Windowssimonbrandhof2011-05-091-1/+1
* Improve the test CommandExecutorTest#shouldStopWithTimeout for slow boxessimonbrandhof2011-05-061-1/+0
* Reduce technical debtsimonbrandhof2011-05-0513-1/+44
* Delete unused GWT classessimonbrandhof2011-05-059-889/+0
* Remove some dead codesimonbrandhof2011-05-051-20/+0
* SONAR-2371 Add Javadoc for Tests metricEvgeny Mandrikov2011-05-041-2/+11
* Prepare for next development iterationEvgeny Mandrikov2011-05-031-1/+1
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-031-1/+1
* Define new constants in DecoratorBarrierssimonbrandhof2011-04-282-10/+41
* Fix NPEEvgeny Mandrikov2011-04-282-1/+10
* Remove System.out.printlnEvgeny Mandrikov2011-04-281-1/+0
* Increase timeout of CommandExecutorTest for slow boxessimonbrandhof2011-04-281-2/+2
* Ensure that cost to fix violation cannot be set to negative or NaN valueEvgeny Mandrikov2011-04-282-5/+25
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-272-4/+69
* SONAR-2266 ProjectFileSystem should return only existing source and test dire...Evgeny Mandrikov2011-04-275-4/+34
* SONAR-2323 Remove logs specific to Mavensimonbrandhof2011-04-271-1/+1
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-262-2/+3
* Tests should be independent from EOL in resourcesEvgeny Mandrikov2011-04-221-12/+12
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-212-8/+8
* SONAR-2341 Deprecate Project.getPackaging and don't use it in findbugs pluginEvgeny Mandrikov2011-04-211-0/+5
* Fix crlfEvgeny Mandrikov2011-04-205-763/+763
* [SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContextFabrice Bellingard2011-04-203-308/+430
* [SONAR-1957] Adds "switched off" attribute on Violation class and makeFabrice Bellingard2011-04-201-234/+253
* [SONAR-2347] Close a review when its corresponding violation does notFabrice Bellingard2011-04-201-78/+80
* SONAR-1865 Dollars ($) are not accepted in java class namessimonbrandhof2011-04-152-14/+5
* SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)simonbrandhof2011-04-121-2/+13
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-121-0/+12
* Improve ProjectFileSystemEvgeny Mandrikov2011-04-122-26/+4
* API: add methods to InputFileUtilssimonbrandhof2011-04-112-16/+63
* API: add the file org.sonar.api.resources.InputFileUtilssimonbrandhof2011-04-102-0/+251