Files
openide/python/testData/inspections/PyMethodFirstArgAssignmentInspection/expected.xml

44 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>first-args.py</file>
<line>8</line>
<description>Method's parameter 'self' reassigned</description>
</problem>
<problem>
<file>first-args.py</file>
<line>11</line>
<description>Method's parameter 'self' reassigned</description>
</problem>
<problem>
<file>first-args.py</file>
<line>12</line>
<description>Method's parameter 'self' reassigned</description>
</problem>
<problem>
<file>first-args.py</file>
<line>16</line>
<description>Method's parameter 'self' reassigned</description>
</problem>
<problem>
<file>first-args.py</file>
<line>20</line>
<description>Method's parameter 'self' reassigned</description>
</problem>
<problem>
<file>first-args.py</file>
<line>22</line>
<description>Method's parameter 'self' reassigned</description>
</problem>
<problem>
<file>first-args.py</file>
<line>25</line>
<description>Method's parameter 'self' reassigned</description>
</problem>
<problem>
<file>first-args.py</file>
<line>30</line>
<description>Method's parameter 'cls' reassigned</description>
</problem>
</problems>