blob: a51c16c53a2c8ea672a0d297a9c3351cd0e06563 [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<html>
2<body>
3Reports type cast expressions where
4the cast type is an interface, and the cast expression has a class type which neither
5implements the cast interface, nor has any visible subclasses which implement or extend the cast interface.
6While it is possible that this was intended, such a construct is most likely an error, and will
7result in a <b>java.lang.ClassCastException</b> at runtime.
8<!-- tooltip end -->
9<p>
Tor Norbyec1ace1f2013-07-08 11:26:24 -070010
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -080011</body>
12</html>