aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ↵Godin2010-11-232-9/+19
| | | | pre-defined threshold
* SONAR-1845: Create a new Sonar rule to check method complexityGodin2010-11-232-9/+19
|
* SONAR-1930: Change message for MaximumInheritanceDepth ruleGodin2010-11-231-2/+1
|
* SONAR-1845, SONAR-1931: Create a new Squid rules to check class and method ↵Godin2010-11-2313-96/+214
| | | | complexity
* SONAR-1933: Create a SQUID rule : break instruction should not be used ↵Godin2010-11-231-16/+25
| | | | outside a switch statement
* SONAR-1932: Create a SQUID rule : instruction "continue" should not be usedGodin2010-11-231-2/+18
|
* Minor fixGodin2010-11-231-1/+1
|
* SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XXGodin2010-11-232-10/+19
|
* SONAR-1845, SONAR-1930, SONAR-1931: Add description to properties for new ↵Godin2010-11-173-7/+7
| | | | squid rules to workaround SONAR-1988
* SONAR-1845 , SONAR-1931, SONAR-1933 , SONAR-1932 , SONAR-1930 : Add names ↵Godin2010-11-155-5/+5
| | | | for new squid rules
* fix SONAR-1978 : The Squid "Unused private method" doesn't report a ↵fmallet2010-11-156-1/+52
| | | | violation at correct line with generic methods
* SONAR-1845: Create a new Sonar rule to check method complexityGodin2010-11-147-11/+93
|
* Add missing license headersGodin2010-11-1312-10/+249
|
* Add test for UndocumentedApiCheckGodin2010-11-132-0/+43
|
* SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ↵Godin2010-11-134-3/+102
| | | | pre-defined threshold
* SONAR-1933: Create a SQUID rule : break instruction should not be used ↵Godin2010-11-133-1/+88
| | | | outside a switch statement
* SONAR-1932: Create a SQUID rule : instruction "continue" should not be usedGodin2010-11-133-1/+71
|
* SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XXGodin2010-11-133-7/+83
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+1
|
* upgrade to sonar-update-center 0.4 and sonar-packaging-maven-plugin 0.4simonbrandhof2010-11-081-1/+0
|
* Improve routines for patterns, add unit testsGodin2010-11-034-41/+39
|
* SONAR-1901: Fix UndocumentedApiCheckGodin2010-11-032-16/+28
|
* Use ProjectClasspath instead of custom filtering in sonar-squid-java-pluginGodin2010-11-032-86/+16
|
* SONAR-1915: Deploy core plugins to maven repositoryGodin2010-11-031-7/+0
|
* SONAR-1832:Godin2010-11-011-3/+0
| | | | | * Improve performance for "Architecture rule" * Reduce number of violations whose line number is 0
* SONAR-1832:Godin2010-11-016-48/+55
| | | | | * Improve performance for "Architecture rule" * Reduce number of violations whose line number is 0
* SONAR-1901: "Undocumented API" is not defined as a rule in SonarGodin2010-11-015-43/+100
| | | | | | | * Add abstract class JavaAstCheck * Change description of rule * Check must not extend the PublicApiVisitor * Add an optional new parameter to rule whose value would be a list of wildcard patterns
* SONAR-1901: Add new rule to report on "Undocumented API"Godin2010-10-281-0/+32
|
* SONAR-1901: Add new rule to report on "Undocumented API"Godin2010-10-287-93/+61
|
* SONAR-1844: The "Squid" rule engine should be renamed "Sonar" rule engine in ↵Godin2010-10-281-1/+1
| | | | the web interface
* SONAR-1832: Fix unit testGodin2010-10-251-5/+5
|
* SONAR-1832: Remove duplicated words from violation messageGodin2010-10-251-6/+2
|
* SONAR-1832: Use injected AnnotationRuleParserGodin2010-10-251-2/+2
|
* SONAR-1832: Improve detection of line numbersGodin2010-10-232-13/+31
|
* SONAR-1832: Improve rule definitionGodin2010-10-233-25/+29
|
* SONAR-1832: Use new rules apiGodin2010-10-2314-121/+153
|
* SONAR-1832: Create an architecture rule engineGodin2010-10-212-38/+67
|
* SONAR-1832: Create an architecture rule engineGodin2010-10-2110-1/+252
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-051-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-051-1/+1
|
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-301-1/+1
|
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) ↵simonbrandhof2010-09-241-2/+0
| | | | does not work
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-231-1/+0
|
* remove unused GWT permutations in order to increase build duration + use ↵simonbrandhof2010-09-221-0/+1
| | | | parallel unit tests on plugins checkstyle, pmd and findbugs
* Add pluginDescription for Surefire, Core, DesignGodin2010-09-211-3/+3
|