aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2255 the metric 'classes' must not be 0 on unit testssimonbrandhof2011-04-201-5/+2
* Slight refactoring of squidsimonbrandhof2011-04-122-13/+7
* SONAR-2349 New rule to detect empty Java filessimonbrandhof2011-04-122-5/+46
* SONAR-791 compare package declaration with physical directorysimonbrandhof2011-04-116-72/+116
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-081-17/+24
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-041-19/+2
* SONAR-2303 "Architectural constraint" rule should work for patterns with spacesEvgeny Mandrikov2011-04-041-1/+6
* Fix coding violationssimonbrandhof2011-03-271-3/+1
* SONAR-2189 Remove the component SquidSearchsimonbrandhof2011-02-214-64/+4
* LCOM4 must not be 1 when bytecode is not availablesimonbrandhof2011-02-111-2/+5
* Rename Scopes.TYPE to Scopes.PROGRAM_UNITsimonbrandhof2011-02-074-4/+4
* SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not availablesimonbrandhof2011-02-041-1/+16
* SONAR-2155 Resource filters are ignored in RFC/LCOM4 distributions of Java pr...simonbrandhof2011-02-048-193/+105
* Upgrade copyright headerssimonbrandhof2011-02-04103-163/+163
* Move calculation of accessors from squid to sonarsimonbrandhof2011-02-012-4/+8
* SONAR-2159 The total classes used in complexity distribution is different tha...simonbrandhof2011-02-016-27/+135
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-312-1/+20
* Add missing copyright headersimonbrandhof2011-01-301-0/+19
* SONAR-2149 Resource filters are ignored in complexity distributions of Java p...simonbrandhof2011-01-285-4/+158
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-272-3/+3
* Fix Squid plugin to correctly build the relation between a Java file and its ...simonbrandhof2011-01-251-1/+2
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-252-20/+60
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-244-33/+100
* remove unused class from squid java pluginsimonbrandhof2011-01-231-62/+0
* SONAR-1526 ResourceFilters are not used by Squidsimonbrandhof2011-01-214-94/+93
* SONAR-2130 Publish measures of Java methods on resource treesimonbrandhof2011-01-215-24/+71
* SONAR-2130 Publish measures of Java methods on resource treesimonbrandhof2011-01-212-5/+35
* merge 2.5-RC2: SONAR-1760: Support the annotation "@SuppressWarnings" at clas...Evgeny Mandrikov2011-01-111-0/+1
* Do not keep DSM measure in cachesimonbrandhof2010-12-151-11/+8
* SONAR-2007: Remove IsoCategory from Squid rulesGodin2010-12-0311-45/+27
* Fix violations reported on NemoGodin2010-11-305-35/+43
* SONAR-1760: Improve performance of NoSonarFilterLoaderGodin2010-11-293-21/+36
* Fix SquidVisitorNotifierGodin2010-11-291-24/+12
* Instead of 'bypassExclusionMechanism' use 'bypassExclusion' in CheckMessageGodin2010-11-292-2/+2
* Instead of 'force' use more meaningful name 'bypassExclusionMechanism' in Che...Godin2010-11-292-2/+2
* SONAR-1817: Squid rule to create violation on each NOSONAR tag occurenceGodin2010-11-291-3/+4
* SONAR-2015: Fix inconsistency between Undocumented API measure and Undocument...Godin2010-11-281-1/+6
* Fix violations reported on NemoGodin2010-11-281-2/+2
* Fix violations reported on NemoGodin2010-11-268-11/+20
* SONAR-1760: Support the annotation "@SuppressWarnings" at class and method levelGodin2010-11-264-1/+109
* * Use AnnotationUtility from checkstyleGodin2010-11-261-16/+6
* SONAR-1817: Squid rule to create violation on each NOSONAR tag occurenceGodin2010-11-267-18/+86
* Add missing license headersGodin2010-11-235-0/+99
* Make SquidVisitor interface instead of classGodin2010-11-236-25/+18
* SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ...Godin2010-11-231-8/+18
* SONAR-1845: Create a new Sonar rule to check method complexityGodin2010-11-231-8/+18
* 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 co...Godin2010-11-2310-92/+200
* SONAR-1933: Create a SQUID rule : break instruction should not be used outsid...Godin2010-11-231-16/+25
* SONAR-1932: Create a SQUID rule : instruction "continue" should not be usedGodin2010-11-231-2/+18