Files
openide/java/java-tests/testData/inspection/sillyAssignment/multiple/expected.xml
T

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>