mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 11:40:50 +07:00
18 lines
400 B
XML
18 lines
400 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>B.java</file>
|
|
<line>5</line>
|
|
<method>
|
|
<name>A()</name>
|
|
<display_name>A()</display_name>
|
|
<package><default></package>
|
|
<class>
|
|
<name>A</name>
|
|
<display_name>A</display_name>
|
|
</class>
|
|
</method>
|
|
<description>Test-only method is called in production code</description>
|
|
</problem>
|
|
</problems>
|