Files
openide/java/java-impl/src/inspectionDescriptions/RedundantClassCall.html

7 lines
239 B
HTML

<html>
<body>
<p>Reports redundant calls of <b>java.lang.Class</b> methods. E.g. <b>Xyz.class.isInstance(object)</b> could be replaced with <b>object instanceof Xyz</b>.</p>
<!-- tooltip end -->
<small>New in 2018.2</small>
</body>
</html>