mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-16 08:39:59 +07:00
31 lines
934 B
XML
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>
|