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.