]> source.dussan.org Git - sonarqube.git/commit
SONAR-2488 Add the id for violations in the WS Client
authorFabrice Bellingard <bellingard@gmail.com>
Tue, 31 May 2011 12:05:06 +0000 (14:05 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Tue, 31 May 2011 15:48:32 +0000 (17:48 +0200)
commit9f16852c3d219379989f7480f90d66ffa5fb6509
treeb942adff4b6582c22fabd70d39175a154e7b6057
parent70cd924529a3567f6042e1d8fcbd9a64c0693d1a
SONAR-2488 Add the id for violations in the WS Client
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/unmarshallers/ViolationUnmarshaller.java
sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ViolationUnmarshallerTest.java
sonar-ws-client/src/test/resources/violations/false-positive.json
sonar-ws-client/src/test/resources/violations/violation-with-incorrect-line.json
sonar-ws-client/src/test/resources/violations/violation-with-review.json
sonar-ws-client/src/test/resources/violations/violation-without-optional-fields.json
sonar-ws-client/src/test/resources/violations/violations.json