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.edu.umd.cs.findbugs.io edu.umd.cs.findbugs.log -
-
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). -
Uses of CheckReturnValue in edu.umd.cs.findbugs.io
Methods in edu.umd.cs.findbugs.io with annotations of type CheckReturnValue Modifier and Type Method Description static java.net.URLConnection
IO. openNonCachedConnection(java.net.URL u)
When URL Connection uses cache, it may keep file handler.static java.io.InputStream
IO. openNonCachedStream(java.net.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 Modifier and Type Method Description (package private) boolean
Profiler. contains(java.lang.Class<?> targetClass)
-