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 booleanAbstractDataflowAnalysis. 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.URLConnectionIO. openNonCachedConnection(java.net.URL u)When URL Connection uses cache, it may keep file handler.static java.io.InputStreamIO. 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) booleanProfiler. contains(java.lang.Class<?> targetClass)
-