aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename description of the google analytics pluginsimonbrandhof2010-11-011-1/+1
* SONAR-1832:Godin2010-11-011-3/+0
* SONAR-1832:Godin2010-11-016-48/+55
* SONAR-1901: "Undocumented API" is not defined as a rule in SonarGodin2010-11-015-43/+100
* SONAR-1901: Add new rule to report on "Undocumented API"Godin2010-10-281-0/+32
* SONAR-1901: Add new rule to report on "Undocumented API"Godin2010-10-287-93/+61
* SONAR-1837:Godin2010-10-2811-39/+48
* SONAR-1871: Generate a meaningful error message when the PMD XPATH rule is ac...Godin2010-10-282-23/+52
* SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UIsimonbrandhof2010-10-2824-158/+338
* SONAR-1844: The "Squid" rule engine should be renamed "Sonar" rule engine in ...Godin2010-10-281-1/+1
* SONAR-1643 apply a part of the GSOC branchsimonbrandhof2010-10-2815-0/+723
* SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap"Godin2010-10-251-8/+0
* SONAR-1832: Fix unit testGodin2010-10-251-5/+5
* SONAR-1832: Remove duplicated words from violation messageGodin2010-10-251-6/+2
* SONAR-1832: Use injected AnnotationRuleParserGodin2010-10-251-2/+2
* SONAR-1832: Improve detection of line numbersGodin2010-10-232-13/+31
* SONAR-1832: Improve rule definitionGodin2010-10-233-25/+29
* SONAR-1832: Use new rules apiGodin2010-10-2314-121/+153
* SONAR-1830 support rating metrics in alertssimonbrandhof2010-10-221-6/+18
* SONAR-1772: Minor fixesGodin2010-10-214-4/+5
* SONAR-1772: Remove old code, add testsGodin2010-10-2111-626/+168
* SONAR-1772: Don't allow to reuse existing rules config for findbugsGodin2010-10-213-51/+4
* SONAR-1772: Use existing rules configGodin2010-10-214-26/+25
* SONAR-1832: Create an architecture rule engineGodin2010-10-212-38/+67
* SONAR-1772: Use existing rules configGodin2010-10-214-15/+55
* SONAR-1832: Create an architecture rule engineGodin2010-10-2110-1/+252
* SONAR-1772: Use existing rules configGodin2010-10-204-18/+40
* SONAR-1808: Fix possible NPEGodin2010-10-201-1/+2
* SONAR-1808: Add CoberturaUtilsGodin2010-10-203-17/+17
* SONAR-1808: Add CoberturaUtilsGodin2010-10-204-92/+133
* SONAR-1784: Add SurefireUtilsGodin2010-10-2011-88/+98
* SONAR-1772:Godin2010-10-192-1/+29
* SONAR-1772: Reuse reportGodin2010-10-192-8/+63
* SONAR-1772: Add FindbugsNativeSensorTestGodin2010-10-192-5/+54
* SONAR-1772: Fix dependencies for findbugs in order to avoid 'VerifyError: Can...Godin2010-10-191-3/+11
* SONAR-1772:Godin2010-10-196-11/+29
* SONAR-1772: Add FindbugsVersionTestGodin2010-10-181-0/+15
* SONAR-1784: Move AbstractSurefireParser to package org.sonar.plugins.surefire...Godin2010-10-182-2/+6
* SONAR-1772: Execute findbugs in separate thread and terminate after "sonar.fi...Godin2010-10-181-1/+1
* SONAR-1772: Execute findbugs in separate thread and terminate after "sonar.fi...Godin2010-10-184-3/+35