Package com.google.api.client.findbugs
Findbugs package which supports custom Google APIs Client library findbugs Plugins.
Usage on pom.xml:
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> ... <configuration> <plugins> <plugin> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-findbugs</artifactId> <version>${project.http.version}</version> </plugin> </plugins> </configuration> ... </plugin>
-
Class Summary Class Description BetaDetector Findbugs plugin detector which detects usage ofBeta
in your code.