unused declaration: change message to avoid misunderstandings (IDEA-140103)

This commit is contained in:
Anna Kozlova
2015-06-26 16:21:34 +03:00
parent ad9952e7f7
commit ec4bbd1d22
2 changed files with 5 additions and 5 deletions
@@ -4,13 +4,13 @@
<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>
<description>Method has usage(s) but they all belong to 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>
<description>Method has usage(s) but they all belong to calls chain that has no members reachable from entry points.</description>
</problem>
</problems>