aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/ExtensionProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-70/+0
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-1/+0
|
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-7751, SONAR-7756 SonarLint APIJulien HENRY2016-07-071-5/+11
|
* SONAR-7750 Deprecate ExtensionProviderJulien HENRY2016-07-051-0/+2
|
* Fix javadoc errorsJulien HENRY2016-04-111-2/+4
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-1814 improve javadocsimonbrandhof2010-09-281-2/+2
|
* SONAR-1814 add the method ExtensionProvider.provide() in order to support ↵simonbrandhof2010-09-281-15/+20
| | | | obfuscated code
* SONAR-1814 add javadocsimonbrandhof2010-09-281-0/+27
|
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-281-4/+2
| | | | | | * do register coverage extensions in picocontainer only when the plugin is selected (see parameter sonar.core.codeCoveragePlugin) * do not display plugin names when detecting a duplication of metrics * remove unused methods from the deprecated component RulesManager
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-231-0/+31