summaryrefslogtreecommitdiff
path: root/platform/platform-resources-en/src/messages/InspectionsBundle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform-resources-en/src/messages/InspectionsBundle.properties')
-rw-r--r--platform/platform-resources-en/src/messages/InspectionsBundle.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/platform-resources-en/src/messages/InspectionsBundle.properties b/platform/platform-resources-en/src/messages/InspectionsBundle.properties
index 98e0045a31f3..bccf8c48411f 100644
--- a/platform/platform-resources-en/src/messages/InspectionsBundle.properties
+++ b/platform/platform-resources-en/src/messages/InspectionsBundle.properties
@@ -116,6 +116,8 @@ inspection.redundant.throws.problem.descriptor2=The declared exception {0} is ne
inspection.equals.hashcode.display.name=equals() and hashCode() not paired
inspection.equals.hashcode.only.one.defined.problem.descriptor=Class has {0} defined but does not define {1}
+inspection.equals.hashcode.generate.equals.quickfix=Generate 'equals()'
+inspection.equals.hashcode.generate.hashcode.quickfix=Generate 'hashCode()'
inspection.1.5.display.name=Usages of API documented as @since 1.5 (1.6|1.7)
inspection.1.5.problem.descriptor=Usage of API documented as @since {0}+