mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
29 lines
803 B
XML
29 lines
803 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>4</line>
|
|
<description>Test-only method is called in production code</description>
|
|
</problem>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>6</line>
|
|
<description>Test-only method is called in production code</description>
|
|
</problem>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>7</line>
|
|
<description>Test-only class is referenced in production code</description>
|
|
</problem>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>8</line>
|
|
<description>Test-only class is referenced in production code</description>
|
|
</problem>
|
|
<problem>
|
|
<file>AGrandChild.java</file>
|
|
<line>6</line>
|
|
<description>Test-only method is called in production code</description>
|
|
</problem>
|
|
</problems>
|