Class JUnitAssertSameCheck

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.JUnitAssertSameCheck
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public class JUnitAssertSameCheck extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Points out if an object is tested for reference equality to itself using JUnit library.
Author:
[email protected] (Sumit Bhagwani)
See Also: