aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/internal
Commit message (Collapse)AuthorAgeFilesLines
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-122-146/+0
| | | | sonar-plugin-api-impl
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-062-11/+32
|
* Fix license headers for 2019Duarte Meneses2019-01-022-2/+2
|
* Fix some Java compiler warningsSimon Brandhof2018-03-121-1/+1
|
* Fix license headers for 2018Simon Brandhof2018-01-072-2/+2
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-102-4/+4
|
* SONAR-8458 add SonarQube buildNumber to plugin APISimon Brandhof2017-01-111-1/+1
|
* Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-272-8/+75
| | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests.
* SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibilityJulien HENRY2016-07-071-5/+6
|
* SONAR-7751, SONAR-7756 SonarLint APIJulien HENRY2016-07-071-3/+4
|
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-301-0/+56