mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-19 17:29:34 +07:00
17 lines
355 B
XML
17 lines
355 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>2</line>
|
|
<description>Method has one usage but it is not reachable from entry points.</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>Main.java</file>
|
|
<line>6</line>
|
|
<description>Method is never used.</description>
|
|
</problem>
|
|
|
|
</problems>
|
|
|