mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-19 01:09:52 +07:00
9 lines
344 B
XML
9 lines
344 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Foo.java</file>
|
|
<line>5</line>
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused assignment</problem_class>
|
|
<description>The value 10 assigned to <code>x</code> is never used</description>
|
|
</problem>
|
|
</problems> |