<html> | |
<body> | |
Reports <b>instanceof</b> expressions where | |
the compared type is an interface, and the compared expression has a class type which neither | |
implements the compared interface, nor has any visible subclasses which implement or extend the compared interface. | |
While it is possible that this was intended, such a construct is most likely an error, where | |
the resulting <b>instanceof</b> expression always evaluates to | |
<b>false</b> | |
<!-- tooltip end --> | |
<p> | |
</body> | |
</html> |