Uses of Class
edu.umd.cs.findbugs.Project.WorkList
Packages that use Project.WorkList
Package
Description
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 Project.WorkList in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type Project.WorkListModifier and TypeMethodDescriptionprivate voidProject.processComponentJar(URL jarFileURL, Project.WorkList workList, List<String> implicitClasspath) Examine the manifest of a single zip/jar file for implicit classapth entries.