blob: 04a3ebd9054c1318b25b90aa99168d2ad320d7f4 [file] [log] [blame]
<html>
<body>
Reports any chains of if-else statements all of whose conditions are <b>instanceof</b> expressions
(or combinations of such expressions). Such constructions usually indicate a failure of object-oriented design, which
dictates that such type-based dispatch should be done via polymorphic method calls rather than explicit chains
of type tests.
<!-- tooltip end -->
<p>
Use the checkbox below to ignore instanceof expressions on library classes.
<p>
</body>
</html>