]> source.dussan.org Git - sonarqube.git/commit
SONAR-2380 The "violations" web service API must not return
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Apr 2011 14:56:21 +0000 (16:56 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Apr 2011 16:40:48 +0000 (18:40 +0200)
commite8bf534ec680e583b0e7683c92f1be31ab66a74e
tree69a2281fa2f3b036e945c1b27d41c9afd2043a75
parent5c66787f6e31f2931f28b78d3eb056503cdfe57a
SONAR-2380 The "violations" web service API must not return
"false-positive" violation

Also modified the batch side ViolationQuery class that I created so
that they have the same API.
sonar-batch/src/main/java/org/sonar/batch/index/DefaultIndex.java
sonar-batch/src/test/java/org/sonar/batch/index/DefaultIndexTest.java
sonar-plugin-api/src/main/java/org/sonar/api/batch/SonarIndex.java
sonar-plugin-api/src/main/java/org/sonar/api/violations/ViolationQuery.java
sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb
sonar-ws-client/src/main/java/org/sonar/wsclient/services/Violation.java
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ViolationQuery.java
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ViolationUnmarshaller.java
sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ViolationUnmarshallerTest.java
sonar-ws-client/src/test/resources/violations/violation-without-optional-fields.json
sonar-ws-client/src/test/resources/violations/violations.json