JUnitAssertSameCheck
An object is tested for reference equality to itself using JUnit library.

Severity
ERROR

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("JUnitAssertSameCheck") to the enclosing element.