MCPcopy Create free account

hub / github.com/spotbugs/spotbugs / functions

Functions19,706 in github.com/spotbugs/spotbugs

↓ 7 callersMethodgetXField
()
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:853
↓ 7 callersMethodhandle
(@SlashedClassName String className, boolean isFloatingPoint, String sig)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/NumberConstructor.java:93
↓ 7 callersMethodhasConstantValue
(int value)
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:1076
↓ 7 callersMethodincrementCount
(Map<T, Integer> counter, T t)
spotbugs/src/main/java/edu/umd/cs/findbugs/ProjectPackagePrefixes.java:124
↓ 7 callersMethodinitTest
(String bytecodeSignature, String javaSignature, String underlyingClass, GenericUtilities.TypeCate
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/ba/generic/TestGenericObjectType.java:61
↓ 7 callersMethodinitialize
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/FindBugsLayoutManager.java:32
↓ 7 callersMethodisAccessMethod
Access methods are generated by the compiler for inner classes accessing the outer class @return <code>true</code> if the method name starts with "acc
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XMethod.java:225
↓ 7 callersMethodisBottom
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ca/CallList.java:47
↓ 7 callersMethodisCollection
(Type type)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindImproperSynchronization.java:417
↓ 7 callersMethodisDeprecated
Is the entity deprecated?
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AccessibleEntity.java:70
↓ 7 callersMethodisEnabledByDefault
Return whether or not the Plugin is enabled. @return true if the Plugin is enabled, false if not
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:152
↓ 7 callersMethodisEnum
@return true if this is a enum constant
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XField.java:57
↓ 7 callersMethodisNamed
()
spotbugs/src/main/java/edu/umd/cs/findbugs/LocalVariableAnnotation.java:296
↓ 7 callersMethodisResolved
Return true if this ClassVertex corresponds to a resolved class, or false if the class could not be found.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ch/ClassVertex.java:130
↓ 7 callersMethodisTainted
(OpcodeStack.Item writing)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/CrossSiteScripting.java:231
↓ 7 callersMethodjoin
(Collection c, String delimiter)
spotbugsTestCases/src/java/sfBugsNew/Feature318.java:14
↓ 7 callersMethodlast
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/BugAspects.java:55
↓ 7 callersMethodmatch
(BugInstance bugInstance)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/FieldMatcher.java:52
↓ 7 callersMethodmkdirs
Recursively creates all folders needed, up to the project. Project must already exist. @param resource non null @param monitor
eclipsePlugin/src/de/tobject/findbugs/io/IO.java:86
↓ 7 callersMethodnext
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/ExceptionSet.java:78
↓ 7 callersMethodpoll
()
eclipsePlugin/src/de/tobject/findbugs/decorators/ResourceBugCountDecorator.java:208
↓ 7 callersMethodpreTiger
Checks if classfile was compiled for pre 1.5 target
spotbugs/src/main/java/edu/umd/cs/findbugs/bcel/BCELUtil.java:75
↓ 7 callersMethodprocessTest
()
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/ba/generic/TestGenericObjectType.java:73
↓ 7 callersMethodpropagateValues
(Set<ValueInfo> vals, ValueNumber origNumber, ValueNumber vn)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindUselessObjects.java:218
↓ 7 callersMethodpushByLocalStore
(int register)
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:3689
↓ 7 callersMethodread
Read persistent global UserPreferences from file in the user's home directory.
spotbugs/src/main/java/edu/umd/cs/findbugs/config/UserPreferences.java:167
↓ 7 callersMethodregisterWith
Register the analysis engine with given analysis cache. @param analysisCache the analysis cache
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/IAnalysisEngine.java:45
↓ 7 callersMethodremoveCategory
Remove a bug category from the set of categories to be displayed. @param category the bug category: e.g., "CORRECTNESS"
spotbugs/src/main/java/edu/umd/cs/findbugs/config/ProjectFilterSettings.java:348
↓ 7 callersMethodremovePackageNamesFromSignature
(String sig)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/Naming.java:604
↓ 7 callersMethodremoveThroughIterator
(Iterator<BugProperty> iter, String name)
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/BugInstanceTest.java:172
↓ 7 callersMethodreset
()
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/StringConcatenation.java:90
↓ 7 callersMethodscheduleInteractive
()
eclipsePlugin/src/de/tobject/findbugs/FindBugsJob.java:85
↓ 7 callersMethodsetClassName
@param className The className to set.
spotbugs/src/main/java/edu/umd/cs/findbugs/model/ClassFeatureSet.java:183
↓ 7 callersMethodsetCodeSize
@param codeSize The codeSize to set.
spotbugs/src/main/java/edu/umd/cs/findbugs/AppVersion.java:187
↓ 7 callersMethodsetGloballyEnabled
(boolean enabled)
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:579
↓ 7 callersMethodsetNumClasses
@param numClasses The numClasses to set.
spotbugs/src/main/java/edu/umd/cs/findbugs/AppVersion.java:171
↓ 7 callersMethodsetSystem
(boolean system)
eclipsePlugin/src/de/tobject/findbugs/properties/PathElement.java:118
↓ 7 callersMethodsetTopOfStackIsExact
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/TypeFrameModelingVisitor.java:1445
↓ 7 callersMethodsetYear
(int year)
spotbugsTestCases/src/java/commonResources/Vehicle.java:32
↓ 7 callersMethodshorten
(String pkgName, String typeName)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SignatureConverter.java:270
↓ 7 callersMethodskip
Skip the first character of the remaining part of the signature.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SignatureConverter.java:66
↓ 7 callersMethodtaintPriority
(OpcodeStack.Item writing)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/CrossSiteScripting.java:255
↓ 7 callersMethodtoSignature
(@SlashedClassName String className)
spotbugs/src/main/java/edu/umd/cs/findbugs/util/ClassName.java:50
↓ 7 callersMethodvertexIterator
Get Iterator over all vertices in the graph.
spotbugs/src/main/java/edu/umd/cs/findbugs/graph/Graph.java:48
↓ 6 callersMethodadd
(Location loc, ValueNumber vn, PointerUsageRequiringNonNullValue usage)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/UsagesRequiringNonNullValues.java:67
↓ 6 callersMethodaddAllowedClass
Add the name of a class to be matched by the screener. @param className name of a class to be matched
spotbugs/src/main/java/edu/umd/cs/findbugs/ClassScreener.java:109
↓ 6 callersMethodaddAnnotation
Destructively add an annotation. We do this for "built-in" annotations that might not be directly evident in the code. It's not a great idea in genera
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XMethod.java:211
↓ 6 callersMethodaddCategory
Add a bug category to the set of categories to be displayed. @param category the bug category: e.g., "CORRECTNESS"
spotbugs/src/main/java/edu/umd/cs/findbugs/config/ProjectFilterSettings.java:337
↓ 6 callersMethodaddDeref
Mark a value as being dereferenced at given Location. @param vn the value @param location the Location
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/deref/UnconditionalValueDerefSet.java:236
↓ 6 callersMethodaddExplicit
Add an explicit exception. @param type type of the exception
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/ExceptionSet.java:231
↓ 6 callersMethodaddOptionalAttribute
Add a single attribute name and value. @param name the attribute name @param value the attribute value @return this object (so
spotbugs/src/main/java/edu/umd/cs/findbugs/xml/XMLAttributeList.java:95
↓ 6 callersMethodaddTypeOfNamedClass
(@DottedClassName String typeName)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:1125
↓ 6 callersMethodadjustPriority
Returns an instance with adjusted priority. If no adjustment is necessary, the original instance is returned. Otherwise, a cloned instance is returned
spotbugs/src/main/java/edu/umd/cs/findbugs/PriorityAdjuster.java:69
↓ 6 callersMethodannotateWarningWithSourceSinkInfo
(BugInstance warning, XMethod xMethod, ValueNumber vn, SourceSinkInfo sourceSinkInfo)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/CheckTypeQualifiers.java:601
↓ 6 callersMethodassertBugInMethodAtVariable
Asserts that there is a bug instance with the given bug type in the given class in the given method at the given variable. The match is checked accord
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/AbstractIntegrationTest.java:430
↓ 6 callersMethodassertExpectedGroupTypes
(GroupType... expectedTypes)
eclipsePlugin-test/src/de/tobject/findbugs/actions/test/GroupByActionTest.java:132
↓ 6 callersMethodassertNoFilterFiles
()
eclipsePlugin-test/src/de/tobject/findbugs/properties/test/PropertiesPageTest.java:444
↓ 6 callersMethodassertZeroPublicIdentifierBug
()
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/detect/DontReusePublicIdentifiersTest.java:127
↓ 6 callersMethodboundedPriority
(int p)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:398
↓ 6 callersMethodcheckAndRecordDirectCase
(XMethod caller, XMethod method, String bugType, int priority, SourceLineAnnotation sourceLine)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindOverridableMethodCall.java:240
↓ 6 callersMethodcheckConsumedAndProducedValues
(Instruction ins, ValueNumber[] consumedValueList, ValueNumber[] producedValueList)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFrameModelingVisitor.java:196
↓ 6 callersMethodcheckContents
(Collection<String> words, String... expected)
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/ml/SplitCamelCaseIdentifierTest.java:54
↓ 6 callersMethodcheckNoBug
()
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/detect/FindOverridableMethodCallTest.java:274
↓ 6 callersMethodcheckNotNull
(T object, String message)
spotbugsTestCases/src/java/sfBugsNew/Bug1246.java:33
↓ 6 callersMethodclearBugs
Clear all accumulated bugs without reporting them
spotbugs/src/main/java/edu/umd/cs/findbugs/BugAccumulator.java:224
↓ 6 callersMethodclearCache
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/FilterListener.java:32
↓ 6 callersMethodclose
This method should be called when done using the code base.
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/ICodeBase.java:136
↓ 6 callersMethodcomparison
(Object a, Object b)
spotbugsTestCases/src/java/sfBugs/Bug1817381.java:7
↓ 6 callersMethodconstantSince
(Item item1, int branchTarget)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/InfiniteLoop.java:466
↓ 6 callersMethodcopy
(@WillNotClose InputStream in, @WillNotClose OutputStream out)
spotbugs/src/main/java/edu/umd/cs/findbugs/io/IO.java:127
↓ 6 callersMethodcopyFrom
Make this dataflow fact an exact copy of the other one. @param other another dataflow fact
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/ReturnPathType.java:68
↓ 6 callersMethodcreateClassDescriptorFromResourceName
Create a class descriptor from a resource name. @param resourceName the resource name @return the class descriptor
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/DescriptorFactory.java:266
↓ 6 callersMethodcreateEmptyCollectionWithMetadata
()
spotbugs/src/main/java/edu/umd/cs/findbugs/SortedBugCollection.java:1105
↓ 6 callersMethodcreateErrorStatus
(String message, Throwable e)
eclipsePlugin/src/de/tobject/findbugs/FindbugsPlugin.java:592
↓ 6 callersMethodcreateExceptionSet
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/ExceptionSetFactory.java:38
↓ 6 callersMethodcreateFieldSignature
(String type)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/SignatureUtil.java:71
↓ 6 callersMethodcreateFrom
(List<GroupType> types)
eclipsePlugin/src/de/tobject/findbugs/view/explorer/Grouping.java:51
↓ 6 callersMethodcreateReferencedXField
(DismantleBytecode visitor)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XFactory.java:460
↓ 6 callersMethoddumpDataflow
(AnalysisType analysis)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Dataflow.java:563
↓ 6 callersMethoddumpStack
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/URLClassPathRepository.java:128
↓ 6 callersMethodemitTag
(String tagName, boolean close)
eclipsePlugin/src/de/tobject/findbugs/util/ConfigurableXmlOutputStream.java:171
↓ 6 callersMethodequals
(Object that)
spotbugsTestCases/src/java/bugIdeas/Ideas_2009_12_11.java:14
↓ 6 callersMethodequals
This instance is equal to all instances of {@code ImmutableFoobarValue} that have equal attribute values. @return {@code true} if {@code this} is equa
spotbugsTestCases/src/java/ghIssues/issue543/ImmutableFoobarValue.java:149
↓ 6 callersMethodequals
(Object obj)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ca/Call.java:46
↓ 6 callersMethodequals
(Object o)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/generic/GenericObjectType.java:70
↓ 6 callersMethodfindMatchingMethod
Find XMethod matching the name and signature of the supplied method MethodDescriptor. The class descriptor of the argument is ignored. @param descrip
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XClass.java:116
↓ 6 callersMethodfindMessageNode
(List<Document> messageCollectionList, String xpath, String missingMsg)
spotbugs/src/main/java/edu/umd/cs/findbugs/PluginLoader.java:1319
↓ 6 callersMethodfindMethod
(ClassDescriptor classDescriptor, String methodName, String methodSig, boolean isStatic)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Hierarchy2.java:265
↓ 6 callersMethodfirst
@param i the Iterable whose first element is to be retrieved @return first element of iterable
spotbugs/src/main/java/edu/umd/cs/findbugs/util/Util.java:227
↓ 6 callersMethodformatValue
(String value)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/Sortables.java:54
↓ 6 callersMethodfromForeignMethod
Factory method to create the MethodAnnotation from the classname, method name, signature, etc. The method tries to look up source line information for
spotbugs/src/main/java/edu/umd/cs/findbugs/MethodAnnotation.java:181
↓ 6 callersMethodfromXField
(XField fieldDescriptor)
spotbugs/src/main/java/edu/umd/cs/findbugs/FieldAnnotation.java:189
↓ 6 callersMethodfromXMethod
Create a MethodAnnotation from an XMethod. @param xmethod the XMethod @return the MethodAnnotation
spotbugs/src/main/java/edu/umd/cs/findbugs/MethodAnnotation.java:262
↓ 6 callersMethodget
()
spotbugs/src/main/java/edu/umd/cs/findbugs/util/FutureValue.java:48
↓ 6 callersMethodgetASTNode
(CompilationUnit compilationUnit, SourceLineAnnotation sourceLineAnno)
eclipsePlugin/src/edu/umd/cs/findbugs/plugin/eclipse/quickfix/util/ASTUtil.java:179
↓ 6 callersMethodgetAnnotationDescription
Get an annotation description string. This is a format pattern which will describe a BugAnnotation in the context of a particular bug instance. Its si
spotbugs/src/main/java/edu/umd/cs/findbugs/I18N.java:108
↓ 6 callersMethodgetBugCategories
Get Iterator over BugCategories objects in the Plugin. @return Iterator over BugCategory objects
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:366
↓ 6 callersMethodgetBugReporter
()
spotbugs/src/main/java/edu/umd/cs/findbugs/FindBugs2.java:389
↓ 6 callersMethodgetCanonicalName
(SourceLineAnnotation source)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SourceFinder.java:546
↓ 6 callersMethodgetCodeBase
()
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/impl/ClassPathBuilder.java:129
← previousnext →1,101–1,200 of 19,706, ranked by callers