blob: 6004938cb20bec14a68e5fa950d0ac4d5e28e6ab [file] [log] [blame]
<html>
<body>
Reports type cast expressions where
the cast type is an interface, and the cast expression has a class type which neither
implements the cast interface, nor has any visible subclasses which implement or extend the cast interface.
While it is possible that this was intended, such a construct is most likely an error, and will
result in a <b>java.lang.ClassCastException</b> at runtime.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>