unused declaration: report methods directly called from test sources (IDEA-160530)

This commit is contained in:
Anna Kozlova
2016-09-05 07:57:43 +03:00
parent b041f6f0e9
commit 874d6d8d5b
6 changed files with 53 additions and 0 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>2</line>
<description>Method has one usage but it is not reachable from entry points.</description>
</problem>
<problem>
<file>Main.java</file>
<line>6</line>
<description>Method is never used.</description>
</problem>
</problems>