aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-042-1/+30
|
* SONAR-2155 Resource filters are ignored in RFC/LCOM4 distributions of Java ↵simonbrandhof2011-02-0410-194/+107
| | | | projects
* Upgrade copyright headerssimonbrandhof2011-02-04172-232/+232
|
* Move calculation of accessors from squid to sonarsimonbrandhof2011-02-012-4/+8
|
* SONAR-2159 The total classes used in complexity distribution is different ↵simonbrandhof2011-02-017-28/+136
| | | | than the number of classes
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-316-1/+96
|
* Add missing copyright headersimonbrandhof2011-01-301-0/+19
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
|
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
|
* Add some unit testssimonbrandhof2011-01-281-0/+46
|
* SONAR-2149 Resource filters are ignored in complexity distributions of Java ↵simonbrandhof2011-01-2810-89/+271
| | | | | | projects This issue implies SONAR-2153 : API: A decorator should override formulas
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-272-3/+3
| | | | | | | | | | * Use language keys instead of objects. * ProjectFileSystem now BatchComponent, so DefaultProjectFileSystem uses benefits from injections and some old code was removed from it to improve immutability. * Small performance improvement for DefaultInputFile.
* Fix Squid plugin to correctly build the relation between a Java file and its ↵simonbrandhof2011-01-251-1/+2
| | | | package
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-255-157/+94
|
* fix unit test of SquidPluginTestsimonbrandhof2011-01-241-2/+2
|
* SONAR-791 When the source directory is not exactly the java package root, ↵simonbrandhof2011-01-245-33/+160
| | | | Sonar should stop the analysis
* SONAR-2130 deprecate the component SquidSearchsimonbrandhof2011-01-241-0/+5
|
* remove unused class from squid java pluginsimonbrandhof2011-01-232-115/+0
|
* SONAR-1526 ResourceFilters are not used by Squidsimonbrandhof2011-01-217-146/+96
|
* 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
|
* create the module sonar-java-api dedicated to Java supportsimonbrandhof2011-01-191-0/+5
|
* merge 2.5-RC2: SONAR-1760: Support the annotation "@SuppressWarnings" at ↵Evgeny Mandrikov2011-01-111-0/+1
| | | | class level
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
|
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
|
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
|
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
|
* Do not keep DSM measure in cachesimonbrandhof2010-12-151-11/+8
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-11/+11
|
* 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 ↵Godin2010-11-292-2/+2
| | | | CheckMessage
* SONAR-1817: Squid rule to create violation on each NOSONAR tag occurenceGodin2010-11-291-3/+4
|
* SONAR-2015: Improve unit testGodin2010-11-281-0/+14
|
* SONAR-2015: Improve unit testGodin2010-11-281-4/+20
|
* SONAR-2015: Fix inconsistency between Undocumented API measure and ↵Godin2010-11-283-5/+30
| | | | Undocumented API violations
* 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-267-1/+182
|
* * Use AnnotationUtility from checkstyleGodin2010-11-262-17/+7
| | | | * Fix minor bug - Override annotation can be specified with fully qualified name
* SONAR-1817: Add unit testGodin2010-11-261-0/+44
|
* SONAR-1930, SONAR-1845, SONAR-1931: Improve unit testsGodin2010-11-263-0/+3
|
* SONAR-1817: Squid rule to create violation on each NOSONAR tag occurenceGodin2010-11-267-18/+86
|
* Add missing license headersGodin2010-11-237-0/+139
|
* Make SquidVisitor interface instead of classGodin2010-11-236-25/+18
|