summaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4908 move some classes to module sonar-deprecatedSimon Brandhof2014-01-156-489/+1
|
* SONAR-4908 add RuleDefinitions#loadXml() and depreciate ↵Simon Brandhof2014-01-1511-274/+261
| | | | org.sonar.api.rules.XMLRuleParser
* Add minor comment in RuleDefinitionsSimon Brandhof2014-01-151-0/+3
|
* SONAR-4908 support deprecated types of rule parameters and add ↵Simon Brandhof2014-01-155-8/+295
| | | | RuleDefinitions#loadAnnotatedClasses()
* 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
|
* SONAR-4326 Add API to declare "system" tags on plugin sideJean-Baptiste Lievremont2014-01-092-4/+28
|
* SONAR-3024 Fix FileIndexer to set UTS qualifier on non Java testsJulien HENRY2014-01-091-2/+1
|
* Severity.ordinal() should return an intJulien Lancelot2014-01-092-1/+12
|
* SONAR-4908 Param name is never nullSimon Brandhof2014-01-091-2/+3
|
* SONAR-4908 New API to declare coding rulesSimon Brandhof2014-01-094-0/+706
| | | | The extension point RuleDefinitions is not used yet.
* SONAR-3024 Introduce a path attribute on resource to allow distinguish filesJulien HENRY2014-01-086-35/+159
| | | | that would have the same key with old key pattern
* SONAR-5000 Stop support of the property "sonar.jdbc.schema"Simon Brandhof2014-01-081-0/+5
|
* Fix some quality flawsSimon Brandhof2014-01-072-11/+11
|
* Minor fixes of @deprecated commentsSimon Brandhof2014-01-071-0/+1
|
* SONAR-4776 Fix new technical debt calculation by using project analysis date ↵Julien Lancelot2014-01-032-19/+8
| | | | in changelog instead of technical date
* SONAR-4535 Add integer validation on active rule paramsJulien Lancelot2013-12-231-1/+1
|
* Add System2#println(String)Simon Brandhof2013-12-192-2/+15
|
* SONAR-4535 create activate / deactivate / update severity actions in QProfilesJulien Lancelot2013-12-184-12/+25
|
* SONAR-4543 Make it possible to flag local/technical accountsJulien HENRY2013-12-182-1/+6
|
* Display active rules (with rule notes) in new profile rule search pageJean-Baptiste Lievremont2013-12-181-4/+48
|
* Fix minor quality flawSimon Brandhof2013-12-171-1/+1
|
* SONAR-4978 Rename the label "Unassigned" to "Not assigned"Simon Brandhof2013-12-171-1/+1
|
* SONAR-4980 Make the 'buildstability' plugin part of the default list of ↵Simon Brandhof2013-12-171-35/+35
| | | | plugins to be excluded for Preview and Incremental modes
* New class System2 to increase testability of classes that call low-level ↵Simon Brandhof2013-12-175-29/+220
| | | | system methods
* SONAR-4535 Index active rules when creating profile from xmlJulien Lancelot2013-12-172-1/+6
|
* SONAR-4535 Create service action to create new ProfileJulien Lancelot2013-12-133-13/+11
|
* Upgrade to 4.2-SNAPSHOTEric Hartmann2013-12-111-1/+1
|
* Fix some quality flawsSimon Brandhof2013-12-102-3/+3
|
* Fix some quality flawsSimon Brandhof2013-12-091-0/+4
|