blob: a51c16c53a2c8ea672a0d297a9c3351cd0e06563 [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>
</body>
</html>