mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-19 01:05:22 +07:00
46 lines
1.0 KiB
XML
46 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>3</line>
|
|
<description>Variable 'args' is assigned to itself</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>4</line>
|
|
<description>Variable 'j' is initialized with self assignment</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>5</line>
|
|
<description>Variable 'args' is assigned to itself</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>8</line>
|
|
<description>Variable 'z' is initialized with self assignment</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>13</line>
|
|
<description>Variable 'y' is assigned to itself</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>17</line>
|
|
<description>Variable 'h' is assigned to itself</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>18</line>
|
|
<description>Variable 'h' is assigned to itself</description>
|
|
</problem>
|
|
|
|
</problems> |