Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Delete sonar-plugin-api module | Duarte Meneses | 2022-04-21 | 7 | -494/+0 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 7 | -7/+7 |
| | |||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 2 | -17/+10 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-18 | 1 | -6/+6 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 7 | -7/+7 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 7 | -7/+7 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 1 | -5/+3 |
| | | | | sonar-plugin-api-impl | ||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 7 | -7/+7 |
| | |||||
* | SONAR-10867 Add security hotspot new issue type | Julien HENRY | 2018-07-04 | 1 | -3/+3 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 7 | -7/+7 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 7 | -14/+14 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2016-04-06 | 1 | -2/+2 |
| | |||||
* | SONAR-7353 Move RuleType to API | Julien Lancelot | 2016-03-02 | 1 | -0/+56 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 6 | -6/+6 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 6 | -24/+24 |
| | |||||
* | SONAR-6368 Remove deprecated violation API | Julien HENRY | 2015-07-24 | 1 | -73/+0 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | SONAR-6517 merge sonar-deprecated into sonar-plugin-api | Simon Brandhof | 2015-05-19 | 1 | -0/+171 |
| | | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api | ||||
* | Revert "Remove all deprecated Violation APIs" | Julien Lancelot | 2015-03-27 | 1 | -0/+73 |
| | | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773. | ||||
* | Remove all deprecated Violation APIs | Julien HENRY | 2015-03-27 | 1 | -73/+0 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 2 | -2/+2 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-12-17 | 1 | -0/+11 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 6 | -6/+6 |
| | |||||
* | SONAR-4908 move some classes to module sonar-deprecated | Simon Brandhof | 2014-01-15 | 2 | -237/+0 |
| | |||||
* | SONAR-4908 add RuleDefinitions#loadXml() and depreciate ↵ | Simon Brandhof | 2014-01-15 | 1 | -137/+0 |
| | | | | org.sonar.api.rules.XMLRuleParser | ||||
* | SONAR-4908 remove org.sonar.api.rule.Rule#tags and depreciate RuleRepository | Simon Brandhof | 2014-01-15 | 1 | -13/+0 |
| | |||||
* | SONAR-4326 Add API to declare "system" tags on plugin side | Jean-Baptiste Lievremont | 2014-01-09 | 1 | -0/+12 |
| | |||||
* | SONAR-4535 Add integer validation on active rule params | Julien Lancelot | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 9 | -36/+36 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 9 | -27/+27 |
| | |||||
* | SONAR-3879 Moved status constant to Rule. Removed Rule status enumeration. | Julien Lancelot | 2013-03-25 | 2 | -21/+38 |
| | |||||
* | SONAR-3879 : Add constant for rule status | Julien Lancelot | 2013-03-25 | 2 | -10/+10 |
| | |||||
* | SONAR-3879 Replace rule status enumeration in the annotation by a string | Julien Lancelot | 2013-03-22 | 2 | -13/+15 |
| | |||||
* | SONAR-3879 Remove enabled column of rules | Julien Lancelot | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | SONAR-4170 Add language property on rule in order to track removed rules ↵ | Julien Lancelot | 2013-03-11 | 1 | -7/+2 |
| | | | | from removed plugin | ||||
* | SONAR-3879 Provide the ability to flag a rule as 'Deprecated' or 'Beta' | Julien Lancelot | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at ↵ | Julien Lancelot | 2013-03-08 | 1 | -7/+27 |
| | | | | columns to Rules table | ||||
* | Fix quality flaws | Simon Brandhof | 2013-02-21 | 1 | -7/+17 |
| | |||||
* | SONAR-3706 API : remove the deprecated annotation org.sonar.check.Check | Simon Brandhof | 2012-08-16 | 3 | -49/+0 |
| | |||||
* | SONAR-3702 API : AnnotationRuleParser does not detect overridden rule parameters | Simon Brandhof | 2012-07-26 | 1 | -5/+22 |
| | |||||
* | SONAR-3432 Check rule property values | David Gageot | 2012-07-06 | 2 | -1/+25 |
| | | | | We need to keep the compatibility with old values like s,i,r... | ||||
* | SONAR-3432 Support rule property types in annotations | David Gageot | 2012-07-06 | 1 | -36/+96 |
| | |||||
* | SONAR-3343 Improve AnnotationRuleParser for better consistency | Fabrice Bellingard | 2012-03-21 | 1 | -10/+14 |
| | | | | When a rule is annotated, its name and its description fields should be saved as NULL if they are not not provided. | ||||
* | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 1 | -5/+2 |
| | | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility | ||||
* | Fix quality flaws in tests: remove unused imports | Evgeny Mandrikov | 2012-03-14 | 3 | -10/+6 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 10 | -10/+10 |
| | |||||
* | SONAR-2644 Rule name should be optional in XML declaration files | Simon Brandhof | 2011-07-26 | 2 | -6/+8 |
| | |||||
* | Fix NPE | Evgeny Mandrikov | 2011-04-28 | 1 | -0/+9 |
| | |||||
* | Ensure that cost to fix violation cannot be set to negative or NaN value | Evgeny Mandrikov | 2011-04-28 | 1 | -2/+18 |
| | |||||
* | SONAR-2386 Define contract for lineId in Violation | Evgeny Mandrikov | 2011-04-27 | 1 | -0/+48 |
| | | | | | Value can be null or greater than zero, so setter must log warning if not null and less than 1. It will throw an exception in future releases. |