mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 14:37:46 +07:00
GitOrigin-RevId: d66de66e71fed85b5d1f774c504d74a3963476bd
13 lines
379 B
XML
13 lines
379 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>4</line>
|
|
<module>testMethodWithSuper</module>
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Actual method parameter is the same constant</problem_class>
|
|
<description>Value of parameter 'i' is always '10'</description>
|
|
</problem>
|
|
|
|
</problems>
|
|
|