Class UnsafeReflectiveConstructionCast

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

public class UnsafeReflectiveConstructionCast extends BugChecker implements BugChecker.TypeCastTreeMatcher
Checks unsafe instance creation via reflection.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: