Class SystemExitOutsideMain

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

public class SystemExitOutsideMain extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for calls to System.exit() outside of a main method.
Author:
seibelsabrina@google.com (Sabrina Seibel)
See Also: