mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
[java] IDEA-375980 There is still name 'implicit class' in inspect code results
(cherry picked from commit 3465d129105300a18b6c9116617cf756aa15d188) (cherry picked from commit 10842aa79b01c067c959787333a212b170a6f8ce) IJ-MR-169535 GitOrigin-RevId: 4aaa7e37cd2ddfdf14230c2a69a7346f4b0ed0d4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
14ed29db53
commit
d1a5734347
@@ -273,7 +273,7 @@ inspection.redundant.type.problem.descriptor=Explicit type arguments can be infe
|
||||
inspection.redundant.type.remove.quickfix=Remove type arguments
|
||||
inspection.reference.anonymous.name=anonymous ({0})
|
||||
inspection.reference.anonymous.class=anonymous class
|
||||
inspection.reference.implicit.class=implicit class in file ''{0}''
|
||||
inspection.reference.implicit.class=compact source file ''{0}''
|
||||
inspection.reference.implicit.constructor.name=implicit constructor of {0}
|
||||
inspection.reference.lambda.name=lambda ({0})
|
||||
inspection.reference.default.lambda.name=lambda
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
0.is.not.an.identifier=''{0}'' is not an identifier.
|
||||
annotation.name.is.missing=Annotation attribute of the form 'name=value' expected
|
||||
implicit.class.context.display=Implicit class
|
||||
implicit.class.context.display=Compact source file
|
||||
anonymous.class.context.display=Anonymous in {0}
|
||||
anonymous.class.derived.display=Anonymous class derived from {0}
|
||||
aux.context.display=of {0}
|
||||
|
||||
Reference in New Issue
Block a user