Skip to content

Commit

Permalink
Add line attribute to one of the issues reported
Browse files Browse the repository at this point in the history
Add line attribute to one of the issues reported to test optional line number plotting in klocwork report
  • Loading branch information
deepuj committed Mar 13, 2019
1 parent a79385d commit 7899d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/resources/klocwork/klocwork.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<problemID>11</problemID>
<file>/home/test_build/src/main/java/Main2.java</file>
<method>getURLConnection</method>
<line>4</line>
<code>EXC.BROADTHROWS</code>
<message>The 'getURLConnection' method throws a generic exception 'java.lang.Exception'</message>
<citingStatus>Analyze</citingStatus>
Expand All @@ -34,4 +35,4 @@
</taxonomies>
<url>http://server:8080/review/insight-review.html#goto:project=TestProject,pid=15</url>
</problem>
</errorList>
</errorList>

0 comments on commit 7899d43

Please sign in to comment.