mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 07:14:21 +07:00
25 lines
646 B
XML
25 lines
646 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>3</line>
|
|
<description>Test-only method is called in production code</description>
|
|
</problem>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>5</line>
|
|
<description>Test-only method is called in production code</description>
|
|
</problem>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>6</line>
|
|
<description>Test-only class is referenced in production code</description>
|
|
</problem>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>7</line>
|
|
<description>Test-only method is called in production code</description>
|
|
</problem>
|
|
|
|
</problems>
|