mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[java] don't show implicit classes as "anonymous" in batch inspection results (IDEA-334425)
GitOrigin-RevId: 1c636b01743409c25ef084faca47f34b0127ff4d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dd15510bf3
commit
ab2af3d314
@@ -288,6 +288,8 @@ inspection.redundant.type.no.generics.problem.descriptor=Type arguments are redu
|
||||
inspection.redundant.type.problem.descriptor=Explicit type arguments can be inferred
|
||||
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
|
||||
inspection.reference.implicit.constructor.name=implicit constructor of {0}
|
||||
inspection.reference.lambda.name=lambda ({0})
|
||||
inspection.reference.default.lambda.name=lambda
|
||||
|
||||
Reference in New Issue
Block a user