Uses of Class
edu.umd.cs.findbugs.FindBugsMain
-
Packages that use FindBugsMain Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany. -
-
Uses of FindBugsMain in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type FindBugsMain Modifier and Type Field Description private java.util.Map<java.lang.String,FindBugsMain>Plugin. mainPluginsMethods in edu.umd.cs.findbugs that return FindBugsMain Modifier and Type Method Description FindBugsMainPlugin. getFindBugsMain(java.lang.String cmd)Methods in edu.umd.cs.findbugs that return types with arguments of type FindBugsMain Modifier and Type Method Description java.util.Collection<FindBugsMain>Plugin. getAllFindBugsMain()Methods in edu.umd.cs.findbugs with parameters of type FindBugsMain Modifier and Type Method Description intFindBugsMain. compareTo(FindBugsMain that)
-