aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/qualitymodel/Characteristic.java
Commit message (Expand)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 charact...Julien Lancelot2013-10-161-1/+1
* 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 quali...Simon Brandhof2012-09-171-1/+1
* 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 tex...simonbrandhof2010-10-041-14/+10
* 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 g...simonbrandhof2010-09-241-4/+4
* add factory methods to org.sonar.api.qualitymodel.Characteristicsimonbrandhof2010-09-221-0/+12
* quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder t...simonbrandhof2010-09-211-4/+23
* 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
* add CHARACTERISTICS.DESCRIPTIONsimonbrandhof2010-09-081-1/+16
* SONAR-236 remove deprecated code from checkstyle plugin + display default val...simonbrandhof2010-09-061-0/+255