new inspection: deprecated member is used

This commit is contained in:
Alexey Kudravtsev
2016-09-09 13:53:38 +03:00
parent 884043aacc
commit cd4c1b08ae
6 changed files with 226 additions and 0 deletions
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>5</line>
<description>Deprecated member 'bbb' is still used</description>
</problem>
<problem>
<file>Test.java</file>
<line>8</line>
<description>Deprecated member 'bbb2' is still used</description>
</problem>
<problem>
<file>Test.java</file>
<line>11</line>
<description>Deprecated member 'bbb3' is still used</description>
</problem>
<problem>
<file>Test.java</file>
<line>16</line>
<description>Deprecated member 'Bbb4' is still used</description>
</problem>
</problems>