Uses of Class
com.google.errorprone.bugpatterns.AbstractBanUnsafeAPIChecker
Packages that use AbstractBanUnsafeAPIChecker
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of AbstractBanUnsafeAPIChecker in com.google.errorprone.bugpatterns
Subclasses of AbstractBanUnsafeAPIChecker in com.google.errorprone.bugpatternsModifier and TypeClassDescriptionfinal class
ABugChecker
that detects use of the unsafe JNDI API system.final class
ABugChecker
that detects use of the unsafe JNDI API system.final class
ABugChecker
that detects use of the unsafeSerializable
API.