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.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_EFFORTAnalysis settings for -effort:default.static final AnalysisFeatureSetting[]FindBugs.LESS_EFFORTAnalysis settings for -effort:less.static final AnalysisFeatureSetting[]FindBugs.MAX_EFFORTAnalysis settings for -effort:max.static final AnalysisFeatureSetting[]FindBugs.MIN_EFFORTAnalysis settings for -effort:min.static final AnalysisFeatureSetting[]FindBugs.MORE_EFFORTAnalysis settings for -effort:more.Methods in edu.umd.cs.findbugs with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionprotected voidTextUICommandLine.handleOption(String option, String optionExtraPart) protected voidTextUICommandLine.handleOptionWithArgument(String option, String argument) static voidstatic voidFindBugs.runMain(IFindBugsEngine findBugs, TextUICommandLine commandLine) Given a fully-configured IFindBugsEngine and the TextUICommandLine used to configure it, execute the analysis.static voidFindBugs.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 TypeClassDescriptionclassAlgorithm to perform a depth first search on a CFG.classAlgorithm to perform a reverse depth first search on a CFG.Methods in edu.umd.cs.findbugs.ba with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionvoidPruneInfeasibleExceptionEdges.execute()Prune infeasible exception edges from the CFG.voidvoidvoidDebugRepositoryLookupFailureCallback.reportMissingClass(ClassDescriptor classDescriptor) voidDebugRepositoryLookupFailureCallback.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 voidFindRoughConstants.BadConstant.addApprox(BigDecimal roundFloor) booleanvoidDumbMethods.sawOpcode(int seen) voidDroppedException.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 StringUtil.getXMLType(InputStream in) static StringClassName.toDottedClassName(String className) Convert class name to dotted format.static StringClassName.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 voidCopyBuggySource.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