aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/rule
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-085-5/+5
* Format all headers for 2020Wouter Admiraal2020-01-075-5/+5
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-121-5/+4
* Fix license headers for 2019Duarte Meneses2019-01-025-5/+5
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-241-12/+0
* Improve performance SonarLintDuarte Meneses2018-08-271-1/+3
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-261-0/+1
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-071-0/+32
* Fix license headers for 2018Simon Brandhof2018-01-074-4/+4
* Fix Quality flawsSimon Brandhof2017-06-201-1/+2
* Remove some usages of Guava in APISimon Brandhof2017-06-192-6/+7
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-104-8/+8
* SONAR-7470 Drop ability to manage manual rules from backendJulien Lancelot2016-03-291-1/+10
* Fix quality flawsJulien Lancelot2016-03-081-1/+1
* IN claus and group of OR should have constant order and no duplicateSébastien Lesaint2016-01-291-7/+13
* Fix project title in copyright headersSimon Brandhof2016-01-134-4/+4
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-054-16/+16
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-021-0/+2
* Quality flawsSimon Brandhof2015-06-291-1/+2
* Fix quality flaws in APISimon Brandhof2015-04-031-4/+1
* SONAR-5437 Support colon character in rule keysJulien Lancelot2014-07-091-3/+5
* SONAR-5007 inverse order of multiple-column index in RULESSimon Brandhof2014-06-131-0/+6
* SONAR-5007 continue to refactor rule servicesSimon Brandhof2014-05-141-1/+1
* Moving AcgiveRuleDao to BaseDao ImplStephane Gamard2014-05-051-3/+3
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-171-30/+0
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-115-5/+5
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-111-0/+2
* SONAR-5056 Add debt columns on rules and update Rule API to define some debt ...Julien Lancelot2014-03-051-0/+28
* Fix some quality flawsSimon Brandhof2014-02-031-1/+1
* SONAR-906 new batch API for getting activated rules (merge of all the Quality...Simon Brandhof2014-01-262-0/+34
* Refactor package names of API introduced in 4.2Simon Brandhof2014-01-205-1042/+0
* SONAR-4326 Use regex inspired from StackOverflow to validate tagsJean-Baptiste Lievremont2014-01-171-1/+5
* Fix some quality flawsSimon Brandhof2014-01-171-12/+12
* SONAR-4923 Fix display and validation of parameter typeJulien Lancelot2014-01-161-4/+6
* SONAR-4908 support deprecated param type REGULAR_EXPRESSIONSimon Brandhof2014-01-161-1/+1
* SONAR-4908 fix deprecated RuleRepository with empty nameSimon Brandhof2014-01-161-2/+4
* SONAR-4908 complete javadoc of RuleDefinitions#loadXml()Simon Brandhof2014-01-161-1/+32
* SONAR-4908 move some classes to module sonar-deprecatedSimon Brandhof2014-01-151-1/+1
* SONAR-4908 add RuleDefinitions#loadXml() and depreciate org.sonar.api.rules.X...Simon Brandhof2014-01-154-10/+224
* Add minor comment in RuleDefinitionsSimon Brandhof2014-01-151-0/+3
* SONAR-4908 support deprecated types of rule parameters and add RuleDefinition...Simon Brandhof2014-01-153-1/+131
* SONAR-4908 enable extension point RuleDefinitionsSimon Brandhof2014-01-151-17/+33
* SONAR-4908 add RuleParamType#ofValues()Simon Brandhof2014-01-131-3/+48
* SONAR-4908 add template rules and param typesSimon Brandhof2014-01-132-8/+96
* SONAR-4908 improve API by adding the method done() on the builder patternSimon Brandhof2014-01-131-137/+211
* Remove methods from Severity that have nothing to do in the APIJulien Lancelot2014-01-101-8/+0
* Fix some quality flawsSimon Brandhof2014-01-101-10/+9
* SONAR-4908 rename some methods of RuleDefinitionsSimon Brandhof2014-01-091-8/+8
* Severity.ordinal() should return an intJulien Lancelot2014-01-091-1/+1
* SONAR-4908 Param name is never nullSimon Brandhof2014-01-091-2/+3