aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-75 Apply first version of contribution by www.serli.comSimon Brandhof2011-06-132-0/+208
* Fix license headerssimonbrandhof2011-06-101-0/+19
* Add javadoc to org.sonar.api.platform.PluginRepositorysimonbrandhof2011-06-101-0/+5
* Merge remote branch 'upstream/master'simonbrandhof2011-06-1021-1991/+0
|\
| * SONAR-2414 remove the Clouds page written in GWTsimonbrandhof2011-06-0821-1991/+0
| * Fix compatibility with ant taskSimon Brandhof2011-06-082-12/+1
| * Clone properties when creating ProjectDefinitionSimon Brandhof2011-06-072-1/+12
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-105-2/+72
|/
* Fix recursive loop in ProjectDefinition#setSourceDirs()Simon Brandhof2011-06-071-2/+8
* Do not allow to change ProjectDefinition#propertiesSimon Brandhof2011-06-072-13/+11
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-064-36/+68
* Add ProjectDefinition#resetSourceDirs() and resetTestDirs()Simon Brandhof2011-06-032-0/+30
* SONAR-2497 Add batch properties to include/exclude plugins to loadSimon Brandhof2011-06-031-0/+2
* Fix unit test on windowsSimon Brandhof2011-06-031-9/+8
* Allow to manually define source files to analyzeSimon Brandhof2011-06-034-43/+165
* SONAR-1922 Improve UI for profile changelogEvgeny Mandrikov2011-06-012-33/+18
* SONAR-2487 Do not analyse bytecode, when property "sonar.skipDesign" set to "...Evgeny Mandrikov2011-06-011-0/+6
* 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