mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 07:32:21 +07:00
16 lines
540 B
XML
16 lines
540 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>3</line>
|
|
<entry_point TYPE="method" FQNAME="AbstractTest void testSmth()"/>
|
|
<description>Method owner class is never instantiated OR An instantiation is not reachable from entry points.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>1</line>
|
|
<entry_point TYPE="method" FQNAME="AbstractTest void testSmth()"/>
|
|
<description>Abstract class is not implemented.</description>
|
|
</problem>
|
|
</problems>
|