Reports redundant calls of
java.lang.Class
methods. E.g.
Xyz.class.isInstance(object)
could be replaced with
object instanceof Xyz
.
New in 2018.2