mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[java-inspections] IDEA-356832 Inspections ignore redundant Class::cast method call
GitOrigin-RevId: 390a19d69020bc91f1395e6c4d23f14992ca396b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
646b6ff3d1
commit
59325634ab
@@ -273,6 +273,7 @@ inspection.nullable.problems.at.type.parameter=Nullability annotation is not app
|
||||
inspection.nullable.problems.at.reference.list=Nullability annotation is not applicable to extends/implements clause
|
||||
inspection.objects.equals.can.be.simplified.display.name='Objects.equals()' can be replaced with 'equals()'
|
||||
inspection.redundant.cast.problem.descriptor=Casting <code>{0}</code> to <code>#ref</code> #loc is redundant
|
||||
inspection.redundant.cast.methodref.descriptor=Cast is redundant
|
||||
inspection.redundant.cast.remove.quickfix=Remove redundant cast(s)
|
||||
inspection.redundant.field.initialization.option=Only warn on initialization to null
|
||||
inspection.redundant.requires.statement.description=Redundant directive ''requires {0}''.
|
||||
|
||||
Reference in New Issue
Block a user