Uses of Class
edu.umd.cs.findbugs.internalAnnotations.StaticConstant
-
Packages that use StaticConstant 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.edu.umd.cs.findbugs.detect edu.umd.cs.findbugs.util -
-
Uses of StaticConstant in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type StaticConstant Modifier and Type Field Description static java.util.Set<java.lang.String>
FindBugs. knownURLProtocolSet
Known URL protocols.static java.util.HashMap<java.lang.Integer,java.lang.String>
OpcodeStack.Item. specialKindNames
static java.util.Map<java.lang.String,java.lang.Integer>
LaunchAppropriateUI. uiNameToCodeMap
Map of UI name strings to integer UI codes. -
Uses of StaticConstant in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect with annotations of type StaticConstant Modifier and Type Field Description static java.util.Set<java.lang.String>
FindNullDeref. catchTypesForNull
-
Uses of StaticConstant in edu.umd.cs.findbugs.util
Fields in edu.umd.cs.findbugs.util with annotations of type StaticConstant Modifier and Type Field Description static java.util.Set<java.lang.String>
Archive. ARCHIVE_EXTENSION_SET
File extensions that indicate an archive (zip, jar, or similar).
-