diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-25 15:18:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-25 15:18:59 +0200 |
commit | 26fef20a434f89c1029e395eec7b7ada594bd135 (patch) | |
tree | 77274c85d3bf1a4e7f36519ce911ae6ec1469f04 /sonar-ws-client | |
parent | a4c82a13a22292a0e96286937f31bd2866ed9e57 (diff) | |
download | sonarqube-26fef20a434f89c1029e395eec7b7ada594bd135.tar.gz sonarqube-26fef20a434f89c1029e395eec7b7ada594bd135.zip |
Remove some unused code related to reviews
Diffstat (limited to 'sonar-ws-client')
-rw-r--r-- | sonar-ws-client/src/test/resources/reviews/reviews-2.8.json | 1 | ||||
-rw-r--r-- | sonar-ws-client/src/test/resources/reviews/reviews-2.9.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sonar-ws-client/src/test/resources/reviews/reviews-2.8.json b/sonar-ws-client/src/test/resources/reviews/reviews-2.8.json deleted file mode 100644 index 83a90bb5f74..00000000000 --- a/sonar-ws-client/src/test/resources/reviews/reviews-2.8.json +++ /dev/null @@ -1 +0,0 @@ -[{"id":9,"createdAt":"2011-04-27T14:37:20+0200","updatedAt":"2011-04-27T14:37:20+0200","author":"admin","title":"New exception is thrown in catch block, original stack trace may be lost","type":"VIOLATION","status":"OPEN","severity":"MAJOR","resource":"org.codehaus.sonar:sonar-channel:org.sonar.channel.CodeReader","line":84,"comments":[{"author":"admin","updatedAt":"2011-04-27T14:37:20+0200","text":"Wazzaaaa"}]},{"id":3,"createdAt":"2011-04-26T15:44:42+0200","updatedAt":"2011-04-26T15:44:42+0200","author":"admin","assignee":"admin","title":"'static' modifier out of order with the JLS suggestions.","type":"VIOLATION","status":"OPEN","severity":"MINOR","resource":"org.codehaus.sonar:sonar-channel:org.sonar.channel.CodeReaderConfiguration","line":33,"comments":[{"author":"admin","updatedAt":"2011-04-26T15:44:42+0200","text":"This is a review.<br/>And this is on multiple lines...<br/><br/><code>Wouhou!!!!!</code>"},{"author":"admin","updatedAt":"2011-04-26T17:10:19+0200","text":"<em>Bold on multiple line?</em>"},{"author":"admin","updatedAt":"2011-04-26T17:11:02+0200","text":"And the bullets:<br/><ul><li>1 bullet</li>\n<li>2 bullets</li></ul>"},{"author":"admin","updatedAt":"2011-04-26T17:27:37+0200","text":"Wazzaa"}]}]
\ No newline at end of file diff --git a/sonar-ws-client/src/test/resources/reviews/reviews-2.9.json b/sonar-ws-client/src/test/resources/reviews/reviews-2.9.json deleted file mode 100644 index 919b7ff9d8e..00000000000 --- a/sonar-ws-client/src/test/resources/reviews/reviews-2.9.json +++ /dev/null @@ -1 +0,0 @@ -[{"id":3,"createdAt":"2011-04-26T15:44:42+0200","updatedAt":"2011-04-26T15:44:42+0200","author":"admin","assignee":"admin","title":"'static' modifier out of order with the JLS suggestions.","status":"RESOLVED","resolution":"FALSE-POSITIVE","severity":"MINOR","resource":"org.codehaus.sonar:sonar-channel:org.sonar.channel.CodeReaderConfiguration","line":33,"violationId":1,"comments":[{"id":1,"author":"admin","updatedAt":"2011-04-26T15:44:42+0200","text":"This is a review.<br/>And this is on multiple lines...<br/><br/><code>Wouhou!!!!!</code>"},{"id":2,"author":"admin","updatedAt":"2011-04-26T17:10:19+0200","text":"<em>Bold on multiple line?</em>"},{"id":3,"author":"admin","updatedAt":"2011-04-26T17:11:02+0200","text":"And the bullets:<br/><ul><li>1 bullet</li>\n<li>2 bullets</li></ul>"},{"id":4,"author":"admin","updatedAt":"2011-04-26T17:27:37+0200","text":"Wazzaa"}]},{"id":9,"createdAt":"2011-04-27T14:37:20+0200","updatedAt":"2011-04-27T14:37:20+0200","author":"admin","title":"New exception is thrown in catch block, original stack trace may be lost","status":"OPEN","severity":"MAJOR","resource":"org.codehaus.sonar:sonar-channel:org.sonar.channel.CodeReader","line":84,"violationId":2,"comments":[{"id":5,"author":"admin","updatedAt":"2011-04-27T14:37:20+0200","text":"Wazzaaaa"}]}]
\ No newline at end of file |