aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1772: Use existing rules configGodin2010-10-214-15/+55
|
* compare doubles with NumberUtils.compare() instead of Double.compare()simonbrandhof2010-10-211-1/+2
|
* wsclient: add Measure.toString()simonbrandhof2010-10-211-0/+18
|
* SONAR-1832: Create an architecture rule engineGodin2010-10-2110-1/+252
|
* SONAR-1883: Fix compatibility with Maven 2.xGodin2010-10-201-1/+1
|
* SONAR-1883: Fix compatibility with Maven 2.0Godin2010-10-201-0/+7
|
* SONAR-1772: Use existing rules configGodin2010-10-204-18/+40
|
* SONAR-1881 delete orphan active rulessimonbrandhof2010-10-203-1/+30
|
* fix version of update-center-commonsimonbrandhof2010-10-201-1/+1
|
* SONAR-1830 display background color of measures with rating typesimonbrandhof2010-10-201-5/+12
|
* SONAR-1830 extract the html color of a measure from the class Treemap to ↵simonbrandhof2010-10-202-53/+40
| | | | Measure + support rating type
* SONAR-1838: Change log level to debugGodin2010-10-201-1/+1
|
* 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-1883: Upgrade to maven-archiver 2.4.1Godin2010-10-201-9/+1
|
* SONAR-1772:Godin2010-10-192-1/+29
| | | | | * Don't use existing rules config * Add more tests
* SONAR-1772: Reuse reportGodin2010-10-192-8/+63
|
* SONAR-1772: Add FindbugsNativeSensorTestGodin2010-10-192-5/+54
|
* SONAR-1830 new metric type 'rating'simonbrandhof2010-10-196-6/+10
|
* SONAR-1772: Fix dependencies for findbugs in order to avoid 'VerifyError: ↵Godin2010-10-191-3/+11
| | | | Cannot inherit from final class'
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-194-17/+53
| | | | http://jira.codehaus.org/browse/SONAR-1875
* SONAR-1852 Add the analysis date to the Java web service client libraysimonbrandhof2010-10-1911-36/+55
|
* SONAR-1879 Remove the character '-' from plugin keyssimonbrandhof2010-10-192-1/+23
|
* SONAR-1695 Sonar startup crashes during use of Update Center if manifest ↵simonbrandhof2010-10-191-1/+1
| | | | uses wrong date format
* SONAR-1772:Godin2010-10-196-11/+29
| | | | | * Provide aux classpath for findbugs * Produce xml report with messages
* fix ITssimonbrandhof2010-10-192-4/+4
|
* Add c-rules to list of pluginsGodin2010-10-191-0/+1
|
* SONAR-1772: Add FindbugsVersionTestGodin2010-10-181-0/+15
|
* SONAR-1784: Move AbstractSurefireParser to package ↵Godin2010-10-182-2/+6
| | | | org.sonar.plugins.surefire.api
* SONAR-1772: Execute findbugs in separate thread and terminate after ↵Godin2010-10-181-1/+1
| | | | "sonar.findbugs.timeout" milliseconds
* SONAR-1772: Execute findbugs in separate thread and terminate after ↵Godin2010-10-184-3/+35
| | | | "sonar.findbugs.timeout" milliseconds
* SONAR-1039 Issue with connecting sonar default database in a windows machine ↵simonbrandhof2010-10-181-0/+3
| | | | via the maven build in solaris machine
* SONAR-1772:Godin2010-10-186-12/+65
| | | | | * Add FindbugsVersion * Use sonar.findbugs.effort
* VIEWS-43 Deleted projects are still displayed in view componentssimonbrandhof2010-10-181-1/+1
|
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-184-9/+186
| | | | http://jira.codehaus.org/browse/SONAR-1875
* SONAR-1772: Remove the use of the Maven Findbugs plugin to directly pilot ↵Godin2010-10-1811-4/+1443
| | | | the Findbugs library
* checkstyle integration tests: use the new rules XML formatsimonbrandhof2010-10-181-8/+10
|
* pmd integration tests: use the new rules XML formatsimonbrandhof2010-10-181-9/+16
|
* add the methods Characteristic.getChildren(boolean onlyEnabled)simonbrandhof2010-10-181-4/+21
|
* upgrade to maven assembly 2.2simonbrandhof2010-10-181-0/+1
|
* SONAR-1808: Move AbstractCoberturaParser to package ↵Godin2010-10-182-1/+2
| | | | org.sonar.plugins.cobertura.api
* Upgrade to sonar-packaging-maven-plugin 0.3Godin2010-10-181-2/+2
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-184-7/+7
|
* [maven-release-plugin] prepare release sonar-update-center-0.3simonbrandhof2010-10-184-7/+7
|
* VIEWS-55 Check user authorization on masterprojectsimonbrandhof2010-10-181-0/+1
|
* VIEWS-20 Do not check user authorization on view componentssimonbrandhof2010-10-183-6/+7
|
* VIEWS-5 TImeMachine only shows first analysis, not latestsimonbrandhof2010-10-183-5/+6
|
* SONAR-1705: When using the WAR packaging to deploy Sonar, if the ↵Godin2010-10-181-4/+7
| | | | "sonar.home" directory doesn't exist a clear message/exception must be displayed