mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 8bb4dd31d51f3cc4fb63c36579bd3078f6f622f7
16 lines
547 B
XML
16 lines
547 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 All instantiations are not reachable from the 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>
|