aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/internal/SonarRuntimeImplTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-67/+0
| | | | sonar-plugin-api-impl
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-061-6/+4
|
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-271-0/+69
* 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.