Uses of Class
edu.umd.cs.findbugs.annotations.SuppressFBWarnings
-
Packages that use SuppressFBWarnings 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.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.ba.bcp edu.umd.cs.findbugs.ba.obl Implementation of dataflow analysis for checking whether obligations to close streams and other resources (e.g., database objects) are satisfied.edu.umd.cs.findbugs.ba.vna edu.umd.cs.findbugs.config edu.umd.cs.findbugs.detect edu.umd.cs.findbugs.graph edu.umd.cs.findbugs.gui2 edu.umd.cs.findbugs.util edu.umd.cs.findbugs.visitclass edu.umd.cs.findbugs.workflow edu.umd.cs.findbugs.xml -
-
Uses of SuppressFBWarnings in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type SuppressFBWarnings Modifier and Type Field Description static AnalysisFeatureSetting[]FindBugs. DEFAULT_EFFORTAnalysis settings for -effort:default.static AnalysisFeatureSetting[]FindBugs. LESS_EFFORTAnalysis settings for -effort:less.static AnalysisFeatureSetting[]FindBugs. MAX_EFFORTAnalysis settings for -effort:max.static AnalysisFeatureSetting[]FindBugs. MIN_EFFORTAnalysis settings for -effort:min.static AnalysisFeatureSetting[]FindBugs. MORE_EFFORTAnalysis settings for -effort:more.Methods in edu.umd.cs.findbugs with annotations of type SuppressFBWarnings Modifier and Type Method Description protected voidTextUICommandLine. handleOption(java.lang.String option, java.lang.String optionExtraPart)protected voidTextUICommandLine. handleOptionWithArgument(java.lang.String option, java.lang.String argument)static voidAddMessages. main(java.lang.String[] args)static 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 SuppressFBWarnings Modifier and Type Class Description classDepthFirstSearchAlgorithm to perform a depth first search on a CFG.classReverseDepthFirstSearchAlgorithm to perform a reverse depth first search on a CFG.Methods in edu.umd.cs.findbugs.ba with annotations of type SuppressFBWarnings Modifier and Type Method Description voidPruneInfeasibleExceptionEdges. execute()Prune infeasible exception edges from the CFG.voidDebugRepositoryLookupFailureCallback. logError(java.lang.String message)voidDebugRepositoryLookupFailureCallback. logError(java.lang.String message, java.lang.Throwable e)voidDebugRepositoryLookupFailureCallback. reportMissingClass(ClassDescriptor classDescriptor)voidDebugRepositoryLookupFailureCallback. reportMissingClass(java.lang.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 Constructor Description MatchAny(PatternElement[] childList)Constructor. -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.ba.obl
Constructors in edu.umd.cs.findbugs.ba.obl with annotations of type SuppressFBWarnings Constructor Description ObligationFactory() -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.ba.vna
Constructors in edu.umd.cs.findbugs.ba.vna with annotations of type SuppressFBWarnings Constructor Description Entry(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 Modifier and Type Method Description intCommandLine. parse(java.lang.String[] argv, int minArgs, int maxArgs, java.lang.String usage)Parse switches/options, showing usage information if they can't be parsed, or if we have the wrong number of remaining arguments after parsing. -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect with annotations of type SuppressFBWarnings Modifier and Type Method Description private voidFindRoughConstants.BadConstant. addApprox(java.math.BigDecimal roundFloor)booleanFindRoughConstants.BadConstant. exact(java.lang.Number candidate)voidDumbMethods. sawOpcode(int seen)voidDroppedException. visit(org.apache.bcel.classfile.Code obj)Constructors in edu.umd.cs.findbugs.detect with annotations of type SuppressFBWarnings Constructor Description TestingGround2(BugReporter bugReporter) -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.graph
Methods in edu.umd.cs.findbugs.graph with annotations of type SuppressFBWarnings Modifier and Type Method Description int[]AbstractDepthFirstSearch. getFinishTimeList()Get array of finish times, indexed by vertex label.Constructors in edu.umd.cs.findbugs.graph with annotations of type SuppressFBWarnings Constructor Description VisitationTimeComparator(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 Modifier and Type Method Description voidSorterTableColumnModel. check() -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.util
Methods in edu.umd.cs.findbugs.util with annotations of type SuppressFBWarnings Modifier and Type Method Description java.lang.Iterable<java.util.Map.Entry<K,java.lang.Integer>>Multiset. entriesInDecreasingFrequency()java.lang.Iterable<java.util.Map.Entry<K,java.lang.Double>>FractionalMultiset. entriesInDecreasingOrder()java.lang.Iterable<java.util.Map.Entry<K,java.lang.Double>>FractionalMultiset. entriesInIncreasingOrder()static java.lang.StringUtil. getXMLType(java.io.InputStream in)static java.lang.StringClassName. toDottedClassName(java.lang.String className)Convert class name to dotted format.static java.lang.StringClassName. toSlashedClassName(java.lang.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 SuppressFBWarnings Modifier and Type Method Description protected static java.lang.String[]AnnotationVisitor. getAnnotationParameterAsStringArray(java.util.Map<java.lang.String,org.apache.bcel.classfile.ElementValue> map, java.lang.String parameter)java.lang.StringDismantleBytecode. getClassConstantOperand()If the current opcode has a class constant operand, get the classname, slash-formatted.java.lang.StringDismantleBytecode. getDottedClassConstantOperand()If the current opcode has a class operand, get the associated class constant, dot-formattedFieldDescriptorDismantleBytecode. getFieldDescriptorOperand()MethodDescriptorDismantleBytecode. getMethodDescriptorOperand()java.lang.StringDismantleBytecode. getNameConstantOperand()If the current opcode has a reference constant operand, get its namejava.lang.StringDismantleBytecode. getRefConstantOperand()Deprecated.java.lang.StringDismantleBytecode. getSigConstantOperand()If the current opcode has a reference constant operand, get its signature, slash-formattedjava.lang.StringDismantleBytecode. getStringConstantOperand()If the current opcode has a string constant operand, get its nameint[]DismantleBytecode. getSwitchLabels()int[]DismantleBytecode. getSwitchOffsets()XMethodDismantleBytecode. getXMethodOperand() -
Uses of SuppressFBWarnings in edu.umd.cs.findbugs.workflow
Methods in edu.umd.cs.findbugs.workflow with annotations of type SuppressFBWarnings Modifier and Type Method Description private voidCopyBuggySource. copySourceFile(java.lang.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 Constructor Description OutputStreamXMLOutput(java.io.OutputStream os)Constructor.OutputStreamXMLOutput(java.io.Writer writer)Constructor.
-