| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused class from squid java plugin | simonbrandhof | 2011-01-23 | 2 | -115/+0 |
* | SONAR-1526 ResourceFilters are not used by Squid | simonbrandhof | 2011-01-21 | 7 | -146/+96 |
* | SONAR-2130 Publish measures of Java methods on resource tree | simonbrandhof | 2011-01-21 | 5 | -24/+71 |
* | SONAR-2130 Publish measures of Java methods on resource tree | simonbrandhof | 2011-01-21 | 2 | -5/+35 |
* | merge 2.5-RC2: SONAR-1760: Support the annotation "@SuppressWarnings" at clas... | Evgeny Mandrikov | 2011-01-11 | 1 | -0/+1 |
* | Do not keep DSM measure in cache | simonbrandhof | 2010-12-15 | 1 | -11/+8 |
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 2 | -11/+11 |
* | SONAR-2007: Remove IsoCategory from Squid rules | Godin | 2010-12-03 | 11 | -45/+27 |
* | Fix violations reported on Nemo | Godin | 2010-11-30 | 5 | -35/+43 |
* | SONAR-1760: Improve performance of NoSonarFilterLoader | Godin | 2010-11-29 | 3 | -21/+36 |
* | Fix SquidVisitorNotifier | Godin | 2010-11-29 | 1 | -24/+12 |
* | Instead of 'bypassExclusionMechanism' use 'bypassExclusion' in CheckMessage | Godin | 2010-11-29 | 2 | -2/+2 |
* | Instead of 'force' use more meaningful name 'bypassExclusionMechanism' in Che... | Godin | 2010-11-29 | 2 | -2/+2 |
* | SONAR-1817: Squid rule to create violation on each NOSONAR tag occurence | Godin | 2010-11-29 | 1 | -3/+4 |
* | SONAR-2015: Improve unit test | Godin | 2010-11-28 | 1 | -4/+20 |
* | SONAR-2015: Fix inconsistency between Undocumented API measure and Undocument... | Godin | 2010-11-28 | 2 | -3/+12 |
* | Fix violations reported on Nemo | Godin | 2010-11-28 | 1 | -2/+2 |
* | Fix violations reported on Nemo | Godin | 2010-11-26 | 8 | -11/+20 |
* | SONAR-1760: Support the annotation "@SuppressWarnings" at class and method level | Godin | 2010-11-26 | 6 | -1/+140 |
* | * Use AnnotationUtility from checkstyle | Godin | 2010-11-26 | 1 | -16/+6 |
* | SONAR-1817: Add unit test | Godin | 2010-11-26 | 1 | -0/+44 |
* | SONAR-1930, SONAR-1845, SONAR-1931: Improve unit tests | Godin | 2010-11-26 | 3 | -0/+3 |
* | SONAR-1817: Squid rule to create violation on each NOSONAR tag occurence | Godin | 2010-11-26 | 7 | -18/+86 |
* | Add missing license headers | Godin | 2010-11-23 | 7 | -0/+139 |
* | Make SquidVisitor interface instead of class | Godin | 2010-11-23 | 6 | -25/+18 |
* | SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ... | Godin | 2010-11-23 | 2 | -9/+19 |
* | SONAR-1845: Create a new Sonar rule to check method complexity | Godin | 2010-11-23 | 2 | -9/+19 |
* | SONAR-1930: Change message for MaximumInheritanceDepth rule | Godin | 2010-11-23 | 1 | -2/+1 |
* | SONAR-1845, SONAR-1931: Create a new Squid rules to check class and method co... | Godin | 2010-11-23 | 13 | -96/+214 |
* | SONAR-1933: Create a SQUID rule : break instruction should not be used outsid... | Godin | 2010-11-23 | 1 | -16/+25 |
* | SONAR-1932: Create a SQUID rule : instruction "continue" should not be used | Godin | 2010-11-23 | 1 | -2/+18 |
* | Minor fix | Godin | 2010-11-23 | 1 | -1/+1 |
* | SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XX | Godin | 2010-11-23 | 2 | -10/+19 |
* | SONAR-1845, SONAR-1930, SONAR-1931: Add description to properties for new squ... | Godin | 2010-11-17 | 3 | -7/+7 |
* | SONAR-1845 , SONAR-1931, SONAR-1933 , SONAR-1932 , SONAR-1930 : Add names for... | Godin | 2010-11-15 | 5 | -5/+5 |
* | fix SONAR-1978 : The Squid "Unused private method" doesn't report a violation... | fmallet | 2010-11-15 | 4 | -1/+43 |
* | SONAR-1845: Create a new Sonar rule to check method complexity | Godin | 2010-11-14 | 7 | -11/+93 |
* | Add missing license headers | Godin | 2010-11-13 | 12 | -10/+249 |
* | Add test for UndocumentedApiCheck | Godin | 2010-11-13 | 1 | -0/+34 |
* | SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ... | Godin | 2010-11-13 | 4 | -3/+102 |
* | SONAR-1933: Create a SQUID rule : break instruction should not be used outsid... | Godin | 2010-11-13 | 3 | -1/+88 |
* | SONAR-1932: Create a SQUID rule : instruction "continue" should not be used | Godin | 2010-11-13 | 3 | -1/+71 |
* | SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XX | Godin | 2010-11-13 | 3 | -7/+83 |
* | Improve routines for patterns, add unit tests | Godin | 2010-11-03 | 4 | -41/+39 |
* | SONAR-1901: Fix UndocumentedApiCheck | Godin | 2010-11-03 | 2 | -16/+28 |
* | Use ProjectClasspath instead of custom filtering in sonar-squid-java-plugin | Godin | 2010-11-03 | 1 | -43/+10 |
* | SONAR-1832: | Godin | 2010-11-01 | 1 | -3/+0 |
* | SONAR-1832: | Godin | 2010-11-01 | 4 | -32/+53 |
* | SONAR-1901: "Undocumented API" is not defined as a rule in Sonar | Godin | 2010-11-01 | 5 | -43/+100 |
* | SONAR-1901: Add new rule to report on "Undocumented API" | Godin | 2010-10-28 | 1 | -0/+32 |