write about VisibleForTesting in inspection description (IDEA-89070)

This commit is contained in:
peter
2012-08-03 15:18:03 +02:00
parent 26764afd82
commit f56e4a8cd5
2 changed files with 2 additions and 2 deletions
@@ -131,7 +131,7 @@ inspection.nullable.problems.NotNull.parameter.overrides.Nullable=Parameter anno
inspection.nullable.problems.parameter.overrides.NotNull=Not annotated parameter overrides @NotNull parameter
inspection.nullable.problems.primitive.type.annotation=Primitive type members cannot be Nullable/NotNull annotated
inspection.test.only.problems.display.name=@TestOnly method call in production code
inspection.test.only.problems.display.name=Test-only method call in production code
inspection.test.only.problems.test.only.method.call=Test-only method is called in production code
inspection.visibility.display.name=Declaration access can be weaker
@@ -1,7 +1,7 @@
<html>
<body>
<font face="verdana" size="-1">
This inspection reports usages of <b><font color="#000080">@TestOnly</font></b>-annotated methods in production code.
This inspection reports usages of <b><font color="#000080">@TestOnly</font></b>- or <b><font color="#000080">VisibleForTesting</font></b> annotated methods in production code.
<br>The problems are not reported if such method is called from
<ul>
<li>code under 'Test Sources' folder