]> source.dussan.org Git - sonarqube.git/commit
SONAR-2733 Display duplicated blocks by group in the resource viewer
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 26 Oct 2011 17:18:08 +0000 (19:18 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 26 Oct 2011 17:18:56 +0000 (19:18 +0200)
commitaf58e35a58579484d6521bd3e675c90e43c18623
treef41f4dbd6540d223a2767134837340104f4c3a19
parenta589e2539c1d163337daf23b682c95d492b3fbb9
SONAR-2733 Display duplicated blocks by group in the resource viewer

First shot, needs improvements.
12 files changed:
plugins/sonar-core-gwt/src/main/java/org/sonar/plugins/core/duplicationsviewer/DuplicationsViewerDefinition.java [deleted file]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_metric.html.erb
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/java/org/sonar/server/ui/DefaultPages.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_duplications.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_duplications_source_snippet.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_header_duplications.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb
sonar-server/src/main/webapp/javascripts/application.js
sonar-server/src/main/webapp/stylesheets/style.css