[java-inspections] IDEA-356832 Inspections ignore redundant Class::cast method call

GitOrigin-RevId: 390a19d69020bc91f1395e6c4d23f14992ca396b
This commit is contained in:
Tagir Valeev
2024-08-28 13:13:42 +02:00
committed by intellij-monorepo-bot
parent 646b6ff3d1
commit 59325634ab
7 changed files with 106 additions and 11 deletions

View File

@@ -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}''.