aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc...Simon Brandhof2011-07-071-0/+5
* SONAR-2574 API: configure the working directory used by org.sonar.api.utils.c...Simon Brandhof2011-07-052-3/+15
* Add the method org.sonar.api.rules.Violation#isNew()simonbrandhof2011-06-291-0/+21
* Fix loading of extensions which extend abstract classesSimon Brandhof2011-06-231-1/+5
* Fix potential lock on Windows ?Simon Brandhof2011-06-221-1/+4
* SONAR-75 Document i18n API as experimental (postponed to v2.10)Simon Brandhof2011-06-212-105/+11
* SONAR-2497 Merge i18n plugin with coreSimon Brandhof2011-06-211-2/+2
* SONAR-2525 Stop displaying the SCM revision number in the TimeMachine serviceEvgeny Mandrikov2011-06-211-0/+1
* SONAR-2505 support measure variationsSimon Brandhof2011-06-212-0/+7
* Fix violationsEvgeny Mandrikov2011-06-201-0/+1
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-172-18/+17
* Add Javadocs to Metric.BuilderEvgeny Mandrikov2011-06-161-4/+31
* 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-1020-1968/+0
|\
| * SONAR-2414 remove the Clouds page written in GWTsimonbrandhof2011-06-0820-1968/+0
| * Fix compatibility with ant taskSimon Brandhof2011-06-081-1/+1
| * Clone properties when creating ProjectDefinitionSimon Brandhof2011-06-071-1/+1
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-104-1/+65
|/
* Fix recursive loop in ProjectDefinition#setSourceDirs()Simon Brandhof2011-06-071-2/+8
* Do not allow to change ProjectDefinition#propertiesSimon Brandhof2011-06-071-10/+9
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-061-17/+32
* Add ProjectDefinition#resetSourceDirs() and resetTestDirs()Simon Brandhof2011-06-031-0/+10
* 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-032-32/+129
* 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-312-1/+13
* 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
* Add some javadocsimonbrandhof2011-05-272-4/+12
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-273-0/+347
* SONAR-1922 Add a kind of version control for quality profilesEvgeny Mandrikov2011-05-276-0/+353
* 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-231-0/+4
* 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
* Add Javadocs for CoreMetricsEvgeny Mandrikov2011-05-111-0/+25
* 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
* Define new constants in DecoratorBarrierssimonbrandhof2011-04-282-10/+41
* Fix NPEEvgeny Mandrikov2011-04-281-1/+1
* Remove System.out.printlnEvgeny Mandrikov2011-04-281-1/+0