From f56e4a8cd5ed0da0e6b312a2990770fa2d3f9048 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 2 Aug 2012 16:29:44 +0200 Subject: [PATCH] write about VisibleForTesting in inspection description (IDEA-89070) --- .../src/messages/InspectionsBundle.properties | 2 +- resources-en/src/inspectionDescriptions/TestOnlyProblems.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/platform-resources-en/src/messages/InspectionsBundle.properties b/platform/platform-resources-en/src/messages/InspectionsBundle.properties index c955353a1bff..771d65997918 100644 --- a/platform/platform-resources-en/src/messages/InspectionsBundle.properties +++ b/platform/platform-resources-en/src/messages/InspectionsBundle.properties @@ -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 diff --git a/resources-en/src/inspectionDescriptions/TestOnlyProblems.html b/resources-en/src/inspectionDescriptions/TestOnlyProblems.html index b01ffd2ec11a..eebc9648c37b 100644 --- a/resources-en/src/inspectionDescriptions/TestOnlyProblems.html +++ b/resources-en/src/inspectionDescriptions/TestOnlyProblems.html @@ -1,7 +1,7 @@ - This inspection reports usages of @TestOnly-annotated methods in production code. + This inspection reports usages of @TestOnly- or VisibleForTesting annotated methods in production code.
The problems are not reported if such method is called from