mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
17 lines
588 B
XML
17 lines
588 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>16</line>
|
|
<entry_point TYPE="method" FQNAME="Test.YYY void mode()" />
|
|
<problem_class severity="WARNING">unused declaration</problem_class>
|
|
<description>Method is never used.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>15</line>
|
|
<entry_point TYPE="method" FQNAME="Test.YYY void depeche()" />
|
|
<problem_class severity="WARNING">unused declaration</problem_class>
|
|
<description>Method is never used.</description>
|
|
</problem>
|
|
</problems> |