aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2011: Instead of deprecated project.getPom() use injected MavenProject ...Godin2010-12-062-8/+12
* Fix typosGodin2010-12-061-1/+1
* SONAR-2031: Remove the feature "reuse configuration" of the plugins Checkstyl...Godin2010-12-068-116/+29
* Improve ViolationsDecoratorTestGodin2010-12-061-5/+16
* Add unit tests for NewViolationsDecoratorGodin2010-12-062-4/+15
* NewViolationsDecorator :Godin2010-12-063-15/+151
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-0637-346/+340
* Fix metric nameGodin2010-12-061-1/+1
* Improve performance of NewViolationsDecoratorGodin2010-12-061-36/+32
* NewViolationsDecorator should count new violations by priority and by ruleGodin2010-12-062-26/+128
* SONAR-1450: Don't do anything in ViolationPersisterDecorator if no violations...Godin2010-12-061-1/+4
* SONAR-2011:Godin2010-12-063-21/+21
* Minor change : use Maps.newHashMap() instead of new HashMap<...>()simonbrandhof2010-12-061-1/+2
* SONAR-249 rename some methods of PastSnapshot so sonar can detect it's a beansimonbrandhof2010-12-045-23/+23
* some method renaming + improve code Qsimonbrandhof2010-12-047-13/+21
* improve code Qsimonbrandhof2010-12-043-3/+4
* SONAR-249 add some unit testssimonbrandhof2010-12-043-16/+82
* Add missing extensions to CorePluginGodin2010-12-041-0/+2
* SONAR-2011: Remove unused dependencies on maven-plugin-api and maven-core fro...Godin2010-12-031-10/+5
* SONAR-249 support configurations by custom date or by last analysissimonbrandhof2010-12-039-29/+467
* SONAR-249 add the select-box to display variation periodssimonbrandhof2010-12-0314-61/+248
* SONAR-249 correctly save the variations configuration into the table SNAPSHOTSsimonbrandhof2010-12-0316-83/+334
* SONAR-2011: Remove dependency on maven-common-artifact-filters from sonar-plu...Godin2010-12-035-1/+52
* SONAR-1450: Prevent NPE with Natural and VB pluginsGodin2010-12-032-0/+6
* Core Plugins: don't use deprecated methods, add missing license headerGodin2010-12-035-39/+47
* SONAR-249 improve some widgets + display variation of test execution timesimonbrandhof2010-12-036-33/+24
* SONAR-1450: Remove unused methods, improve unit testsGodin2010-12-034-46/+46
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-0312-84/+81
* SONAR-2007 remove iso categories from checkstyle, pmd and findbugssimonbrandhof2010-12-033-724/+724
* SONAR-249 remove the annotation @SupportVariationDashboardsimonbrandhof2010-12-035-9/+4
* SONAR-249 add variations to design widgetssimonbrandhof2010-12-033-10/+40
* SONAR-249 add variations to widgets comments, tests and complexitysimonbrandhof2010-12-033-35/+105
* SONAR-2007: Remove IsoCategory from Squid rulesGodin2010-12-0311-45/+27
* SONAR-1683: Remove dependency on maven-dependency-tree from sonar-plugin-apiGodin2010-12-031-0/+5
* SONAR-249 do not hide widgets which are changed in variation view + improve r...simonbrandhof2010-12-032-58/+117
* Fix violations reported on Nemo.Godin2010-12-022-6/+22
* SONAR-1450: Show only date for violation in UIGodin2010-12-021-1/+1
* SONAR-1829: Replace "Priority" by "Severity" in Hotspots serviceGodin2010-12-023-24/+24
* SONAR-1450: Improve unit testsGodin2010-12-024-5/+87
* SONAR-1450: Fix ViolationPersisterDecoratorGodin2010-12-021-2/+17
* SONAR-1450: Compare violations using checksumsGodin2010-12-024-22/+259
* fix animal-sniffer in sonar-core-pluginsimonbrandhof2010-12-027-32/+44
* Add missing dependency from sonar-core-plugin to sonar-batchGodin2010-12-021-0/+5
* remove idea filesimonbrandhof2010-12-021-123/+0
* extract GWT components from sonar-core-pluginsimonbrandhof2010-12-0266-64/+261
* SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersisterGodin2010-12-023-8/+73
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-0114-275/+421
* SONAR-1450: Add creation date of violation to violations tabGodin2010-12-011-4/+8
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-0137-381/+151
* SONAR-1450: Fix NPE in NewViolationsDecoratorGodin2010-12-011-3/+5