Uses of Annotation Interface
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.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Implementation of dataflow analysis for checking whether obligations to close streams and other resources
(e.g., database objects) are satisfied.
-
Uses of SuppressFBWarnings in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type SuppressFBWarningsModifier and TypeFieldDescriptionstatic final AnalysisFeatureSetting[]
FindBugs.DEFAULT_EFFORT
Analysis settings for -effort:default.static final AnalysisFeatureSetting[]
FindBugs.LESS_EFFORT
Analysis settings for -effort:less.static final AnalysisFeatureSetting[]
FindBugs.MAX_EFFORT
Analysis settings for -effort:max.static final AnalysisFeatureSetting[]
FindBugs.MIN_EFFORT
Analysis settings for -effort:min.static final AnalysisFeatureSetting[]
FindBugs.MORE_EFFORT
Analysis settings for -effort:more.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
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
Classes in edu.umd.cs.findbugs.ba with annotations of type SuppressFBWarningsModifier and TypeClassDescriptionclass
Algorithm to perform a depth first search on a CFG.class
Algorithm to perform a reverse depth first search on a CFG.Methods in edu.umd.cs.findbugs.ba with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionvoid
PruneInfeasibleExceptionEdges.execute()
Prune infeasible exception edges from the CFG.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
Methods in edu.umd.cs.findbugs.detect with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionprivate void
FindRoughConstants.BadConstant.addApprox
(BigDecimal roundFloor) boolean
void
DumbMethods.sawOpcode
(int seen) void
DroppedException.visit
(org.apache.bcel.classfile.Code obj) 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
Methods in edu.umd.cs.findbugs.gui2 with annotations of type SuppressFBWarnings -
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.workflow
Methods in edu.umd.cs.findbugs.workflow with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionprivate void
CopyBuggySource.copySourceFile
(String fullName, SourceFile sourceFile) -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.xml
Constructors in edu.umd.cs.findbugs.xml with annotations of type SuppressFBWarnings