aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-0312-12/+12
|
* SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" ↵Evgeny Mandrikov2011-05-021-4/+0
| | | | profile
* Slightly improve fix bug of violation tracking when past violation has no ↵Freddy Mallet2011-04-292-9/+15
| | | | checksum.
* Fix bug of violation tracking. NPE when past violation has no checksum.simonbrandhof2011-04-292-17/+23
|
* SONAR-2321 Fix test for WindowsEvgeny Mandrikov2011-04-281-2/+2
|
* SONAR-2321 Cobertura plugin must not search for XML reports when Cobertura ↵Evgeny Mandrikov2011-04-284-41/+79
| | | | has not been executed
* Define new constants in DecoratorBarrierssimonbrandhof2011-04-284-31/+14
| | | | | | | | | START_VIOLATION_TRACKING and END_OF_VIOLATION_TRACKING are used to benefit from tracking data of Violation : - Violation#isSwitchedOff() - Violation#getCreatedAt() More information in Javadoc.
* Ignore plugins/sonar-core-plugin/derby.log generated during unit testssimonbrandhof2011-04-281-91/+0
|
* SONAR-2202 Calculate variations on quality model measuressimonbrandhof2011-04-283-53/+140
|
* Fix scheduling of ViolationDecoratorsimonbrandhof2011-04-274-4/+8
| | | | ViolationPersisterDecorator must be executed before computing measures on violations, so the flag switched_off is correctly loaded from database.
* SONAR-2323 Remove logs specific to Mavensimonbrandhof2011-04-272-2/+2
|
* SONAR-2327 split actions for resource viewer and reviews pagesimonbrandhof2011-04-265-17/+16
|
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-261-0/+2
| | | | | | | | | | | | | | | | * Use ProjectDefinition in ProjectTree instead of MavenProject * Allow to specify extensions for project's container via ProjectDefinition, so MavenProject not passed directly to batch in mojos * ProjectDefinition should store all information in properties * Replace DefaultProjectFileSystem by DefaultProjectFileSystem2, which works not only for Maven projects * Add DefaultProjectClasspath, which works not only for Maven projects * Enable ProjectLinksSensor only for Maven
* SONAR-2371 UnitTestDecorator should not save anything if tests measure ↵Evgeny Mandrikov2011-04-252-8/+50
| | | | already exists
* SONAR-2358 Add unit testEvgeny Mandrikov2011-04-242-2/+11
|
* SONAR-2358 Reapply patch 'Mechanism to calculate checksums for violations is ↵Freddy Mallet2011-04-231-15/+7
| | | | unstable'
* SONAR-2344 Improve the algorithm in charge to define/update the creation ↵Freddy Mallet2011-04-222-150/+194
| | | | date of each violation
* Tests should be independent from EOL in resourcesEvgeny Mandrikov2011-04-221-11/+35
|
* SONAR-2341 Deprecate Project.getPackaging and don't use it in findbugs pluginEvgeny Mandrikov2011-04-213-34/+16
|
* Increase coverage for a new code in UnitTestDecoratorEvgeny Mandrikov2011-04-211-3/+18
|
* SONAR-2347 Add unit test to ReviewsDecoratorFabrice Bellingard2011-04-204-48/+68
|
* SONAR-2255 the metric 'classes' must not be 0 on unit testssimonbrandhof2011-04-201-5/+2
|
* Fix crlfEvgeny Mandrikov2011-04-204-376/+376
|
* Merge remote branch 'upstream/master'Fabrice Bellingard2011-04-202-2/+2
|\
| * SONAR-2372 Upgrade to maven-cobertura-plugin 2.5Evgeny Mandrikov2011-04-202-2/+2
| |
* | [SONAR-2347] Close a review when its corresponding violation does notFabrice Bellingard2011-04-204-231/+377
| | | | | | | | exist anymore
* | Temporary commit before merging with Simon's modifications onFabrice Bellingard2011-04-202-0/+47
|/ | | | RuleFailure
* SONAR-2371 SurefireSensor should not insert unit test measures when there is ↵Evgeny Mandrikov2011-04-204-18/+38
| | | | | | | | | no reports - UnitTestDecorator should save zero for unit test measure for project, when there is no values for summarizing and type of analysis is reuse reports or dynamic - Don't use pom.getPackaging() in AbstractSurefireParser
* SONAR-2358 Don't use org.codehaus.plexus.util.StringInputStream to calculate ↵Evgeny Mandrikov2011-04-192-16/+9
| | | | checksums for violations
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵Evgeny Mandrikov2011-04-155-20/+3
| | | | and findbugs plugins
* Slight refactoring of squidsimonbrandhof2011-04-123-27/+14
|
* SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)simonbrandhof2011-04-1210-56/+56
|
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-1211-60/+57
|
* SONAR-2349 New rule to detect empty Java filessimonbrandhof2011-04-123-5/+112
|
* Improve ProjectFileSystemEvgeny Mandrikov2011-04-123-7/+7
| | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem
* SONAR-791 compare package declaration with physical directorysimonbrandhof2011-04-1175-305/+522
|
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-084-64/+30
|
* Re-apply lost refactoringsimonbrandhof2011-04-061-13/+1
|
* SONAR-2332 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-0635-398/+2279
|
* SONAR-2332 Findbugs plugin must remove temporary files created during executionEvgeny Mandrikov2011-04-051-10/+24
|
* Fix crlfEvgeny Mandrikov2011-04-048-102/+102
|
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-0417-192/+165
|
* Add tests for onar-googleanalytics-pluginEvgeny Mandrikov2011-04-043-3/+91
|
* SONAR-2303 "Architectural constraint" rule should work for patterns with spacesEvgeny Mandrikov2011-04-042-1/+18
|
* Fix some violationssimonbrandhof2011-04-012-3/+3
|
* SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sonar Way" ↵Evgeny Mandrikov2011-03-301-4/+0
| | | | profile
* SONAR-1667 Add param ignoreAnnotations to PMD rule UselessOverridingMethodEvgeny Mandrikov2011-03-301-0/+3
|
* Upgrade master to version 2.8-SNAPSHOTsimonbrandhof2011-03-2912-12/+12
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-2812-12/+12
|
* [maven-release-plugin] prepare release 2.7-RC3simonbrandhof2011-03-2812-12/+12
|