aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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-269-19/+97
|
* SONAR-1405: The API must optionally allow plugins to add rule violations on ↵Godin2010-11-266-25/+51
| | | | lines with //NOSONAR tag
* dbcleaner plugin: add commentsimonbrandhof2010-11-261-0/+7
|
* dbcleaner plugin: fix unit tests when locale with first day of week is mondaysimonbrandhof2010-11-262-4/+4
|
* dbcleaner plugin: rename the class IntegrationTest to DefaultPeriodCleanerTestsimonbrandhof2010-11-263-2/+2
|
* SONAR-249 fix issue with the metric duplications_data : ↵simonbrandhof2010-11-261-2/+2
| | | | sensorContext.saveResource() must set the "effective key"
* Fix logging from ClassLoadersCollectionGodin2010-11-261-2/+2
|
* SONAR-249 fix update of measures when using the delayed modesimonbrandhof2010-11-2610-70/+213
|
* fix IT with maven 2.0.xsimonbrandhof2010-11-261-2/+2
|
* SONAR-249 add unit testssimonbrandhof2010-11-2615-228/+346
|
* forgot to commit some unit test filessimonbrandhof2010-11-267-0/+542
|
* SONAR-249: extract persistence layer from data index + dump measures at the ↵simonbrandhof2010-11-2694-2543/+2768
| | | | end of the batch instead of persisting them on the fly
* Fix violations reported on NemoGodin2010-11-252-13/+7
|
* fix SONAR-2010 : the Integer.MAX_VALUE is returned only when the buffer ↵fmallet2010-11-253-9/+22
| | | | can't contain all characters.
* SONAR-2005: Remove the useless Findbugs rule ↵Godin2010-11-254-12/+5
| | | | "DMI_VACUOUS_CALL_TO_EASYMOCK_METHOD"
* Deployment should produce correct checksumsGodin2010-11-251-0/+8
|
* Fix violations reported on NemoGodin2010-11-255-16/+20
|
* Add pdfreport to list of pluginsGodin2010-11-251-6/+1
|
* fix SONAR-2010 : The ChannelReader doesn't allow a regular expression to ↵fmallet2010-11-251-1/+9
| | | | consume more than 8'000 characters
* SONAR-2003:Godin2010-11-246-23/+82
| | | | | | * ClassLoadersCollection should use plexus-classworlds 2.2.3 instead of classworlds 1.1 in order to support Maven 3.0 * Add unit test for ClassLoadersCollection
* revert SONAR-1988simonbrandhof2010-11-243-73/+0
|
* revert SONAR-1988 - requires to upgrade to activerecord-jdbc-adapter 0.9.2simonbrandhof2010-11-243-54/+1
|
* fix javadocsimonbrandhof2010-11-241-4/+1
|
* Add missing license headersGodin2010-11-237-0/+139
|
* SONAR-1988 Description of rule parameters should be optionalsimonbrandhof2010-11-236-2/+127
|
* SONAR-1556: When a language is specified with the 'sonar.language' property ↵Godin2010-11-232-12/+27
| | | | but not supported, a clear message must be displayed
* Remove empty packagesGodin2010-11-230-0/+0
|
* SONAR-1979: Add missing FindBugs rule - Dead store due to switch statement ↵Godin2010-11-232-1/+14
| | | | fall through to throw
* Make SquidVisitor interface instead of classGodin2010-11-236-25/+18
|
* Upgrade to maven-enforcer-plugin 1.0Godin2010-11-231-1/+1
|
* Remove svn:executable propertyGodin2010-11-231-0/+0
|
* SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ↵Godin2010-11-232-9/+19
| | | | pre-defined threshold
* SONAR-1845: Create a new Sonar rule to check method complexityGodin2010-11-232-9/+19
|
* SONAR-1930: Change message for MaximumInheritanceDepth ruleGodin2010-11-231-2/+1
|
* SONAR-1845, SONAR-1931: Create a new Squid rules to check class and method ↵Godin2010-11-2313-96/+214
| | | | complexity
* SONAR-1971: Change description of TodoComment ruleGodin2010-11-231-3/+3
|
* SONAR-1933: Create a SQUID rule : break instruction should not be used ↵Godin2010-11-231-16/+25
| | | | outside a switch statement
* SONAR-1932: Create a SQUID rule : instruction "continue" should not be usedGodin2010-11-231-2/+18
|
* Minor fixGodin2010-11-231-1/+1
|
* SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XXGodin2010-11-232-10/+19
|
* fix IT: two timemachine scenarii must be deleted because of dbcleaner, which ↵simonbrandhof2010-11-234-105/+2
| | | | removes some snapshots
* move org.sonar.plugins.dbcleaner.util.PurgeUtils to ↵simonbrandhof2010-11-1920-18/+19
| | | | org.sonar.plugins.dbcleaner.api
* upgrade to sonar-dev-maven-plugin 1.0.1simonbrandhof2010-11-191-1/+1
|
* SOAR-1663 the purge task by period can be reused by pluginssimonbrandhof2010-11-1912-96/+225
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-191-4/+4
|
* [maven-release-plugin] prepare release sonar-dev-maven-plugin-1.0.1simonbrandhof2010-11-191-4/+4
|
* SONAR-1998 The goal start-war fails with Sonar 2.5simonbrandhof2010-11-191-0/+6
|