Uses of Annotation Interface
edu.umd.cs.findbugs.annotations.CheckReturnValue
Packages that use CheckReturnValue
Package
Description
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 CheckReturnValueModifier and TypeMethodDescriptionabstract boolean
AbstractDataflowAnalysis.isFactValid
(Fact fact) Determine whether the given fact is valid (neither top nor bottom). -
Uses of CheckReturnValue in edu.umd.cs.findbugs.io
Methods in edu.umd.cs.findbugs.io with annotations of type CheckReturnValueModifier and TypeMethodDescriptionstatic URLConnection
IO.openNonCachedConnection
(URL u) When URL Connection uses cache, it may keep file handler.static InputStream
IO.openNonCachedStream
(URL u) When URL Connection uses cache, it may keep file handler. -
Uses of CheckReturnValue in edu.umd.cs.findbugs.log
Methods in edu.umd.cs.findbugs.log with annotations of type CheckReturnValue