aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* Temporary commit before merging with Simon's modifications onFabrice Bellingard2011-04-202-0/+47
| | | | RuleFailure
* SONAR-2371 SurefireSensor should not insert unit test measures when there is ↵Evgeny Mandrikov2011-04-202-4/+34
| | | | | | | | | no reports - UnitTestDecorator should save zero for unit test measure for project, when there is no values for summarizing and type of analysis is reuse reports or dynamic - Don't use pom.getPackaging() in AbstractSurefireParser
* SONAR-2358 Don't use org.codehaus.plexus.util.StringInputStream to calculate ↵Evgeny Mandrikov2011-04-192-16/+9
| | | | checksums for violations
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-121-4/+1
|
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-041-19/+2
|
* Fix some violationssimonbrandhof2011-04-011-1/+1
|
* Fix coding violationssimonbrandhof2011-03-273-7/+7
|
* Fix Clover coverage on new code at project and package levelssimonbrandhof2011-03-231-18/+22
|
* Minor: fix rendering of link in coverage widgetsimonbrandhof2011-03-231-3/+3
|
* Improve new coverage widgetsimonbrandhof2011-03-161-3/+5
|
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-2/+5
|
* declare time machine barriers to NewCoverage decoratorsimonbrandhof2011-03-112-4/+4
|
* SONAR-2218 coverage of new code must be computed even if there are no ↵simonbrandhof2011-03-083-15/+12
| | | | previous analysis
* SONAR-2218 improve UIsimonbrandhof2011-03-081-2/+2
|
* SONAR-2218 add drilldown on new lines to cover + add period select-box on ↵simonbrandhof2011-03-071-4/+4
| | | | measures drilldown
* SONAR-2218 improve rendering of coverage widgetsimonbrandhof2011-03-071-50/+60
|
* remove the core GWT components which are replaced by Ruby on Rails pagessimonbrandhof2011-03-041-1/+0
|
* SONAR-2218 support GWT extensions + improve filterssimonbrandhof2011-03-031-7/+0
|
* SONAR-2218 improve drilldown page in order to display variationssimonbrandhof2011-03-011-5/+11
|
* SONAR-2218 display coverage of changed code in widgetsimonbrandhof2011-02-284-83/+24
|
* SONAR-2218 compute coverage on new/changed codesimonbrandhof2011-02-287-51/+242
|
* SONAR-2218 aggregate variations of coverage of changed code + add sample of ↵simonbrandhof2011-02-276-24/+187
| | | | widget
* SONAR-2218 add NewCoverageDecorator + add DateUtils to APIsimonbrandhof2011-02-253-0/+394
|
* SONAR-2238 Remove the metric "uncovered_complexity_by_tests"simonbrandhof2011-02-253-138/+0
|
* Improve code: fix some violationssimonbrandhof2011-02-101-2/+3
|
* Add MavenInitializerEvgeny Mandrikov2011-02-072-0/+69
| | | | * Configures Java versions and encoding of sources based on Maven POM
* Upgrade copyright headerssimonbrandhof2011-02-0474-660/+660
|
* SONAR-791 When the source directory is not exactly the java package root, ↵simonbrandhof2011-01-244-128/+2
| | | | Sonar should stop the analysis
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-214-5/+13
|
* merge 2.5: fix tracking of violations when message contains whitespace or is ↵simonbrandhof2011-01-132-15/+57
| | | | too long - fix a bug + add unit tests
* merge 2.5-RC2: fix random execution of NewViolationsDecoratorsimonbrandhof2011-01-122-7/+26
|
* merge 2.5-RC2: missing close of input streamsimonbrandhof2011-01-101-5/+9
|
* merge 2.5-RC2: save SNAPSHOTS.VARIATION_x columns on viewssimonbrandhof2011-01-102-4/+18
|
* Move timemachine components from core plugin to batch + do not depend on ↵simonbrandhof2010-12-2734-1573/+50
| | | | Snapshot in PastSnapshotLoader components + fix NPE when calculating variations on measures that are still not persisted
* do not display skipped unit tests when value is 0 simonbrandhof2010-12-261-2/+2
|
* fix whitespaces in complexity widgetsimonbrandhof2010-12-261-4/+4
|
* log a warning when period properties are not validsimonbrandhof2010-12-231-2/+9
|
* minor : change the RSS feed iconsimonbrandhof2010-12-221-1/+1
|
* SONAR-1941 fix tracking of violations since previous analysissimonbrandhof2010-12-212-10/+13
|
* remove ISO categories from ws-client ResourceQuery + minor improvements of ↵simonbrandhof2010-12-151-1/+1
| | | | GWT API
* SONAR-249 add span ids to htmlsimonbrandhof2010-12-151-4/+4
|
* SONAR-2057 Move quality profile link from dashboard header to description widgetsimonbrandhof2010-12-151-22/+38
|
* SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support ↵simonbrandhof2010-12-156-53/+53
| | | | variations in the resources web service + add IT
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add ↵simonbrandhof2010-12-1516-75/+83
| | | | SNAPSHOTS.PERIODx_DATE
* SONAR-1956 improve filters in order to display variationssimonbrandhof2010-12-101-0/+3
|
* fix bug in SONAR-1729simonbrandhof2010-12-102-18/+14
|
* do not display big trend iconssimonbrandhof2010-12-094-12/+12
|
* SONAR-249 define default values of periodssimonbrandhof2010-12-094-9/+48
|
* SONAR-1729 Violations decorator should test if the measure exist before ↵simonbrandhof2010-12-092-60/+85
| | | | saving something
* SONAR-1941 improve the select box of periodssimonbrandhof2010-12-081-1/+1
|