aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5185 Deprecate "sonar.dynamicAnalysis" featureJulien Lancelot2014-04-091-0/+5
|
* SONAR-5109 Deprecate properties sonar.skippedModules and sonar.includedModulesJulien Lancelot2014-04-091-0/+8
|
* SONAR-5195 Rule templates should not define technical debt informationsJulien Lancelot2014-04-082-0/+25
|
* Deprecate some constants that should have been deprecated in 4.2Julien HENRY2014-04-081-1/+10
|
* Remove checks of minutes greater than 60 and hours greater than 24Julien Lancelot2014-04-072-25/+1
|
* Fix some quality flawsSimon Brandhof2014-04-042-8/+8
|
* Fix some quality flawsSimon Brandhof2014-04-046-33/+33
|
* Fix quality flawsJulien Lancelot2014-04-044-2/+169
|
* Create a specific unit test of declaring rules with technical debtJulien Lancelot2014-04-041-9/+24
|
* Duration should not accept hours more than 24 and minutes more than 60Julien Lancelot2014-04-044-5/+31
|
* SONAR-5056 Fix issue when exporting model to XMLJulien Lancelot2014-04-041-3/+3
|
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-036-6/+7
|
* Fix some quality flawsJulien HENRY2014-04-032-8/+7
|
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-0314-29/+425
|
* Deprecated the unused Symbol#getFullyQualifiedName() and improve exception ↵Simon Brandhof2014-04-031-0/+5
| | | | message
* SONAR-5056 When update rule, if sub characteristic or remediation function ↵Julien Lancelot2014-04-032-1/+14
| | | | is different from default values, update both overridden values
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-021-0/+2
|
* Update Javadoc of Language::getFileSuffixesJulien HENRY2014-04-021-2/+1
|
* SONAR-5174 Rules search by language and repositoriesJulien Lancelot2014-03-281-1/+1
|
* Add some javadocsJulien Lancelot2014-03-271-5/+22
|
* Fix quality flawsJulien Lancelot2014-03-271-1/+2
|
* SONAR-4915 add javadoc to RulesDefinition#setEffortToFixDescription(String)Simon Brandhof2014-03-261-0/+9
|
* Fix some quality flawsJulien HENRY2014-03-262-5/+4
|
* Fix quality flawsJulien Lancelot2014-03-263-25/+27
|
* Replace factor by coefficientJulien Lancelot2014-03-2611-60/+69
|
* Improve duration format validationJulien Lancelot2014-03-264-15/+64
|
* SONAR-4908 extract RulesDefinitionAnnotationLoaderSimon Brandhof2014-03-255-55/+241
| | | | + refactor the classes RegisterXXX used during server startup
* SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to ↵Simon Brandhof2014-03-252-20/+23
| | | | | | setDebtSubCharacteristic() -> better follow SQALE method
* SONAR-4908 refactor RulesDefinition API (debt functions, XML)Simon Brandhof2014-03-2514-140/+577
|
* SONAR-5056 Backup debt modelJulien Lancelot2014-03-251-0/+1
|
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-252-5/+25
| | | | | | * add to picocontainer * new method isJavaAtLeast17() * fix Javadoc
* SONAR-4908 extract RulesDefinitionXmlLoaderSimon Brandhof2014-03-247-77/+104
|
* Fix javadoc of org.sonar.api.server.ws.WebServiceSimon Brandhof2014-03-241-3/+3
|
* SONAR-5056 Remove useless static creation methodsJulien Lancelot2014-03-244-42/+33
|
* SONAR-5121 Refactor the way remediation function is defined on rules in ↵Julien Lancelot2014-03-219-250/+385
| | | | order to remove the static creation and to be able to know which rule is failing when a wrong function is defined.
* Move validate() function to the bottomJulien Lancelot2014-03-211-22/+22
|
* SONAR-5056 Fix issue on move up/downJulien Lancelot2014-03-202-2/+15
|
* SONAR-5056 Create restore from provided model actionJulien Lancelot2014-03-203-0/+38
|
* SONAR-4915 Do not display a warning when no effort to fix description with ↵Julien Lancelot2014-03-192-30/+0
| | | | linear and linear with offset functions
* SONAR-4915 Rename rules.effort_to_fix_l10_key to ↵Julien Lancelot2014-03-192-12/+43
| | | | rules.effort_to_fix_description and add a warning when rule define a linear or linear with offset remediation function with setting description
* Fix some quality flawsSimon Brandhof2014-03-191-1/+1
|\
| * Fixes a couple of issues by using interfaces rather than a specific ↵Hans Joachim Desserud2013-11-021-1/+1
| | | | | | | | implementation
* | Fix quality flawsJulien Lancelot2014-03-184-54/+44
| |
* | SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server ↵Julien Lancelot2014-03-187-12/+184
| | | | | | | | side API of debt
* | Remove Component.moduleKeyJulien Lancelot2014-03-173-18/+0
| |
* | Fix quality flawsJulien Lancelot2014-03-171-0/+6
| |
* | SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-177-94/+223
| |
* | SONAR-5056 Fail if not both characteristic and function are definedJulien Lancelot2014-03-172-0/+30
| |
* | SONAR-4843 restart most of componentsSimon Brandhof2014-03-161-3/+14
| |
* | Refactor plugin management for better maintainabilitySimon Brandhof2014-03-161-0/+3
| |