aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Improve new coverage widgetsimonbrandhof2011-03-161-3/+5
|
* SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" ↵Evgeny Mandrikov2011-03-151-4/+0
| | | | profile
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-2/+5
|
* declare time machine barriers to NewCoverage decoratorsimonbrandhof2011-03-112-4/+4
|
* remove useless .gitignore fileFreddy Mallet2011-03-111-1/+0
|
* fix SONAR-2267 : The "duplicated blocks" measure on each file is not correct ↵Freddy Mallet2011-03-112-14/+17
| | | | when a duplication involved more than two blocks
* fix SONAR-2267 : The "duplicated blocks" measure on each file is not correct ↵Freddy Mallet2011-03-113-20/+21
| | | | when a duplication involved more than two blocks
* SONAR-2218 coverage of new code must be computed even if there are no ↵simonbrandhof2011-03-083-15/+12
| | | | previous analysis
* SONAR-2218 improve UIsimonbrandhof2011-03-081-2/+2
|
* Fix violations reported by Sonar EclipseEvgeny Mandrikov2011-03-088-42/+63
|
* SONAR-2218 add drilldown on new lines to cover + add period select-box on ↵simonbrandhof2011-03-071-4/+4
| | | | measures drilldown
* SONAR-2218 improve rendering of coverage widgetsimonbrandhof2011-03-071-50/+60
|
* do not run parallel unit tests in findbugs pluginsimonbrandhof2011-03-071-10/+0
|
* sonar-plugin-api must be declared with scope provided in pluginsEvgeny Mandrikov2011-03-0411-7/+16
| | | | * It prevents embedding additional dependencies.
* remove the core GWT components which are replaced by Ruby on Rails pagessimonbrandhof2011-03-0431-1700/+0
|
* SONAR-2218 support GWT extensions + improve filterssimonbrandhof2011-03-031-7/+0
|
* SONAR-2213 Cobertura: initializer should set correct report pathEvgeny Mandrikov2011-03-012-5/+31
|
* SONAR-2218 improve drilldown page in order to display variationssimonbrandhof2011-03-011-5/+11
|
* SONAR-2218 display coverage of changed code in widgetsimonbrandhof2011-02-284-83/+24
|
* SONAR-2246 Cobertura: wrong uncovered lines and uncovered conditions on ↵simonbrandhof2011-02-282-0/+52
| | | | anonymous classes
* SONAR-2218 compute coverage on new/changed codesimonbrandhof2011-02-287-51/+242
|
* SONAR-2218 aggregate variations of coverage of changed code + add sample of ↵simonbrandhof2011-02-276-24/+187
| | | | widget
* SONAR-2218 add NewCoverageDecorator + add DateUtils to APIsimonbrandhof2011-02-253-0/+394
|
* Remove System.outsimonbrandhof2011-02-251-1/+0
|
* API: fix CoverageMeasuresBuilder for Coberturasimonbrandhof2011-02-251-20/+0
|
* SONAR-2238 Remove the metric "uncovered_complexity_by_tests"simonbrandhof2011-02-253-138/+0
|
* SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ↵simonbrandhof2011-02-252-128/+47
| | | | step to get an immutable Metric class
* SONAR-2231 Don't use module sonar-deprecated in core pluginsEvgeny Mandrikov2011-02-237-105/+81
| | | | | | | | * Create new implementation of PmdViolationsXmlParser for sonar-pmd-plugin * Remove unused method in sonar-findbugs-plugin and remove dependency * Just remove dependency in sonar-squid-java-plugin
* SONAR-2189 Remove the component SquidSearchsimonbrandhof2011-02-217-119/+5
|
* SONAR-2145 Remove Clover from the Sonar CoreEvgeny Mandrikov2011-02-2118-3323/+0
|
* SONAR-2193 Pattern matching should work in case if pattern ends on "/**"Evgeny Mandrikov2011-02-191-1/+1
|
* [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