blob: 37f7b0d226cfb87870b36ae37318bc9f3533f12c [file] [log] [blame]
<html>
<body>
Reports on uses of <b>instanceof</b> where the type checked for is a concrete class,
rather than an interface. Such uses often indicate excessive coupling to concrete implementations, rather
than abstractions. <b>instanceof</b> expressions whose classes come from system or third-party libraries will not be reported by this inspection.
<!-- tooltip end -->
<p>
Use the checkbox below to have this inspection ignore <b>instanceof</b> on abstract classes.
<p>
</body>
</html>