aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-02-1813-13/+13
|
* [maven-release-plugin] prepare release 2.62.6simonbrandhof2011-02-1813-13/+13
|
* LCOM4 must not be 1 when bytecode is not availablesimonbrandhof2011-02-111-2/+5
|
* Improve code: fix some violationssimonbrandhof2011-02-101-2/+3
|
* Fix some violationssimonbrandhof2011-02-102-2/+2
|
* Fix loading of findbugs pluginsEvgeny Mandrikov2011-02-091-8/+58
|
* SONAR-2180 NoClone Checkstyle module in errorsimonbrandhof2011-02-091-2/+2
|
* SONAR-2144 Cardinality of checkstyle rule Type Name should be updated to ↵simonbrandhof2011-02-081-3/+4
| | | | multiple
* Delete parameters ignoreModifier and ignoreName from the Checkstyle ↵simonbrandhof2011-02-081-1/+3
| | | | "Abstract Class Name". They are not supported in the Checkstyle version used by sonar.
* SONAR-2167 Improve descriptions and default values of Checkstyle naming ↵simonbrandhof2011-02-071-46/+104
| | | | | | convention rules SONAR-2168 Add the parameter tabWidth to the Checkstyle Indentation rule
* Rename Scopes.TYPE to Scopes.PROGRAM_UNITsimonbrandhof2011-02-074-4/+4
|
* Remove useless purgesimonbrandhof2011-02-076-258/+1
|
* Add MavenInitializerEvgeny Mandrikov2011-02-072-0/+69
| | | | * Configures Java versions and encoding of sources based on Maven POM
* SONAR-2172: New extension point - InitializerEvgeny Mandrikov2011-02-072-12/+6
| | | | | | * Rename AbstractInitializer to Initializer * Execute Initializers before Sensors
* SONAR-2172: New extension point - AbstractInitializerEvgeny Mandrikov2011-02-0510-146/+305
| | | | | | | | | * Mark interface DependsUponMavenPlugin by annotation SupportedEnvironment with value "maven" * Extract CoberturaMavenInitializer from CoberturaSensor * Extract CloverMavenInitializer from CloverSensor
* SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not availablesimonbrandhof2011-02-042-9/+53
|
* SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not availablesimonbrandhof2011-02-042-1/+30
|
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-041-1/+1
| | | | | | | * Each environment should provide key and version * Plugins for Maven 2.x and Maven 3.x have same key "Maven" and provide a real version of Maven
* SONAR-2155 Resource filters are ignored in RFC/LCOM4 distributions of Java ↵simonbrandhof2011-02-0410-194/+107
| | | | projects
* Upgrade copyright headerssimonbrandhof2011-02-04500-2563/+2563
|
* SONAR-2165 Cardinality of checkstyle rule Local Variable Name should be ↵simonbrandhof2011-02-031-64/+65
| | | | updated to multiple
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵simonbrandhof2011-02-033-735/+1471
| | | | multiple + replace the deprecated attribute 'priority' by a node
* SONAR-2161: Normalize Java version for PMDEvgeny Mandrikov2011-02-022-8/+26
|
* 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
* SONAR-1280: Fix unit testEvgeny Mandrikov2011-02-011-1/+2
|
* SONAR-1280: Add experimental Findbugs rulesEvgeny Mandrikov2011-02-011-2/+154
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-3131-19/+247
|
* Add missing copyright headersimonbrandhof2011-01-301-0/+19
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-2813-13/+13
|
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-2813-13/+13
|
* 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-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-284-11/+23
| | | | * Use sonar-java-api in sonar-pmd-plugin and sonar-clover-plugin
* 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-249-97/+95
| | | | 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
|
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-214-5/+13
|
* create the module sonar-java-api dedicated to Java supportsimonbrandhof2011-01-191-0/+5
|
* SONAR-1514: Add support for a new Ant task to analyze projectsEvgeny Mandrikov2011-01-181-1/+3
| | | | | | | | | | | * Add new environment - Ant. * Introduce new component (Reactor) in order to break dependency on MavenSession. * Add annotation SupportedEnvironment and corresponding check to BatchPluginRepository. To allow specify in which environments BatchExtension should be active. * Use this new annotation to disable MavenDependenciesSensor in Ant environment.
* Simplify configuration of dev GWT modulesEvgeny Mandrikov2011-01-1712-111/+32
| | | | | | * Inherit settings from original module * Introduce reusable module org.sonar.SonarDev
* optimizing GWT compilation to speed up build in dev environmentssimonbrandhof2011-01-1314-27/+196
|
* merge 2.5: fix tracking of violations when message contains whitespace or is ↵simonbrandhof2011-01-132-15/+57
| | | | too long - fix a bug + add unit tests