MCPcopy Create free account

hub / github.com/spotbugs/spotbugs / functions

Functions19,706 in github.com/spotbugs/spotbugs

↓ 4 callersMethodgetBottomType
Get the single instance of the "Bottom" type.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/TypeFrame.java:113
↓ 4 callersMethodgetBugReporter
Get the BugReporter. @return the BugReporter
spotbugs/src/main/java/edu/umd/cs/findbugs/IFindBugsEngine.java:46
↓ 4 callersMethodgetBugsAtPriority
(int p)
spotbugs/src/main/java/edu/umd/cs/findbugs/PackageStats.java:71
↓ 4 callersMethodgetCFG
Get a CFG for given method. If pruning options are in effect, pruning will be done. Because the CFG pruning can involve interprocedural analysis, it i
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ClassContext.java:303
↓ 4 callersMethodgetCWEid
@return Returns the cweid.
spotbugs/src/main/java/edu/umd/cs/findbugs/BugCode.java:83
↓ 4 callersMethodgetCWEid
@return Returns the cweid.
spotbugs/src/main/java/edu/umd/cs/findbugs/BugPattern.java:243
↓ 4 callersMethodgetCalledClassDescriptors
@return Returns the called class descriptors.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XClass.java:144
↓ 4 callersMethodgetChildren
()
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/CompoundMatcher.java:70
↓ 4 callersMethodgetClassDescriptor
@return a ClassDescriptor for the method's class
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/FieldOrMethodDescriptor.java:75
↓ 4 callersMethodgetClassInfo
(ClassDescriptor classDescr)
spotbugs/src/main/java/edu/umd/cs/findbugs/asm/ClassNodeDetector.java:73
↓ 4 callersMethodgetClassPath
Get the classpath from which classes are loaded. @return the classpath
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/IAnalysisCache.java:195
↓ 4 callersMethodgetCodeBaseLocator
Get the codebase locator describing the location of this codebase. @return the ICodeBaseLocator
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/ICodeBase.java:53
↓ 4 callersMethodgetColor
Get the current color of given vertex. @param vertex the vertex @return the color (WHITE, BLACK, or GRAY)
spotbugs/src/main/java/edu/umd/cs/findbugs/graph/AbstractDepthFirstSearch.java:399
↓ 4 callersMethodgetCompilePrio
(IType anonType, IJavaElement firstAncestor)
eclipsePlugin/src/de/tobject/findbugs/reporter/JdtUtils.java:165
↓ 4 callersMethodgetComponentClass
(String refSig)
spotbugs/src/main/java/edu/umd/cs/findbugs/Analyze.java:113
↓ 4 callersMethodgetConfidence
XXX replace numeric values and double mapping through simple string id @param bugPrio name as defined by {@link #name()} @return matching
eclipsePlugin/src/de/tobject/findbugs/marker/FindBugsMarker.java:166
↓ 4 callersMethodgetConnection
()
spotbugsTestCases/src/java/bugIdeas/Ideas_2011_11_16.java:56
↓ 4 callersMethodgetConsole
()
eclipsePlugin/src/de/tobject/findbugs/view/FindBugsConsole.java:132
↓ 4 callersMethodgetConstraintsForCell
(int row, int col, Container parent, int cols)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/SpringUtilities.java:117
↓ 4 callersMethodgetContainingScope
()
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/analysis/AnnotatedObject.java:45
↓ 4 callersMethodgetContentType
()
spotbugsTestCases/src/java/sfBugs/Bug3598793.java:68
↓ 4 callersMethodgetCorePreferences
Get the FindBugs core preferences for given project. This method can return workspace preferences if project preferences are not created yet or they a
eclipsePlugin/src/de/tobject/findbugs/FindbugsPlugin.java:857
↓ 4 callersMethodgetCoreResource
(String name)
spotbugs/src/main/java/edu/umd/cs/findbugs/DetectorFactoryCollection.java:350
↓ 4 callersMethodgetCurrentWorkingSet
()
eclipsePlugin/src/de/tobject/findbugs/view/explorer/BugContentProvider.java:310
↓ 4 callersMethodgetCustomPlugins
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/GUISaveState.java:544
↓ 4 callersMethodgetCweId
@return the CWE (Common Weakness Enumeration) Id
spotbugs/src/main/java/edu/umd/cs/findbugs/cwe/Weakness.java:43
↓ 4 callersMethodgetDeadCodeLocation
()
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/bcel/ValueRangeAnalysisFactory.java:616
↓ 4 callersMethodgetDeepFirstInstruction
Like bb.getFirstInstruction() except that if null is returned it will follow the FALL_THROUGH_EDGE (if any)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/DuplicateBranches.java:183
↓ 4 callersMethodgetDefault
Returns the shared instance @return the shared instance
eclipsePlugin-test/src/de/tobject/findbugs/FindbugsTestPlugin.java:81
↓ 4 callersMethodgetDefaultSwitchOffset
()
spotbugs/src/main/java/edu/umd/cs/findbugs/visitclass/DismantleBytecode.java:370
↓ 4 callersMethodgetDocument
(SourceLineAnnotation source)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/SourceCodeDisplay.java:92
↓ 4 callersMethodgetEffort
()
spotbugs/src/main/java/edu/umd/cs/findbugs/config/UserPreferences.java:553
↓ 4 callersMethodgetEntryForClassMember
(ClassMember member)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/JCIPAnnotationDatabase.java:70
↓ 4 callersMethodgetExactXField
Get an XField object exactly matching given class, name, and signature. May return an unresolved object (if the class can't be found, or does not dire
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XFactory.java:517
↓ 4 callersMethodgetFactAtPC
Get the dataflow fact representing the point just before given Location. Note "before" is meant in the logical sense, so for backward analyses, before
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/FrameDataflowAnalysis.java:68
↓ 4 callersMethodgetFactory
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberAnalysis.java:124
↓ 4 callersMethodgetFieldOrMethodValueSource
(@CheckForNull OpcodeStack.Item item)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:2284
↓ 4 callersMethodgetFilenameFromUrl
(URL url)
test-harness/src/main/java/edu/umd/cs/findbugs/test/service/ClassFileLocator.java:87
↓ 4 callersMethodgetFindButton
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:912
↓ 4 callersMethodgetFindNextButton
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:896
↓ 4 callersMethodgetFindPreviousButton
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:904
↓ 4 callersMethodgetFinishTime
Return the timestamp indicating when the given vertex was finished (meaning that all of its descendents were visited recursively). @param vertex
spotbugs/src/main/java/edu/umd/cs/findbugs/graph/AbstractDepthFirstSearch.java:241
↓ 4 callersMethodgetFirst
Get the first character of the remaining part of the signature.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SignatureConverter.java:59
↓ 4 callersMethodgetFlags
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CFG.java:214
↓ 4 callersMethodgetFoo
()
spotbugsTestCases/src/java/bugIdeas/Ideas_2010_08_30.java:29
↓ 4 callersMethodgetGuiCallback
()
spotbugs/src/main/java/edu/umd/cs/findbugs/Project.java:984
↓ 4 callersMethodgetHighlightInformation
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/sourceViewer/JavaSourceDocument.java:82
↓ 4 callersMethodgetI
()
spotbugsTestCases/src/java/sfBugs/Bug3431227.java:10
↓ 4 callersMethodgetIProject
()
eclipsePlugin/src/de/tobject/findbugs/view/BugInfoView.java:420
↓ 4 callersMethodgetIndirectlyCalledOverridable
(XMethod caller)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindOverridableMethodCall.java:372
↓ 4 callersMethodgetInheritedTypeQualifierAnnotation
Get the effective inherited TypeQualifierAnnotation on given instance method. @param o an XMethod @param typeQualifierValue the
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierApplications.java:679
↓ 4 callersMethodgetJavaClass
Get the JavaClass.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/JavaClassAndMethod.java:79
↓ 4 callersMethodgetKnownValue
(ValueNumber valueNumber)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/IsNullValueFrame.java:175
↓ 4 callersMethodgetLastAncestor
(IJavaElement javaElement, int elementType)
eclipsePlugin/src/de/tobject/findbugs/reporter/JdtUtils.java:470
↓ 4 callersMethodgetLeastSerializableTypeComponent
(ReferenceType type)
spotbugs/src/main/java/edu/umd/cs/findbugs/DeepSubtypeAnalysis.java:82
↓ 4 callersMethodgetLineNumber
(Method method, InstructionHandle handle)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/NullDerefAndRedundantComparisonFinder.java:895
↓ 4 callersMethodgetLiveLocalStoreDataflow
Get LiveLocalStoreAnalysis dataflow for given method. @param method the method @return the Dataflow object for LiveLocalStoreAnalysis on t
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ClassContext.java:684
↓ 4 callersMethodgetLock
()
spotbugsTestCases/src/java/MismatchedWait.java:53
↓ 4 callersMethodgetMarkerTarget
@return the resource which can be used to attach markers found for this item. This resource must exist, and the return value can not be
eclipsePlugin/src/de/tobject/findbugs/builder/WorkItem.java:262
↓ 4 callersMethodgetMemberName
(JavaClass c, String className, int memberNameIndex, int signatureIndex)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/ResolveAllReferences.java:108
↓ 4 callersMethodgetMergeSimilarWarnings
@return true if similar warnings should be merged, false otherwise
spotbugs/src/main/java/edu/umd/cs/findbugs/config/UserPreferences.java:749
↓ 4 callersMethodgetMessage
(MarkerParameter mp)
eclipsePlugin/src/de/tobject/findbugs/reporter/MarkerReporter.java:248
↓ 4 callersMethodgetMethod
(int i)
spotbugsTestCases/src/java/sfBugs/Bug1917352.java:42
↓ 4 callersMethodgetMethodAnalysisNoDataflowAnalysisException
(Class<Analysis> analysisClass, Method method)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ClassContext.java:987
↓ 4 callersMethodgetMethodDeclaration
Returns the <CODE>MethodDeclaration</CODE> for the specified <CODE>MethodAnnotation</CODE>. The method has to be declared in the specified <CODE>TypeD
eclipsePlugin/src/edu/umd/cs/findbugs/plugin/eclipse/quickfix/util/ASTUtil.java:338
↓ 4 callersMethodgetMethodSig
If currently visiting a method, get the method's slash-formatted signature
spotbugs/src/main/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:680
↓ 4 callersMethodgetMethodSignature
Get the method type signature.
spotbugs/src/main/java/edu/umd/cs/findbugs/MethodAnnotation.java:300
↓ 4 callersMethodgetMissingClassName
Get the name of the missing class from a ClassNotFoundException. @param ex the ClassNotFoundException @return the name of the missing clas
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ClassNotFoundExceptionParser.java:66
↓ 4 callersMethodgetMnemonicIndex
@return the index in the plain string at which the mnemonic should be displayed, or -1 if no mnemonic should be set
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui/AnnotatedString.java:103
↓ 4 callersMethodgetName
Get name of property. @return name of property
spotbugs/src/main/java/edu/umd/cs/findbugs/BugProperty.java:86
↓ 4 callersMethodgetName
Get the fully qualified name of the property. Should be full class name, ".", followed by the descriptive name of the property. @return fully qualifi
spotbugs/src/main/java/edu/umd/cs/findbugs/props/WarningProperty.java:42
↓ 4 callersMethodgetName
@return name of the weakness catalog (usually: CWE)
spotbugs/src/main/java/edu/umd/cs/findbugs/cwe/WeaknessCatalog.java:96
↓ 4 callersMethodgetNavigatorContentProvider
()
eclipsePlugin-test/src/de/tobject/findbugs/view/test/AbstractBugExplorerViewTest.java:75
↓ 4 callersMethodgetNextOutgoingEdge
()
spotbugs/src/main/java/edu/umd/cs/findbugs/graph/AbstractEdge.java:103
↓ 4 callersMethodgetNextSwitchCasePC
(int currentPC)
spotbugs/src/main/java/edu/umd/cs/findbugs/SwitchHandler.java:311
↓ 4 callersMethodgetNullnessAnnotationClassDescriptor
Convert a NullnessAnnotation into the ClassDescriptor of the equivalent JSR-305 nullness type qualifier. @param n a NullnessAnnotation @re
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/TypeQualifierNullnessAnnotationDatabase.java:219
↓ 4 callersMethodgetNumBasicBlocks
Get number of basic blocks. This is just here for compatibility with the old CFG method names.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CFG.java:531
↓ 4 callersMethodgetNumBytes
Get the number of bytes in the resource. Returns &lt;0 if the number of bytes is not known. @return number of bytes in the resource, or &lt;0 if not
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/ICodeBaseEntry.java:44
↓ 4 callersMethodgetNumFeatures
()
spotbugs/src/main/java/edu/umd/cs/findbugs/model/ClassFeatureSet.java:202
↓ 4 callersMethodgetNumLockedObjects
Get the number of distinct lock values with positive lock counts.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/LockSet.java:125
↓ 4 callersMethodgetNumTypes
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/ExceptionSetFactory.java:56
↓ 4 callersMethodgetNumValuesAllocated
Get the number of values which have been created.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFactory.java:74
↓ 4 callersMethodgetNumberMethodArguments
()
spotbugs/src/main/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:672
↓ 4 callersMethodgetOSDependentProperty
@param name property name @return string value (or null if the property does not exist)
spotbugs/src/main/java/edu/umd/cs/findbugs/SystemProperties.java:180
↓ 4 callersMethodgetOrGuessSourceFile
(SourceLineAnnotation source)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SourceFinder.java:554
↓ 4 callersMethodgetOutputValues
Get output values for current instruction from the ValueNumberCache.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFrameModelingVisitor.java:625
↓ 4 callersMethodgetPackage
(@DottedClassName String classname)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/UselessSubclassMethod.java:156
↓ 4 callersMethodgetParameterAnnotation
Get the AnnotationValue of annotation applied directly to given parameter. @param param parameter number (0 for first parameter) @param de
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XMethod.java:146
↓ 4 callersMethodgetParameterObligationTypes
Get array of Obligation types corresponding to the parameters of the given method. @param xmethod a method @return array of Obligation typ
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/obl/ObligationFactory.java:150
↓ 4 callersMethodgetParameterTypes
(MethodDescriptor descriptor)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/bcel/ValueRangeAnalysisFactory.java:902
↓ 4 callersMethodgetPlatformName
(String packageName, String fileName)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SourceFinder.java:537
↓ 4 callersMethodgetPredecessorWithEdgeType
Get the first predecessor reachable from given edge type. @param target the target block @param edgeType the edge type leading
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CFG.java:411
↓ 4 callersMethodgetPreviousLocation
(CFG cfg, Location startLocation, boolean skipNops)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindSqlInjection.java:483
↓ 4 callersMethodgetProfile
(Class<?> clazz)
spotbugs/src/main/java/edu/umd/cs/findbugs/log/ProfileSummary.java:126
↓ 4 callersMethodgetProject
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:238
↓ 4 callersMethodgetProjectPreferences
Get project own preferences set. @param project must be non null, exist and be opened @param forceRead @return current project preferences
eclipsePlugin/src/de/tobject/findbugs/FindbugsPlugin.java:896
↓ 4 callersMethodgetProperty
@param name property name @return string value (or null if the property does not exist)
spotbugs/src/main/java/edu/umd/cs/findbugs/PropertyBundle.java:183
↓ 4 callersMethodgetRank
(int rank)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugRankCategory.java:36
↓ 4 callersMethodgetReleaseName
()
spotbugs/src/main/java/edu/umd/cs/findbugs/SortedBugCollection.java:1134
↓ 4 callersMethodgetResolutions
(IMarker marker)
eclipsePlugin/src/edu/umd/cs/findbugs/plugin/eclipse/quickfix/BugResolutionGenerator.java:65
← previousnext →1,701–1,800 of 19,706, ranked by callers