blob: dea9f258410614a77ccf4079674b3883216b00aa [file] [log] [blame]
<?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>