summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* Fix quality flawsJulien Lancelot2014-07-021-16/+0
* Fix quality flawsJulien Lancelot2014-07-021-34/+44
* Fix quality flawsJulien Lancelot2014-07-021-4/+6
* Fix quality flawJean-Baptiste Lievremont2014-07-021-1/+5
* fix quality flaws (equals and hashcode methods)Stephane Gamard2014-07-022-0/+44
* Fix quality flawsJulien Lancelot2014-07-022-19/+15
* Fix some quality flawsSimon Brandhof2014-07-012-5/+6
* Fix some quality flawsSimon Brandhof2014-07-012-8/+4
* Fix some quality flawsSimon Brandhof2014-07-014-23/+49
* Fix some quality flawsSimon Brandhof2014-07-012-12/+16
* fix quality flaws (Unused ctor)Stephane Gamard2014-07-011-4/+0
* fix quality flaws (RuleDoc CTor needs a non-nullable map)Stephane Gamard2014-07-011-1/+1
* fix quality flawsStephane Gamard2014-07-011-7/+10
* Fix quality flawsJulien Lancelot2014-07-011-6/+1
* fix quality flawsStephane Gamard2014-07-012-3/+3
* fix quality flawsStephane Gamard2014-07-011-1/+1
* fix quality flawsStephane Gamard2014-07-013-3/+5
* fix quality flawsStephane Gamard2014-07-012-13/+24
* fix quality flawsStephane Gamard2014-07-011-4/+4
* Fix quality flawsSimon Brandhof2014-07-012-4/+2
* Fix quality flawsSimon Brandhof2014-07-013-5/+5
* Fix quality flawsJulien Lancelot2014-07-014-50/+63
* fix quality flaws (sort field can be null)Stephane Gamard2014-07-011-2/+6
* fix quality flawsStephane Gamard2014-07-011-2/+2
* fix quality flawsStephane Gamard2014-07-014-46/+29
* fix quality flawStephane Gamard2014-07-011-18/+28
* fix quality flaw (rule.getLanguage() can be null)Stephane Gamard2014-07-011-14/+13
* Fix quality flawsSimon Brandhof2014-07-018-28/+29
* Fix some quality flawsSimon Brandhof2014-07-015-15/+15
* SONAR-5007 Revert find ids to rule finder logic (removed rules are returned)Julien Lancelot2014-07-011-4/+1
* SONAR-5007 - Severity is null for manual rulesJulien Lancelot2014-07-011-1/+2
* Revert "SONAR-4514 Add a default severity when creating manual rules"Julien Lancelot2014-07-011-1/+1
* Fix some quality flawsSimon Brandhof2014-07-014-14/+11
* SONAR-4514 Add a default severity when creating manual rulesJulien Lancelot2014-07-011-1/+1
* Fix some quality flawsSimon Brandhof2014-07-0110-40/+54
* SONAR-5007 - Added legacy ID field to Rule for RuleFinderStephane Gamard2014-07-011-2/+5
* SONAR-5007 refactor Q profile exportersSimon Brandhof2014-07-019-152/+263
* SONAR-5007 - Fixed error in Issues when rule is REMOVEDStephane Gamard2014-06-301-2/+4
* Fix some quality flawsSimon Brandhof2014-06-3012-76/+40
* Fix some quality flawsSimon Brandhof2014-06-301-1/+1
* Remove useless constructors with System2.INSTANCESimon Brandhof2014-06-304-23/+6
* SONAR-5007 - Returning name of effectiveChar in Issue Show Action WSStephane Gamard2014-06-302-9/+27
* SONAR-5007 - Added char and subChar to api.Rule bean for Issue WSStephane Gamard2014-06-302-17/+15
* SONAR-5007 - Wrapped DefaultRuleFinder with DAOv.2Stephane Gamard2014-06-305-58/+228
* Deprecating DefaultRuleFinder in core.Stephane Gamard2014-06-304-2/+156
* Fix some quality flawsSimon Brandhof2014-06-303-8/+1
* Add ConvertProfileMeasuresMigrationTestSimon Brandhof2014-06-304-16/+6
* SONAR-5135 fix bulk activation and resetSimon Brandhof2014-06-295-67/+170
* SONAR-5007 - Fixed user-tag deletion when becomes systemTagStephane Gamard2014-06-271-1/+3
* SONAR-5407 - Fixed filtering logic for effective debt including NONE and nullStephane Gamard2014-06-271-3/+25