]> source.dussan.org Git - sonarqube.git/commit
SONAR-4092 SONAR-4093
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 31 Jan 2013 14:38:17 +0000 (15:38 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 31 Jan 2013 14:38:55 +0000 (15:38 +0100)
commit5780fbec1b757a9afbaa3c8ba88e591d6b9534d6
tree46ce512b91fcd633b1ce3f73737a15df66914ce8
parent5db8b24b6d7b676b1b66f34ae5ac858bb7e6822b
SONAR-4092 SONAR-4093
SONAR-4093 From a covered line of code provide the ability to retrieve the unit tests covering this line
SONAR-4092 From a unit test allow to access to the lines covered by this unit test
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/web/tests_viewer.html.erb
sonar-core/src/main/java/org/sonar/core/component/ComponentVertex.java
sonar-core/src/main/java/org/sonar/core/component/ResourceComponent.java
sonar-core/src/main/java/org/sonar/core/test/DefaultTestCase.java
sonar-core/src/main/java/org/sonar/core/test/DefaultTestable.java
sonar-plugin-api/src/main/java/org/sonar/api/component/Component.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/test/_testable_working_view.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/test/_testcase_working_view.erb [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/application.js