mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
7 lines
239 B
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> |