convert InspectionTestCase to light

This commit is contained in:
Anna.Kozlova
2019-01-04 20:06:29 +01:00
parent 04a06b273c
commit 39aed0475d
22 changed files with 188 additions and 269 deletions
@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>4</line>
<description>Interface is not implemented.</description>
</problem>
<problem>
<file>Test.java</file>
<line>5</line>
<description>Method is never used.</description>
<description>Method owner class is never instantiated OR An instantiation is not reachable from entry points.</description>
</problem>
</problems>