Reports negatively named variables, for example: disabled, hidden, or isNotChanged.

Usually, inverting the boolean value and removing the negation from the name makes the code easier to understand.

Example:


    boolean disabled = false;