]> source.dussan.org Git - sonarqube.git/commit
SONAR-2218 aggregate variations of coverage of changed code + add sample of widget
authorsimonbrandhof <simon.brandhof@gmail.com>
Sun, 27 Feb 2011 22:49:20 +0000 (23:49 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Sun, 27 Feb 2011 22:50:12 +0000 (23:50 +0100)
commitdc45bd7b11b12ba9eff294c8a2de11c5b8fc545e
tree3605bd5d809ac6cd55ddca918613e6996dd759dc
parentcef0256eb03e86d6a2963e384e65f79132a182eb
SONAR-2218 aggregate variations of coverage of changed code + add sample of widget
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/timemachine/NewCoverageAggregator.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/timemachine/NewCoverageDecorator.java [deleted file]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/timemachine/NewCoverageFileAnalyzer.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/NewCoverageWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/new_coverage.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/test/java/org/sonar/plugins/core/timemachine/NewCoverageDecoratorTest.java [deleted file]
plugins/sonar-core-plugin/src/test/java/org/sonar/plugins/core/timemachine/NewCoverageFileAnalyzerTest.java [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/controllers/browse_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/browse/_violation.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/browse/index.html.erb [new file with mode: 0644]