MCPcopy Create free account

hub / github.com/spotbugs/spotbugs / functions

Functions19,706 in github.com/spotbugs/spotbugs

↓ 4 callersMethodgetResources
@param wset non null working set @return non null set with work items, which may be empty
eclipsePlugin/src/de/tobject/findbugs/builder/ResourceUtils.java:227
↓ 4 callersMethodgetResourcesPerProject
Collects and combines the selection which may contain sources from different projects and / or multiple sources from same project. <p> If selection co
eclipsePlugin/src/de/tobject/findbugs/builder/ResourceUtils.java:191
↓ 4 callersMethodgetRewriter
()
spotbugs/src/main/java/edu/umd/cs/findbugs/PropertyBundle.java:63
↓ 4 callersMethodgetRootControl
()
eclipsePlugin/src/de/tobject/findbugs/view/AbstractFindbugsView.java:115
↓ 4 callersMethodgetSequence
()
spotbugs/src/main/java/edu/umd/cs/findbugs/AbstractBugReporter.java:75
↓ 4 callersMethodgetSequence
@return Returns the sequence.
spotbugs/src/main/java/edu/umd/cs/findbugs/workflow/MineBugHistory.java:84
↓ 4 callersMethodgetSingleElement
(ITreeContentProvider contentProvider)
eclipsePlugin-test/src/de/tobject/findbugs/view/test/AbstractBugExplorerViewTest.java:91
↓ 4 callersMethodgetSortedClassStats
()
spotbugs/src/main/java/edu/umd/cs/findbugs/PackageStats.java:309
↓ 4 callersMethodgetSourceCodeDisplayer
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:844
↓ 4 callersMethodgetSourceFinder
Get the SourceFinder, for finding source files.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AnalysisContext.java:906
↓ 4 callersMethodgetSourceInfoMap
Get the SourceInfoMap.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AnalysisContext.java:913
↓ 4 callersMethodgetSubroutine
Get the subroutine being inlined.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/BetterCFGBuilder2.java:460
↓ 4 callersMethodgetSurroundingCaughtExes
Gets the DottedClassNames of the Exceptions which are caught by a try-catch block at the current PC. @param cp ConstantPool @return Set of the DottedC
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/ConstructorThrow.java:266
↓ 4 callersMethodgetTopLevelClass
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ClassAnnotation.java:129
↓ 4 callersMethodgetTopStackWords
Get the values on the top of the Java operand stack. The top stack item is placed at the end of the array, so that to restore the values to the stack,
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Frame.java:223
↓ 4 callersMethodgetTotalBugs
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ProjectStats.java:148
↓ 4 callersMethodgetTypeCategory
Get the TypeCategory that represents this Object @see GenericUtilities.TypeCategory
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/generic/GenericUtilities.java:187
↓ 4 callersMethodgetURI
()
spotbugs/src/main/java/edu/umd/cs/findbugs/PluginLoader.java:482
↓ 4 callersMethodgetURLProtocol
Get the URL protocol of given URL string. @param urlString the URL string @return the protocol name ("http", "file", etc.), or null if the
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/URLClassPath.java:467
↓ 4 callersMethodgetUnconditionalDerefLocationSet
Get the set of Locations where given value is guaranteed to be dereferenced. (I.e., if non-implicit-exception control paths are followed, one of these
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/deref/UnconditionalValueDerefSet.java:334
↓ 4 callersMethodgetValue
Get value of property. @return value of property
spotbugs/src/main/java/edu/umd/cs/findbugs/BugProperty.java:95
↓ 4 callersMethodgetValue
()
spotbugs/src/main/java/edu/umd/cs/findbugs/xml/XMLAttributeList.java:51
↓ 4 callersMethodgetValue
()
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/NameMatch.java:75
↓ 4 callersMethodgetValueNumberDataflow
(IAnalysisCache analysisCache, MethodDescriptor methodDescriptor)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/bcel/AnalysisFactory.java:116
↓ 4 callersMethodgetValueNumbers
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValueSet.java:157
↓ 4 callersMethodgetVersion
()
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:218
↓ 4 callersMethodgetViewFilter
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:860
↓ 4 callersMethodgetWhen
@return Returns the when.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/jsr305/SourceSinkInfo.java:96
↓ 4 callersMethodgetX
()
spotbugsTestCases/src/java/Getter.java:9
↓ 4 callersMethodgetY
()
spotbugsTestCases/src/java/Getter.java:30
↓ 4 callersMethodgetYear
()
spotbugsTestCases/src/java/commonResources/Vehicle.java:28
↓ 4 callersMethodhandleInvoke
(InvokeInstruction inv)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ResourceValueFrameModelingVisitor.java:122
↓ 4 callersMethodhandleInvoke
Handle method invocations. Generally, we want to get rid of null information following a call to a likely exception thrower or assertion.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/IsNullValueFrameModelingVisitor.java:172
↓ 4 callersMethodhasBackBranch
()
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/analysis/MethodInfo.java:663
↓ 4 callersMethodhasNext
()
spotbugs/src/main/java/edu/umd/cs/findbugs/VersionInsensitiveBugComparator.java:67
↓ 4 callersMethodhash
(Object o)
spotbugsTestCases/src/java/bugIdeas/Ideas_2010_12_09.java:13
↓ 4 callersMethodhashClass
(@DottedClassName String className)
spotbugs/src/main/java/edu/umd/cs/findbugs/Obfuscate.java:59
↓ 4 callersMethodhashCode
()
spotbugsTestCases/src/java/ghIssues/Issue3528.java:4
↓ 4 callersMethodhashSignature
(String signature)
spotbugs/src/main/java/edu/umd/cs/findbugs/Obfuscate.java:66
↓ 4 callersMethodhashToString
Convert a hash to a string of hex digits. @param hash the hash @return a String representation of the hash
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ClassHash.java:242
↓ 4 callersMethodhelloFromImpl2
()
spotbugsTestCases/src/java21/Issue2782.java:18
↓ 4 callersMethodinExplicitCatchNullBlock
(Location loc)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindNullDeref.java:1743
↓ 4 callersMethodinIndirectCatchNullBlock
(Location loc)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindNullDeref.java:1750
↓ 4 callersMethodincrement
()
spotbugsTestCases/src/java/com/google/errorprone/bugpatterns/CheckReturnValuePositiveCases.java:58
↓ 4 callersMethodindent
()
spotbugs/src/main/java/edu/umd/cs/findbugs/xml/OutputStreamXMLOutput.java:215
↓ 4 callersMethodindirect1
()
spotbugsTestCases/src/java/overridableMethodCall/DoubleIndirectCase2.java:9
↓ 4 callersMethodindirect1
()
spotbugsTestCases/src/java/overridableMethodCall/FinalClassInheritedDoubleIndirect.java:4
↓ 4 callersMethodindirect1
()
spotbugsTestCases/src/java/overridableMethodCall/DoubleIndirectCase4.java:29
↓ 4 callersMethodindirect1
()
spotbugsTestCases/src/java/overridableMethodCall/FinalClassDoubleIndirect.java:4
↓ 4 callersMethodindirect1
()
spotbugsTestCases/src/java/overridableMethodCall/DoubleIndirectCase1.java:4
↓ 4 callersMethodindirect1
()
spotbugsTestCases/src/java/overridableMethodCall/DoubleIndirectCase6.java:29
↓ 4 callersMethodindirect1
()
spotbugsTestCases/src/java/overridableMethodCall/DoubleIndirectCase3.java:4
↓ 4 callersMethodindirect1
()
spotbugsTestCases/src/java/overridableMethodCall/DoubleIndirectCase5.java:24
↓ 4 callersMethodinstance
Get the single instance of the bottom type.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/BottomType.java:57
↓ 4 callersMethodinternalIsSynthetic
(final FieldOrMethod m)
spotbugs/src/main/java/edu/umd/cs/findbugs/bytecode/MemberUtils.java:52
↓ 4 callersMethodinvalidate
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/obl/ObligationSet.java:174
↓ 4 callersMethodinvalidateHashes
()
spotbugs/src/main/java/edu/umd/cs/findbugs/SortedBugCollection.java:963
↓ 4 callersMethodinvertMatcher
(Matcher originalMatcher)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/FilterFactory.java:52
↓ 4 callersMethodinvoke
()
spotbugsTestCases/src/java/ghIssues/Issue3320.java:21
↓ 4 callersMethodisBorder
()
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/bcel/ValueRangeAnalysisFactory.java:588
↓ 4 callersMethodisBottom
Return whether or not this object is the special "BOTTOM" value for Frames. Such Frames arise when merging two frames of different size.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Frame.java:141
↓ 4 callersMethodisBottom
Is this the bottom value? @return true if this is the bottom value, false otherwise
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/deref/UnconditionalValueDerefSet.java:79
↓ 4 callersMethodisCalled
(XMethod m)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XFactory.java:143
↓ 4 callersMethodisClosed
Return whether or not the Stream is closed on all paths out of the method.
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/Stream.java:179
↓ 4 callersMethodisCouldBeZero
@return Returns the couldBeZero.
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:1028
↓ 4 callersMethodisDefaultEnabled
Is this factory enabled by default
spotbugs/src/main/java/edu/umd/cs/findbugs/DetectorFactory.java:290
↓ 4 callersMethodisEmpty
()
spotbugsTestCases/src/java/publicIdentifiers/inner/ShadowedPublicIdentifiersInnerClassNames.java:45
↓ 4 callersMethodisEmpty
Return true if there are no Instructions in this basic block.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/BasicBlock.java:367
↓ 4 callersMethodisEnabled
(Matcher m)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/Filter.java:114
↓ 4 callersMethodisExclusiveQualifier
Return whether or not this TypeQualifierValue denotes an exclusive qualifier. @return true if type qualifier is exclusive, false otherwise
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:368
↓ 4 callersMethodisExtendedStringType
(byte type)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindRefComparison.java:616
↓ 4 callersMethodisFieldOf
(XField field, ClassDescriptor clazz)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindReturnRef.java:421
↓ 4 callersMethodisFlagSet
(int flag)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CFG.java:218
↓ 4 callersMethodisFlagSet
(int flag)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ch/ClassVertex.java:203
↓ 4 callersMethodisHeadless
If true, do not open windows or browsers
spotbugs/src/main/java/edu/umd/cs/findbugs/IGuiCallback.java:35
↓ 4 callersMethodisHidden
Get visibility of the factory (to GUI dialogs to configure detectors).
spotbugs/src/main/java/edu/umd/cs/findbugs/DetectorFactory.java:283
↓ 4 callersMethodisInitializerMethod
(String methodName)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindImproperSynchronization.java:444
↓ 4 callersMethodisIntroducedByChangeOfExistingClass
()
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:2447
↓ 4 callersMethodisJavaProject
(IProject project)
eclipsePlugin/src/de/tobject/findbugs/util/ProjectUtilities.java:138
↓ 4 callersMethodisLoad
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/InnerClassAccess.java:56
↓ 4 callersMethodisProjectChanged
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:816
↓ 4 callersMethodisReferenceType
Determine if the given typecode refers to a reference type. This implementation just checks that the type code is T_OBJECT, T_ARRAY, T_NULL, or T_EXCE
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/StandardTypeMerger.java:119
↓ 4 callersMethodisSourceFileKnown
Is the source file known?
spotbugs/src/main/java/edu/umd/cs/findbugs/SourceLineAnnotation.java:650
↓ 4 callersMethodisStandalone
()
eclipsePlugin/src/de/tobject/findbugs/view/explorer/BugLabelProvider.java:104
↓ 4 callersMethodisUnsupported
@return does this method unconditionally throw an UnsupportedOperationException?
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XMethod.java:107
↓ 4 callersMethodisValidBaseTypeFieldDescriptor
Determines whether a class name is a valid array field descriptor as per <a href="https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-
spotbugs/src/main/java/edu/umd/cs/findbugs/util/ClassName.java:255
↓ 4 callersMethodisVarArgs
@return is this a var args method?
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XMethod.java:112
↓ 4 callersMethodisWrittenOutsideOfInitialization
(XField f)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/UnreadFieldsData.java:104
↓ 4 callersMethodkillAllLoads
Kill all loads. This conservatively handles method calls where we don't really know what fields might be assigned.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFrame.java:185
↓ 4 callersMethodlabel
(String label)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/bcp/MatchAny.java:57
↓ 4 callersMethodlineToY
(int line)
spotbugs/src/gui/main/edu/umd/cs/findbugs/sourceViewer/NavigableTextPane.java:86
↓ 4 callersMethodloadCustomPlugin
Loads the given plugin and enables it for the given project. @param f A non-null jar file of custom plugin. @param project A nullable targe
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:639
↓ 4 callersMethodloadPropertiesFromURL
This method is public to allow clients to set system properties via any {@link URL} @param url an url to load system properties from, may
spotbugs/src/main/java/edu/umd/cs/findbugs/SystemProperties.java:111
↓ 4 callersMethodlogError
(String message)
spotbugs/src/main/java/edu/umd/cs/findbugs/DiscoverSourceDirectories.java:392
↓ 4 callersMethodlogError
(String message)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/SourceDirectoryWizard.java:258
↓ 4 callersMethodlogMessage
(int severity, String message, Throwable e)
eclipsePlugin/src/de/tobject/findbugs/FindbugsPlugin.java:576
↓ 4 callersMethodlooksLikeASetter
Check if the method name looks like a setter @param methodName the method name @param classSig the class signature @param retSi
spotbugs/src/main/java/edu/umd/cs/findbugs/util/MutableClasses.java:147
↓ 4 callersMethodlookup
(String name)
spotbugsTestCases/src/java/synchronizationLocks/privateFinalLocks/UnsafeMixedMethodSynchronization.java:8
↓ 4 callersMethodlookup
Look for a Binding for given variable. @param varName name of the variable @return the Binding, or null if no such Binding is present in t
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/bcp/BindingSet.java:55
↓ 4 callersMethodlookupSourceFile
Lookup a class's source file @param dottedClassName the name of the class @return the source file for the class, or {@link SourceL
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AnalysisContext.java:565
← previousnext →1,801–1,900 of 19,706, ranked by callers