diff options
Diffstat (limited to 'sonar-ws-client/src/test/resources/violations/violation-without-optional-fields.json')
-rw-r--r-- | sonar-ws-client/src/test/resources/violations/violation-without-optional-fields.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-ws-client/src/test/resources/violations/violation-without-optional-fields.json b/sonar-ws-client/src/test/resources/violations/violation-without-optional-fields.json new file mode 100644 index 00000000000..acfffe3e152 --- /dev/null +++ b/sonar-ws-client/src/test/resources/violations/violation-without-optional-fields.json @@ -0,0 +1,3 @@ +[ + {"message":"throw java.lang.Exception","priority":"MAJOR","rule":{"key":"pmd:SignatureDeclareThrowsException","name":"Signature Declare Throws Exception","category":"Maintainability"},"resource":{"key":"org.apache.excalibur.components:excalibur-pool-instrumented:org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool","name":"TraceableResourceLimitingPool","scope":"FIL","qualifier":"CLA","language":"java"}}, +]
\ No newline at end of file |