aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2371 SurefireSensor should not insert unit test measures when there is ...Evgeny Mandrikov2011-04-201-4/+31
* SONAR-2358 Don't use org.codehaus.plexus.util.StringInputStream to calculate ...Evgeny Mandrikov2011-04-191-0/+2
* SONAR-2218 coverage of new code must be computed even if there are no previou...simonbrandhof2011-03-083-15/+12
* SONAR-2218 compute coverage on new/changed codesimonbrandhof2011-02-282-2/+98
* SONAR-2218 aggregate variations of coverage of changed code + add sample of w...simonbrandhof2011-02-271-12/+11
* SONAR-2218 add NewCoverageDecorator + add DateUtils to APIsimonbrandhof2011-02-251-0/+183
* SONAR-2238 Remove the metric "uncovered_complexity_by_tests"simonbrandhof2011-02-251-63/+0
* Upgrade copyright headerssimonbrandhof2011-02-0431-161/+161
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-242-72/+2
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-211-1/+2
* merge 2.5: fix tracking of violations when message contains whitespace or is ...simonbrandhof2011-01-131-5/+47
* merge 2.5-RC2: save SNAPSHOTS.VARIATION_x columns on viewssimonbrandhof2011-01-101-1/+1
* Move timemachine components from core plugin to batch + do not depend on Snap...simonbrandhof2010-12-2719-889/+20
* SONAR-1941 fix tracking of violations since previous analysissimonbrandhof2010-12-211-9/+12
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-1512-57/+59
* fix bug in SONAR-1729simonbrandhof2010-12-101-1/+1
* SONAR-249 define default values of periodssimonbrandhof2010-12-091-0/+19
* SONAR-1729 Violations decorator should test if the measure exist before savin...simonbrandhof2010-12-091-13/+31
* Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, beca...Godin2010-12-082-6/+6
* SONAR-1937 fix calculation of new_violations : compare to a date instead of a...simonbrandhof2010-12-0811-53/+56
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-12/+12
* SONAR-1450 log comparison dates at batch startup + improve the algorithm of p...simonbrandhof2010-12-073-74/+49
* SONAR-1450 measure 'new_violations' is missing on rules and packages/projects...simonbrandhof2010-12-071-6/+0
* SONAR-2032 Delete the measures on metric 'violations' and rule prioritysimonbrandhof2010-12-061-6/+0
* SONAR-2011: Instead of deprecated project.getPom() use injected MavenProject ...Godin2010-12-061-6/+6
* Improve ViolationsDecoratorTestGodin2010-12-061-5/+16
* Add unit tests for NewViolationsDecoratorGodin2010-12-061-3/+14
* NewViolationsDecorator :Godin2010-12-061-13/+145
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-069-43/+43
* NewViolationsDecorator should count new violations by priority and by ruleGodin2010-12-061-7/+8
* SONAR-249 rename some methods of PastSnapshot so sonar can detect it's a beansimonbrandhof2010-12-042-10/+10
* some method renaming + improve code Qsimonbrandhof2010-12-042-2/+2
* SONAR-249 add some unit testssimonbrandhof2010-12-041-0/+59
* SONAR-249 support configurations by custom date or by last analysissimonbrandhof2010-12-036-7/+314
* SONAR-249 add the select-box to display variation periodssimonbrandhof2010-12-035-14/+107
* SONAR-249 correctly save the variations configuration into the table SNAPSHOTSsimonbrandhof2010-12-038-20/+166
* SONAR-1450: Prevent NPE with Natural and VB pluginsGodin2010-12-031-0/+3
* SONAR-1450: Remove unused methods, improve unit testsGodin2010-12-032-27/+36
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-031-22/+22
* Fix violations reported on Nemo.Godin2010-12-021-2/+12
* SONAR-1450: Improve unit testsGodin2010-12-023-1/+83
* SONAR-1450: Compare violations using checksumsGodin2010-12-021-0/+95
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-016-98/+144
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-014-129/+26
* SONAR-1450: Add first implementation of NewViolationsDecoratorGodin2010-12-011-4/+31
* SONAR-1450: Add first implementation of NewViolationsDecoratorGodin2010-11-302-4/+26
* SONAR-1450: Add first implementation of NewViolationsDecoratorGodin2010-11-301-0/+42
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-302-15/+15
* SONAR-249 add variation values to Ruby APIsimonbrandhof2010-11-302-9/+9
* SONAR-249 add the class TimeMachineConfigurationsimonbrandhof2010-11-293-20/+67