1 <p> This method performs a nonsensical computation of a local variable with another
2 reference to the same variable (e.g., x&x or x-x). Because of the nature
3 of the computation, this operation doesn't seem to make sense,
4 and may indicate a typo or
5 a logic error. Double check the computation.