Uses of Class
edu.umd.cs.findbugs.annotations.CheckReturnValue
-
Packages that use CheckReturnValue Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. -
-
Uses of CheckReturnValue in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with annotations of type CheckReturnValue Modifier and Type Method Description abstract boolean
AbstractDataflowAnalysis. isFactValid(Fact fact)
Determine whether the given fact is valid (neither top nor bottom).
-