blob: 2b1eeac13004a6fc5a97e134e4c666f454f64891 [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<html>
2<body>
3Reports <b>instanceof</b> expressions where
4the compared type is an interface, and the compared expression has a class type which neither
5implements the compared interface, nor has any visible subclasses which implement or extend the compared interface.
6While it is possible that this was intended, such a construct is most likely an error, where
7the resulting <b>instanceof</b> expression always evaluates to
8<b>false</b>
9<!-- tooltip end -->
10<p>
Tor Norbyec1ace1f2013-07-08 11:26:24 -070011
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -080012</body>
13</html>