Reports calls to
.equals()
whose arguments are String literals. Some coding standards specify that String literals should be the target of
.equals()
, rather than argument, thus minimizing
NullPointerException
s.