do not flag dead code if custom JUnit runner is used (IDEA-25444)

This commit is contained in:
anna
2009-10-29 12:40:03 +03:00
parent 18839484a5
commit 876dc8587e
78 changed files with 646 additions and 2 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>A.java</file>
<line>2</line>
<problem_class>unused declaration</problem_class>
<description>Method has usage(s) but they all belong to recursive calls chain that has no members reachable from entry points.</description>
</problem>
<problem>
<file>A.java</file>
<line>5</line>
<problem_class>unused declaration</problem_class>
<description>Method has usage(s) but they all belong to recursive calls chain that has no members reachable from entry points.</description>
</problem>
</problems>