aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/qualitymodel/Characteristic.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4891 Remove useless characteristics columns and tablesJulien Lancelot2013-12-021-369/+0
|
* Fix issue when getting childrenJulien Lancelot2013-10-221-2/+2
|
* SONAR-4357 Change visibility of setOrder() in order to allow updating ↵Julien Lancelot2013-10-161-1/+1
| | | | characteristics order
* Fix quality flawsJulien Lancelot2013-08-201-1/+2
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Revert "SONAR-3778 Bad performances when Hibernate requests measures on ↵Simon Brandhof2012-09-171-1/+1
| | | | | | quality models" This reverts commit 5000405959b05fb3562a2f2cd55a1ba10e6464e2.
* SONAR-3778 Bad performances when Hibernate requests measures on quality modelsSimon Brandhof2012-09-051-1/+1
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* add the methods Characteristic.getChildren(boolean onlyEnabled)simonbrandhof2010-10-181-4/+21
|
* quality model API: simplify difference between property numeric value and ↵simonbrandhof2010-10-041-14/+10
| | | | text value
* quality models API: add Model.removeCharacteristic(...)simonbrandhof2010-10-041-0/+5
|
* add some methods to quality model APIsimonbrandhof2010-10-021-2/+5
|
* quality model API: add the method Characteristic.create(), without parameterssimonbrandhof2010-10-011-2/+6
|
* quality model API: add the methods Characteristic.hasRule() and getProperties()simonbrandhof2010-10-011-0/+14
|
* replace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google ↵simonbrandhof2010-09-241-4/+4
| | | | guava
* add factory methods to org.sonar.api.qualitymodel.Characteristicsimonbrandhof2010-09-221-0/+12
|
* quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder ↵simonbrandhof2010-09-211-4/+23
| | | | to read methods. Management methods are restricted to core => extracted to org.sonar.server.qualitymodel.ModelManager
* add characteristic properties to quality modelssimonbrandhof2010-09-211-7/+23
|
* add the column CHARACTERISTICS.ENABLEDsimonbrandhof2010-09-161-0/+12
|
* * quality models : rename ModelProvider to ModelFindersimonbrandhof2010-09-101-1/+1
| | | | * fix some integration tests
* add CHARACTERISTICS.DESCRIPTIONsimonbrandhof2010-09-081-1/+16
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+255
value of rule parameters in Q profile console