aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-1811 The file ../../logs/sonar.log is created when using the WAR packagingsimonbrandhof2010-11-182-20/+32
|
* SONAR-1663 improve QAsimonbrandhof2010-11-181-3/+3
|
* SONAR-1663 improve QAsimonbrandhof2010-11-1818-71/+25
|
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-18103-300/+1969
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-181-4/+4
|
* [maven-release-plugin] prepare release sonar-dev-maven-plugin-1.0simonbrandhof2010-11-181-4/+4
|
* SONAR-1990 ORA-01795: maximum number of expressions in a list is 1000simonbrandhof2010-11-171-1/+1
|
* SONAR-1992 upgrade to JtDS driver 1.2.4simonbrandhof2010-11-171-1/+1
|
* SONAR-1991: Fix link for Jtds open source driverGodin2010-11-171-1/+1
|
* SONAR-1990 ORA-01795 when deleting orphan snapshotssimonbrandhof2010-11-171-1/+8
|
* SONAR-1845, SONAR-1930, SONAR-1931: Add description to properties for new ↵Godin2010-11-173-7/+7
| | | | squid rules to workaround SONAR-1988
* SONAR-1989 Ruby API should cast values of widget propertiessimonbrandhof2010-11-171-1/+1
|
* use the shortcut mvn sonar:sonar in ITsimonbrandhof2010-11-172-3/+2
|
* SONAR-1860 Support Maven 3 analysissimonbrandhof2010-11-171-8/+2
|
* trying to fix a jetty deadlock issue in the unit test HttpDownloaderTestsimonbrandhof2010-11-161-10/+102
|
* Increase code coverage for XMLRuleParserGodin2010-11-161-2/+9
|
* edit the message of backup configuration: dashboards are not backupedsimonbrandhof2010-11-161-1/+1
|
* SONAR-1977: Ignore violations from findbugs report, if rule not activated in ↵Godin2010-11-151-1/+1
| | | | Sonar
* SONAR-1977: Ignore violations from findbugs report, if rule not activated in ↵Godin2010-11-155-15/+76
| | | | Sonar
* SONAR-1981: If name not specified for rule, then AnnotationRuleParser should ↵Godin2010-11-152-2/+91
| | | | set it equal to key
* SONAR-1845 , SONAR-1931, SONAR-1933 , SONAR-1932 , SONAR-1930 : Add names ↵Godin2010-11-155-5/+5
| | | | for new squid rules