Inspectopedia
 
2024.3

Cast conflicts with 'instanceof'

Warning
New
Last modified: 03 December 2024

Reports type cast expressions that are preceded by an instanceof check for a different type.

Although this might be intended, such a construct is most likely an error, and will result in a java.lang.ClassCastException at runtime.

Example: