Files
openide/java/java-tests/testData/inspection/duplicateThrows/simple/expected.xml
T
2009-09-25 20:50:41 +04:00

31 lines
934 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>X.java</file>
<line>5</line>
<problem_class>Duplicate throws</problem_class>
<description>Duplicate throws</description>
</problem>
<problem>
<file>X.java</file>
<line>10</line>
<problem_class>Duplicate throws</problem_class>
<description>There is a more general exception, 'java.lang.Exception' in the throws list already.</description>
</problem>
<problem>
<file>X.java</file>
<line>18</line>
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Duplicate throws</problem_class>
<description>Duplicate throws</description>
</problem>
<problem>
<file>X.java</file>
<line>19</line>
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Duplicate throws</problem_class>
<description>Duplicate throws</description>
</problem>
</problems>