]> source.dussan.org Git - sonarqube.git/commit
SONAR-4304 better exception handling/UI
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 17 May 2013 14:34:18 +0000 (16:34 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 17 May 2013 14:34:18 +0000 (16:34 +0200)
commit6f42fab84d023994494fa1bb8e0b8792565521b6
tree7da595d6e87bc562bc04fcc668fb027d5c79e4f9
parent7eb7671675b1bde5fab8e907b5057fb904981bc7
SONAR-4304 better exception handling/UI
19 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-core/src/main/java/org/sonar/core/rule/DefaultRuleFinder.java
sonar-plugin-api/src/main/java/org/sonar/api/rules/RuleFinder.java
sonar-server/src/main/java/org/sonar/server/issue/InternalRubyIssueService.java
sonar-server/src/main/java/org/sonar/server/issue/IssueService.java
sonar-server/src/main/java/org/sonar/server/issue/Result.java
sonar-server/src/main/java/org/sonar/server/util/RubyUtils.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_assign_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_create_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_plan_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/shared/_result_messages.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/shared/_source_violation_form.html.erb
sonar-server/src/main/webapp/javascripts/issue.js
sonar-server/src/main/webapp/stylesheets/style.css
sonar-server/src/test/java/org/sonar/server/issue/InternalRubyIssueServiceTest.java
sonar-server/src/test/java/org/sonar/server/issue/ResultTest.java [new file with mode: 0644]
sonar-server/src/test/java/org/sonar/server/util/RubyUtilsTest.java