aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headersGodin2010-11-237-0/+139
* SONAR-1979: Add missing FindBugs rule - Dead store due to switch statement fa...Godin2010-11-232-1/+14
* Make SquidVisitor interface instead of classGodin2010-11-236-25/+18
* SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ...Godin2010-11-232-9/+19
* 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 co...Godin2010-11-2313-96/+214
* SONAR-1971: Change description of TodoComment ruleGodin2010-11-231-3/+3
* SONAR-1933: Create a SQUID rule : break instruction should not be used outsid...Godin2010-11-231-16/+25
* 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
* move org.sonar.plugins.dbcleaner.util.PurgeUtils to org.sonar.plugins.dbclean...simonbrandhof2010-11-1920-18/+19
* SOAR-1663 the purge task by period can be reused by pluginssimonbrandhof2010-11-1912-96/+225
* 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-1893-123/+2258
* SONAR-1845, SONAR-1930, SONAR-1931: Add description to properties for new squ...Godin2010-11-173-7/+7
* SONAR-1977: Ignore violations from findbugs report, if rule not activated in ...Godin2010-11-151-1/+1
* SONAR-1977: Ignore violations from findbugs report, if rule not activated in ...Godin2010-11-155-15/+76
* SONAR-1845 , SONAR-1931, SONAR-1933 , SONAR-1932 , SONAR-1930 : Add names for...Godin2010-11-155-5/+5
* fix SONAR-1978 : The Squid "Unused private method" doesn't report a violation...fmallet2010-11-156-1/+52
* SONAR-1845: Create a new Sonar rule to check method complexityGodin2010-11-147-11/+93
* SONAR-971: Cardinality of checkstyle rule TodoComment should be multipleGodin2010-11-131-0/+1
* Add missing license headersGodin2010-11-1312-10/+249
* Add test for UndocumentedApiCheckGodin2010-11-132-0/+43
* SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ...Godin2010-11-134-3/+102
* SONAR-1933: Create a SQUID rule : break instruction should not be used outsid...Godin2010-11-133-1/+88
* SONAR-1932: Create a SQUID rule : instruction "continue" should not be usedGodin2010-11-133-1/+71
* SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XXGodin2010-11-133-7/+83
* SONAR-1953 Minimum period used in purge tasks should be configurablesimonbrandhof2010-11-124-10/+25
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-0911-11/+11
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-0911-11/+11
* fix rendering issue of the rules widget on Google Chrome/Safarisimonbrandhof2010-11-091-2/+2
* compress HTML templates in plugins core and designsimonbrandhof2010-11-082-0/+38
* upgrade to sonar-update-center 0.4 and sonar-packaging-maven-plugin 0.4simonbrandhof2010-11-082-2/+0
* VIEWS-56 do not display the Design page on viewssimonbrandhof2010-11-081-1/+1
* fix layout of core widgetssimonbrandhof2010-11-0512-80/+84
* custom dashboards: add the annotation @WidgetLayout with values DEFAULT (gray...simonbrandhof2010-11-0513-26/+6
* Add description to core widgetsgaudol2010-11-0412-19/+25
* SONAR-1643 improve HTML of widget filtering by categoriessimonbrandhof2010-11-044-7/+8
* Improve routines for patterns, add unit testsGodin2010-11-034-41/+39
* SONAR-1901: Fix UndocumentedApiCheckGodin2010-11-032-16/+28
* Use ProjectClasspath instead of custom filtering in sonar-squid-java-pluginGodin2010-11-032-86/+16
* SONAR-1915: Deploy core plugins to maven repositoryGodin2010-11-0311-69/+0
* SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ...Godin2010-11-027-152/+39
* SONAR-1772: Use method getURL() from org.sonar.api.platform.ServerGodin2010-11-022-12/+11
* add some missing license headersGodin2010-11-026-14/+136
* SONAR-1772: Add unit test for FindbugsDownloaderGodin2010-11-022-4/+88
* SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ...Godin2010-11-015-19/+81