mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 23:11:44 +07:00
17 lines
438 B
XML
17 lines
438 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>14</line>
|
|
<entry_point TYPE="method" FQNAME="Test void notATest()"/>
|
|
<description>Method is never used.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>8</line>
|
|
<entry_point TYPE="method" FQNAME="Test void testSmth()"/>
|
|
<description>Method is never used.</description>
|
|
</problem>
|
|
</problems>
|
|
|