]> source.dussan.org Git - sonarqube.git/commit
SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed
authorFabrice Bellingard <bellingard@gmail.com>
Mon, 30 May 2011 17:18:32 +0000 (19:18 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 30 May 2011 17:19:12 +0000 (19:19 +0200)
commita7ef4f0a1d3c51ab9f74a8ac4bd695fe84c947eb
treeabaeed322b7a16d2d9dff671ea429f9fa64a4064
parent3cd3a7dcc73cb3924d8c61f532423226bb38b38b
SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed

Add the violation id on a review JSON/XML format so that we don't
have to add it later when we implement manual reviews.
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
sonar-ws-client/src/main/java/org/sonar/wsclient/services/Review.java
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ReviewCreateQuery.java
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ReviewDeleteQuery.java
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ReviewQuery.java
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ReviewUpdateQuery.java
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ReviewUnmarshaller.java
sonar-ws-client/src/test/java/org/sonar/wsclient/services/ReviewDeleteQueryTest.java
sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ReviewUnmarshallerTest.java
sonar-ws-client/src/test/resources/reviews/reviews-2.9.json