Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ functions
Functions
19,706 in github.com/spotbugs/spotbugs
⨍
Functions
19,706
◇
Types & classes
5,132
↓ 10 callers
Method
printStream
(OutputStream out)
spotbugs/src/main/java/edu/umd/cs/findbugs/charsets/UTF8.java:45
↓ 10 callers
Method
processUiEvents
()
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractPluginTest.java:195
↓ 10 callers
Method
pushByLocalLoad
(String signature, int register)
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:3717
↓ 10 callers
Method
resolveClassVertex
Resolve a class named by given ClassDescriptor and return its resolved ClassVertex. @param classDescriptor a ClassDescriptor @return resol
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ch/Subtypes2.java:1280
↓ 10 callers
Method
setExpectedLabels
(int index, String... expectedLabels)
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractQuickfixTest.java:312
↓ 10 callers
Method
setLastVersion
(long lastVersion)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:2423
↓ 10 callers
Method
setReachOnlyByBranch
(boolean reachOnlyByBranch)
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:3779
↓ 10 callers
Method
setTaskName
(String name)
eclipsePlugin/src/de/tobject/findbugs/reporter/ThrottledProgressMonitor.java:42
↓ 10 callers
Method
size
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/ExceptionSet.java:369
↓ 10 callers
Method
split
Split the identifier into words. @return Collection of words in the identifier
spotbugs/src/main/java/edu/umd/cs/findbugs/util/SplitCamelCaseIdentifier.java:49
↓ 10 callers
Method
testPass
(String className)
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/detect/FindOverridableMethodCallTest.java:263
↓ 10 callers
Method
toExceptionValue
Convert to an exception path value.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/IsNullValue.java:267
↓ 10 callers
Method
toString
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Path.java:261
↓ 10 callers
Method
unmodifiableMap
@param other The map we want to copy @return an unmodifiable copy backed by the <code>other</code> {@link AvailableLoadBiMap}
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFrame.java:707
↓ 9 callers
Method
acquireDisplayWait
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:190
↓ 9 callers
Method
addBoolOption
(String option, String value)
spotbugs-ant/src/main/java/edu/umd/cs/findbugs/anttask/FilterBugsTask.java:277
↓ 9 callers
Method
addFile
Add a file to the project. @param fileName the file to add @return true if the file was added, or false if the file was already pr
spotbugs/src/main/java/edu/umd/cs/findbugs/Project.java:257
↓ 9 callers
Method
addVisitedField
Add a field annotation for the field which is being visited by given visitor. @param visitor the visitor @return this object
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:1289
↓ 9 callers
Method
adjust
(int priority)
spotbugs/src/main/java/edu/umd/cs/findbugs/PriorityAdjustment.java:69
↓ 9 callers
Method
append
Append the given DetectorFactory to the end of the ordered detector list. The factory must be a member of the pass. @param factory a Detec
spotbugs/src/main/java/edu/umd/cs/findbugs/plan/AnalysisPass.java:74
↓ 9 callers
Method
assertBugTypeCountBetween
Asserts that there are at least {@code min} and at most {@code max} number of bug instances (both inclusive) with the given bug type. The match is che
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/AbstractIntegrationTest.java:186
↓ 9 callers
Method
atLine
Sets the line number for the bug instance. @param lineNumber the line number @return this builder instance
test-harness/src/main/java/edu/umd/cs/findbugs/test/matcher/BugInstanceMatcherBuilder.java:124
↓ 9 callers
Method
attachAcceleratorKey
(JMenuItem item, int keystroke)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrameHelper.java:46
↓ 9 callers
Method
b
()
spotbugsTestCases/src/java/bugIdeas/Ideas_2011_06_29a.java:14
↓ 9 callers
Method
blockIterator
Get an Iterator over the nodes (BasicBlocks) of the control flow graph.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CFG.java:302
↓ 9 callers
Method
checkBoolean
(String attrVal, String attrName)
spotbugs-ant/src/main/java/edu/umd/cs/findbugs/anttask/FilterBugsTask.java:232
↓ 9 callers
Method
checkPropertyIterator
(Iterator<BugProperty> iter, String[] names, String[] values)
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/BugInstanceTest.java:154
↓ 9 callers
Method
choose
Return whether or not given Edge should be chosen. @param edge the Edge @return true if the Edge should be chosen, false otherwise
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/EdgeChooser.java:35
↓ 9 callers
Method
clear
Clear the deref set. This sets the fact so it is valid as the dataflow entry fact: no future dereferences are guaranteed.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/deref/UnconditionalValueDerefSet.java:113
↓ 9 callers
Method
compareTo
(FilterMatcher that)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/FilterMatcher.java:175
↓ 9 callers
Method
containsProperty
Return whether or not the set contains the given WarningProperty. @param prop the WarningProperty @return true if the set contains the War
spotbugs/src/main/java/edu/umd/cs/findbugs/props/WarningPropertySet.java:133
↓ 9 callers
Method
createFilesystemCodeBaseLocator
(String pathName)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/IClassFactory.java:33
↓ 9 callers
Method
createFreshValue
Create a fresh (unique) value number.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFactory.java:49
↓ 9 callers
Method
createPath
(final String input)
spotbugsTestCases/src/java/sfBugsNew/Bug1370jdk8.java:15
↓ 9 callers
Method
equals
(Object obj)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/MethodDescriptor.java:67
↓ 9 callers
Method
equals
(Object obj)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/ClassDescriptor.java:163
↓ 9 callers
Method
error
(String error)
spotbugs/src/main/java/edu/umd/cs/findbugs/log/LogSync.java:24
↓ 9 callers
Method
f
(double x, @NonNull Object a, Object b, @NonNull Object c)
spotbugsTestCases/src/java/nullnessAnnotations/Test6.java:7
↓ 9 callers
Method
f2
(double x, Object a, Object b, Object c)
spotbugsTestCases/src/java/nullnessAnnotations/Test6.java:13
↓ 9 callers
Method
format
(BugAnnotation[] args, ClassAnnotation primaryClass)
spotbugs/src/main/java/edu/umd/cs/findbugs/FindBugsMessageFormat.java:56
↓ 9 callers
Method
g
(@NonNull Object a, Object b, @NonNull Object c, double x)
spotbugsTestCases/src/java/nullnessAnnotations/Test6.java:10
↓ 9 callers
Method
g2
(Object a, Object b, Object c, double x)
spotbugsTestCases/src/java/nullnessAnnotations/Test6.java:17
↓ 9 callers
Method
get
@return never return null. In case given argument is unknown or null, returns {@link #Warning} severity.
eclipsePlugin/src/de/tobject/findbugs/reporter/MarkerSeverity.java:42
↓ 9 callers
Method
getAnnotationVisitor
Get an AnnotationVisitor which can populate this AnnotationValue object.
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/analysis/AnnotationValue.java:113
↓ 9 callers
Method
getAvailableLoad
Look for an available load. @param availableLoad the AvailableLoad (reference and field) @return the value(s) available, or null if no mat
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFrame.java:128
↓ 9 callers
Method
getBugCategoryDescription
Get the description of a bug category. Returns the category if no description can be found. @param category the category @return the descr
spotbugs/src/main/java/edu/umd/cs/findbugs/I18N.java:150
↓ 9 callers
Method
getBugCode
Get the BugCode
spotbugs/src/main/java/edu/umd/cs/findbugs/BugPattern.java:120
↓ 9 callers
Method
getBugCollection
Get the stored BugCollection for project. If there is no stored bug collection for the project, or if an error occurs reading the stored bug collectio
eclipsePlugin/src/de/tobject/findbugs/FindbugsPlugin.java:647
↓ 9 callers
Method
getBugPatternString
(IMarker marker)
eclipsePlugin/src/de/tobject/findbugs/reporter/MarkerUtil.java:618
↓ 9 callers
Method
getChild
(Object o, int index)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/BugTreeModel.java:172
↓ 9 callers
Method
getClassDescriptorOperand
()
spotbugs/src/main/java/edu/umd/cs/findbugs/visitclass/DismantleBytecode.java:188
↓ 9 callers
Method
getDepth
Get the current nesting depth. The value must be valid.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/BlockType.java:115
↓ 9 callers
Method
getDescription
()
spotbugs/src/main/java/edu/umd/cs/findbugs/SourceLineAnnotation.java:775
↓ 9 callers
Method
getDetailText
Get the HTML detail text describing the bug.
spotbugs/src/main/java/edu/umd/cs/findbugs/BugPattern.java:168
↓ 9 callers
Method
getFieldLoadedFromRegister
If this value was loaded from an instance field, give the register number containing the object that the field was loaded from. If Integer.MAX value,
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:711
↓ 9 callers
Method
getFile
Get the given file in the list of project files. @param num the number of the file in the list of project files @return the name of the fi
spotbugs/src/main/java/edu/umd/cs/findbugs/Project.java:318
↓ 9 callers
Method
getFilterTab
()
eclipsePlugin-test/src/de/tobject/findbugs/properties/test/FindbugsPropertyPageTestSubclass.java:94
↓ 9 callers
Method
getFindbugsEngine
Get the Findbugs engine.
spotbugs-ant/src/main/java/edu/umd/cs/findbugs/anttask/AbstractFindBugsTask.java:373
↓ 9 callers
Method
getLength
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/sourceViewer/JavaScanner.java:81
↓ 9 callers
Method
getMarkersCount
()
eclipsePlugin/src/de/tobject/findbugs/view/explorer/BugGroup.java:121
↓ 9 callers
Method
getMissingClassName
(ClassNotFoundException ex)
spotbugs/src/main/java/edu/umd/cs/findbugs/AbstractBugReporter.java:230
↓ 9 callers
Method
getOffset
(SortedMap<Integer, Integer> duplicates, int i)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/bcel/FinallyDuplicatesInfoFactory.java:128
↓ 9 callers
Method
getParent
(Object element)
eclipsePlugin/src/de/tobject/findbugs/view/explorer/BugContentProvider.java:177
↓ 9 callers
Method
getProject
()
eclipsePlugin/src/de/tobject/findbugs/properties/FindbugsPropertyPage.java:569
↓ 9 callers
Method
getProperties
()
spotbugs/src/main/java/edu/umd/cs/findbugs/PropertyBundle.java:86
↓ 9 callers
Method
getProperty
Get a property. @param key the key @return the property, or null if no property is set for this key
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/interproc/PropertyDatabase.java:84
↓ 9 callers
Method
getSequenceNumber
()
spotbugs/src/main/java/edu/umd/cs/findbugs/SortedBugCollection.java:1089
↓ 9 callers
Method
getSequenceNumber
@return Returns the sequence.
spotbugs/src/main/java/edu/umd/cs/findbugs/AppVersion.java:90
↓ 9 callers
Method
getShortDescription
@return the short group description
eclipsePlugin/src/de/tobject/findbugs/view/explorer/BugGroup.java:89
↓ 9 callers
Method
getStackAt
(JavaClass theClass, Method method, int pc)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/OpcodeStackScanner.java:64
↓ 9 callers
Method
getTabSize
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/GUISaveState.java:290
↓ 9 callers
Method
getTypeCategory
Get the TypeCategory that represents this Object @see GenericUtilities.TypeCategory
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/generic/GenericObjectType.java:109
↓ 9 callers
Method
getValue
(TypeQualifierValue<?> desc, When when)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierAnnotation.java:167
↓ 9 callers
Method
handleOutputFilePath
(TextUIBugReporter reporter, String optionExtraPart)
spotbugs/src/main/java/edu/umd/cs/findbugs/TextUICommandLine.java:281
↓ 9 callers
Method
hashCode
Computes a hash code from attributes: {@code foo}, {@code bar}, {@code buz}, {@code crux}. @return hashCode value
spotbugsTestCases/src/java/ghIssues/issue543/ImmutableFoobarValue.java:167
↓ 9 callers
Method
hashData
(String in)
spotbugs/src/main/java/edu/umd/cs/findbugs/Obfuscate.java:37
↓ 9 callers
Method
isCorePlugin
()
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:555
↓ 9 callers
Method
isDeepSerializable
(ReferenceType type)
spotbugs/src/main/java/edu/umd/cs/findbugs/DeepSubtypeAnalysis.java:55
↓ 9 callers
Method
isExact
Get whether or not a type in a given slot is exact. @param slot the slot @return true if the slot contains an exact type, false if just an
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/TypeFrame.java:69
↓ 9 callers
Method
isExceptionHandler
Is this block an exception handler?
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/BasicBlock.java:382
↓ 9 callers
Method
isFiltered
@param marker might be null @param bugIdToFilter might be null @return true if marker should be filtered
eclipsePlugin/src/de/tobject/findbugs/reporter/MarkerUtil.java:1029
↓ 9 callers
Method
isFindBugsMarker
(IMarker marker)
eclipsePlugin/src/de/tobject/findbugs/reporter/MarkerUtil.java:964
↓ 9 callers
Method
isGloballyEnabled
()
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:563
↓ 9 callers
Method
isOpenQuote
(String s)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindSqlInjection.java:282
↓ 9 callers
Method
isRegisterLoad
()
spotbugs/src/main/java/edu/umd/cs/findbugs/visitclass/DismantleBytecode.java:324
↓ 9 callers
Method
isUnknown
Is this an unknown source line annotation?
spotbugs/src/main/java/edu/umd/cs/findbugs/SourceLineAnnotation.java:712
↓ 9 callers
Method
join
(String s1, String s2)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:705
↓ 9 callers
Method
lookupResource
Look up a resource in this code base. @param resourceName name of the resource to look up @return ICodeBaseEntry representing the resource
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/ICodeBase.java:63
↓ 9 callers
Method
makeFactTop
Make given fact the top value.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/DataflowAnalysis.java:110
↓ 9 callers
Method
match
(BugInstance bugInstance)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/TypeMatcher.java:51
↓ 9 callers
Method
match
(BugInstance bugInstance)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/BugMatcher.java:60
↓ 9 callers
Method
missingClassIterator
()
spotbugs/src/main/java/edu/umd/cs/findbugs/SortedBugCollection.java:1030
↓ 9 callers
Method
nextElement
()
spotbugsTestCases/src/java/bugIdeas/Ideas_2009_04_26.java:48
↓ 9 callers
Method
nonReportingNotNullValue
Get non-reporting non-null value. This is what we use for unknown values.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/IsNullValue.java:382
↓ 9 callers
Method
obfuscate
(MethodAnnotation m)
spotbugs/src/main/java/edu/umd/cs/findbugs/Obfuscate.java:116
↓ 9 callers
Method
parameterSignatureIterator
Get an Iterator over signatures of the method parameters. @return Iterator which returns the parameter type signatures in order
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/generic/GenericSignatureParser.java:163
↓ 9 callers
Method
parseNext
Parse a single type out of the signature, starting at the beginning of the remaining part of the signature. For example, if the first character of the
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SignatureConverter.java:79
↓ 9 callers
Method
registerClassAnalysisEngine
Register the given class analysis engine as producing the analysis result type whose Class is given. @param <E> analysis result type @para
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/IAnalysisCache.java:47
↓ 9 callers
Method
removeCurrentAnalysisContext
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AnalysisContext.java:791
↓ 9 callers
Method
reportSkippedAnalysis
Report that we skipped some analysis of a method @param method the method we skipped
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/IErrorLogger.java:85
← previous
next →
801–900 of 19,706, ranked by callers