Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 12 | -12/+12 |
| | |||||
* | SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" ↵ | Evgeny Mandrikov | 2011-05-02 | 1 | -4/+0 |
| | | | | profile | ||||
* | Slightly improve fix bug of violation tracking when past violation has no ↵ | Freddy Mallet | 2011-04-29 | 2 | -9/+15 |
| | | | | checksum. | ||||
* | Fix bug of violation tracking. NPE when past violation has no checksum. | simonbrandhof | 2011-04-29 | 2 | -17/+23 |
| | |||||
* | SONAR-2321 Fix test for Windows | Evgeny Mandrikov | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | SONAR-2321 Cobertura plugin must not search for XML reports when Cobertura ↵ | Evgeny Mandrikov | 2011-04-28 | 4 | -41/+79 |
| | | | | has not been executed | ||||
* | Define new constants in DecoratorBarriers | simonbrandhof | 2011-04-28 | 4 | -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 tests | simonbrandhof | 2011-04-28 | 1 | -91/+0 |
| | |||||
* | SONAR-2202 Calculate variations on quality model measures | simonbrandhof | 2011-04-28 | 3 | -53/+140 |
| | |||||
* | Fix scheduling of ViolationDecorator | simonbrandhof | 2011-04-27 | 4 | -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 Maven | simonbrandhof | 2011-04-27 | 2 | -2/+2 |
| | |||||
* | SONAR-2327 split actions for resource viewer and reviews page | simonbrandhof | 2011-04-26 | 5 | -17/+16 |
| | |||||
* | SONAR-2298 Add support for multi-modules for non-Maven projects | Evgeny Mandrikov | 2011-04-26 | 1 | -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 Mandrikov | 2011-04-25 | 2 | -8/+50 |
| | | | | already exists | ||||
* | SONAR-2358 Add unit test | Evgeny Mandrikov | 2011-04-24 | 2 | -2/+11 |
| | |||||
* | SONAR-2358 Reapply patch 'Mechanism to calculate checksums for violations is ↵ | Freddy Mallet | 2011-04-23 | 1 | -15/+7 |
| | | | | unstable' | ||||
* | SONAR-2344 Improve the algorithm in charge to define/update the creation ↵ | Freddy Mallet | 2011-04-22 | 2 | -150/+194 |
| | | | | date of each violation | ||||
* | Tests should be independent from EOL in resources | Evgeny Mandrikov | 2011-04-22 | 1 | -11/+35 |
| | |||||
* | SONAR-2341 Deprecate Project.getPackaging and don't use it in findbugs plugin | Evgeny Mandrikov | 2011-04-21 | 3 | -34/+16 |
| | |||||
* | Increase coverage for a new code in UnitTestDecorator | Evgeny Mandrikov | 2011-04-21 | 1 | -3/+18 |
| | |||||
* | SONAR-2347 Add unit test to ReviewsDecorator | Fabrice Bellingard | 2011-04-20 | 4 | -48/+68 |
| | |||||
* | SONAR-2255 the metric 'classes' must not be 0 on unit tests | simonbrandhof | 2011-04-20 | 1 | -5/+2 |
| | |||||
* | Fix crlf | Evgeny Mandrikov | 2011-04-20 | 4 | -376/+376 |
| | |||||
* | Merge remote branch 'upstream/master' | Fabrice Bellingard | 2011-04-20 | 2 | -2/+2 |
|\ | |||||
| * | SONAR-2372 Upgrade to maven-cobertura-plugin 2.5 | Evgeny Mandrikov | 2011-04-20 | 2 | -2/+2 |
| | | |||||
* | | [SONAR-2347] Close a review when its corresponding violation does not | Fabrice Bellingard | 2011-04-20 | 4 | -231/+377 |
| | | | | | | | | exist anymore | ||||
* | | Temporary commit before merging with Simon's modifications on | Fabrice Bellingard | 2011-04-20 | 2 | -0/+47 |
|/ | | | | RuleFailure | ||||
* | SONAR-2371 SurefireSensor should not insert unit test measures when there is ↵ | Evgeny Mandrikov | 2011-04-20 | 4 | -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 Mandrikov | 2011-04-19 | 2 | -16/+9 |
| | | | | checksums for violations | ||||
* | Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵ | Evgeny Mandrikov | 2011-04-15 | 5 | -20/+3 |
| | | | | and findbugs plugins | ||||
* | Slight refactoring of squid | simonbrandhof | 2011-04-12 | 3 | -27/+14 |
| | |||||
* | SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean) | simonbrandhof | 2011-04-12 | 10 | -56/+56 |
| | |||||
* | SONAR-2347 Add the column RULE_FAILURES.PERMANENT_ID | simonbrandhof | 2011-04-12 | 11 | -60/+57 |
| | |||||
* | SONAR-2349 New rule to detect empty Java files | simonbrandhof | 2011-04-12 | 3 | -5/+112 |
| | |||||
* | Improve ProjectFileSystem | Evgeny Mandrikov | 2011-04-12 | 3 | -7/+7 |
| | | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem | ||||
* | SONAR-791 compare package declaration with physical directory | simonbrandhof | 2011-04-11 | 75 | -305/+522 |
| | |||||
* | SONAR-2322 Filter unit tests files listed in surefire reports | simonbrandhof | 2011-04-08 | 4 | -64/+30 |
| | |||||
* | Re-apply lost refactoring | simonbrandhof | 2011-04-06 | 1 | -13/+1 |
| | |||||
* | SONAR-2332 Filter unit tests files listed in surefire reports | simonbrandhof | 2011-04-06 | 35 | -398/+2279 |
| | |||||
* | SONAR-2332 Findbugs plugin must remove temporary files created during execution | Evgeny Mandrikov | 2011-04-05 | 1 | -10/+24 |
| | |||||
* | Fix crlf | Evgeny Mandrikov | 2011-04-04 | 8 | -102/+102 |
| | |||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 17 | -192/+165 |
| | |||||
* | Add tests for onar-googleanalytics-plugin | Evgeny Mandrikov | 2011-04-04 | 3 | -3/+91 |
| | |||||
* | SONAR-2303 "Architectural constraint" rule should work for patterns with spaces | Evgeny Mandrikov | 2011-04-04 | 2 | -1/+18 |
| | |||||
* | Fix some violations | simonbrandhof | 2011-04-01 | 2 | -3/+3 |
| | |||||
* | SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sonar Way" ↵ | Evgeny Mandrikov | 2011-03-30 | 1 | -4/+0 |
| | | | | profile | ||||
* | SONAR-1667 Add param ignoreAnnotations to PMD rule UselessOverridingMethod | Evgeny Mandrikov | 2011-03-30 | 1 | -0/+3 |
| | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 12 | -12/+12 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 12 | -12/+12 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 12 | -12/+12 |
| |