Uses of Annotation Type
edu.umd.cs.findbugs.annotations.SuppressFBWarnings
Packages that use SuppressFBWarnings
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 SuppressFBWarnings in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionprotected void
TextUICommandLine.handleOption
(String option, String optionExtraPart) protected void
TextUICommandLine.handleOptionWithArgument
(String option, String argument) static void
static void
static void
FindBugs.runMain
(IFindBugsEngine findBugs, TextUICommandLine commandLine) Given a fully-configured IFindBugsEngine and the TextUICommandLine used to configure it, execute the analysis.static void
FindBugs.showHelp
(TextUICommandLine commandLine) Show -help message. -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionvoid
PruneInfeasibleExceptionEdges.execute()
Prune infeasible exception edges from the CFG.short[]
ClassContext.getOffsetToOpcodeMap
(org.apache.bcel.classfile.Method method) Get array mapping bytecode offsets to opcodes for given method.void
void
void
DebugRepositoryLookupFailureCallback.reportMissingClass
(ClassDescriptor classDescriptor) void
DebugRepositoryLookupFailureCallback.reportMissingClass
(ClassNotFoundException ex) -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.ba.bcp
Constructors in edu.umd.cs.findbugs.ba.bcp with annotations of type SuppressFBWarnings -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.ba.obl
Constructors in edu.umd.cs.findbugs.ba.obl with annotations of type SuppressFBWarnings -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.ba.vna
Constructors in edu.umd.cs.findbugs.ba.vna with annotations of type SuppressFBWarningsModifierConstructorDescriptionEntry
(org.apache.bcel.generic.InstructionHandle handle, ValueNumber[] inputValueList) -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.config
Methods in edu.umd.cs.findbugs.config with annotations of type SuppressFBWarnings -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.detect
Constructors in edu.umd.cs.findbugs.detect with annotations of type SuppressFBWarnings -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.graph
Methods in edu.umd.cs.findbugs.graph with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionint[]
AbstractDepthFirstSearch.getFinishTimeList()
Get array of finish times, indexed by vertex label.Constructors in edu.umd.cs.findbugs.graph with annotations of type SuppressFBWarningsModifierConstructorDescriptionVisitationTimeComparator
(int[] visitationTimeList, int direction) Constructor. -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.gui2
Classes in edu.umd.cs.findbugs.gui2 with annotations of type SuppressFBWarningsMethods in edu.umd.cs.findbugs.gui2 with annotations of type SuppressFBWarnings -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.log
Methods in edu.umd.cs.findbugs.log with annotations of type SuppressFBWarnings -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.updates
Methods in edu.umd.cs.findbugs.updates with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionprotected final void
UpdateChecker.writeXml
(OutputStream out, Collection<Plugin> plugins, String entryPoint, boolean finish) protected for testing -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.util
Methods in edu.umd.cs.findbugs.util with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionMultiset.entriesInDecreasingFrequency()
FractionalMultiset.entriesInDecreasingOrder()
FractionalMultiset.entriesInIncreasingOrder()
static String
Util.getXMLType
(InputStream in) static String
ClassName.toDottedClassName
(String className) Convert class name to dotted format.static String
ClassName.toSlashedClassName
(String className) Convert class name to slashed format. -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.visitclass
Methods in edu.umd.cs.findbugs.visitclass with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionprotected static String[]
AnnotationVisitor.getAnnotationParameterAsStringArray
(Map<String, org.apache.bcel.classfile.ElementValue> map, String parameter) DismantleBytecode.getClassConstantOperand()
If the current opcode has a class constant operand, get the classname, slash-formatted.DismantleBytecode.getDottedClassConstantOperand()
If the current opcode has a class operand, get the associated class constant, dot-formattedDismantleBytecode.getFieldDescriptorOperand()
DismantleBytecode.getMethodDescriptorOperand()
DismantleBytecode.getNameConstantOperand()
If the current opcode has a reference constant operand, get its nameDismantleBytecode.getRefConstantOperand()
Deprecated.DismantleBytecode.getSigConstantOperand()
If the current opcode has a reference constant operand, get its signature, slash-formattedDismantleBytecode.getStringConstantOperand()
If the current opcode has a string constant operand, get its nameint[]
DismantleBytecode.getSwitchLabels()
int[]
DismantleBytecode.getSwitchOffsets()
DismantleBytecode.getXMethodOperand()
-
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.xml
Constructors in edu.umd.cs.findbugs.xml with annotations of type SuppressFBWarnings