mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
write about VisibleForTesting in inspection description (IDEA-89070)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user