aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5010 refactor WebService#isApi() to isPrivate()Simon Brandhof2014-01-202-19/+15
* Refactor package names of API introduced in 4.2Simon Brandhof2014-01-2023-33/+61
* New API org.sonar.api.utils.text.CsvWriterSimon Brandhof2014-01-202-0/+175
* SONAR-3024 No more support of deprecated keys in WS. No more leading slash in...Julien HENRY2014-01-206-20/+33
* Add missing package-info.java in org.sonar.api.utils.dagSimon Brandhof2014-01-201-0/+24
* SONAR-5010 deprecate old ws extension pointSimon Brandhof2014-01-202-0/+4
* Refactor ProjectLinkTestSimon Brandhof2014-01-191-10/+17
* SONAR-5010 public API for Java web servicesSimon Brandhof2014-01-1916-13/+1438
* System2#envVariable(String) can return nullSimon Brandhof2014-01-182-1/+4
* Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and mov...Simon Brandhof2014-01-183-214/+0
* SONAR-4326 Use regex inspired from StackOverflow to validate tagsJean-Baptiste Lievremont2014-01-172-1/+11
* SONAR-926 Fix JavaFile parent key when located in root directoryJulien HENRY2014-01-172-2/+16
* Fix some quality flawsSimon Brandhof2014-01-171-12/+12
* SONAR-926 Deprecate CLA qualifier. JavaFile are now FILE.Julien HENRY2014-01-174-39/+59
* SONAR-4923 Move getProfileExportersForLanguage and getProfileImportersForLan...Julien Lancelot2014-01-172-2/+2
* SONAR-4923 Export profile for a given plugin key and backup now use Java facadeJulien Lancelot2014-01-172-6/+1
* SONAR-4923 Export xml is now call from the Java facadeJulien Lancelot2014-01-171-2/+2
* SONAR-4923 Fix issue when deleting profile where PreviewCache.reportGlobalMod...Julien Lancelot2014-01-171-9/+6
* SONAR-926 Merge Java package and directory concepts. Display full path of res...Julien HENRY2014-01-1613-1056/+1047
* SONAR-4923 Fix display and validation of parameter typeJulien Lancelot2014-01-161-4/+6
* SONAR-4908 support deprecated param type REGULAR_EXPRESSIONSimon Brandhof2014-01-162-1/+2
* SONAR-4908 fix deprecated RuleRepository with empty nameSimon Brandhof2014-01-162-2/+11
* SONAR-3024 Fix regression with Library resourcesJulien HENRY2014-01-162-14/+19
* SONAR-4908 complete javadoc of RuleDefinitions#loadXml()Simon Brandhof2014-01-161-1/+32
* SONAR-4908 move some classes to module sonar-deprecatedSimon Brandhof2014-01-156-489/+1
* SONAR-4908 add RuleDefinitions#loadXml() and depreciate org.sonar.api.rules.X...Simon Brandhof2014-01-1511-274/+261
* Add minor comment in RuleDefinitionsSimon Brandhof2014-01-151-0/+3
* SONAR-4908 support deprecated types of rule parameters and add RuleDefinition...Simon Brandhof2014-01-155-8/+295
* SONAR-4908 remove org.sonar.api.rule.Rule#tags and depreciate RuleRepositorySimon Brandhof2014-01-153-57/+26
* SONAR-4908 enable extension point RuleDefinitionsSimon Brandhof2014-01-152-18/+39
* SONAR-4923 Restore profile now uses Java facadeJulien Lancelot2014-01-151-1/+1
* SONAR-926 Update JavaFile name to contains extensionJulien HENRY2014-01-152-13/+13
* SONAR-3024 Fix backward compatibility of NoSonarFilterJulien HENRY2014-01-142-7/+24
* SONAR-3024 Fix SonarEngine to work with new resource keysJulien HENRY2014-01-143-1/+19
* SONAR-3024 Improve toStringJulien HENRY2014-01-142-0/+2
* SONAR-3024 Restore support of .jav extension for JavaJulien HENRY2014-01-131-2/+8
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-1313-213/+421
* SONAR-4908 add RuleParamType#ofValues()Simon Brandhof2014-01-132-5/+81
* Complete javadoc of IssuableSimon Brandhof2014-01-131-0/+1
* SONAR-4908 add template rules and param typesSimon Brandhof2014-01-134-21/+160
* SONAR-4908 improve API by adding the method done() on the builder patternSimon Brandhof2014-01-132-189/+271
* Remove methods from Severity that have nothing to do in the APIJulien Lancelot2014-01-102-18/+0
* SONAR-4326 Migrate registration of rules to MyBatis, synchronize tagsJean-Baptiste Lievremont2014-01-101-1/+9
* Fix some quality flawsSimon Brandhof2014-01-102-11/+10
* SONAR-4923 Update rules parameter key in railsJulien Lancelot2014-01-101-1/+1
* Fix quality flawsJulien Lancelot2014-01-101-2/+1
* SONAR-4923 Update profile parent use Java facadeJulien Lancelot2014-01-091-1/+2
* SONAR-4908 rename some methods of RuleDefinitionsSimon Brandhof2014-01-092-16/+16
* SONAR-4783 Restore indexing methods to allow indexing of methods/paragraphsJulien HENRY2014-01-091-4/+2
* SONAR-4783 API - drop the extension point SourceImporterJulien HENRY2014-01-0910-289/+45