MCPcopy Create free account

hub / github.com/spotbugs/spotbugs / functions

Functions19,706 in github.com/spotbugs/spotbugs

↓ 14 callersMethodgetErrorLogger
Get the error logger. @return the error logger
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/IAnalysisCache.java:202
↓ 14 callersMethodgetExit
Get the exit node.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CFG.java:235
↓ 14 callersMethodgetFieldSummary
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AnalysisContext.java:241
↓ 14 callersMethodgetJavaProject
Returns the Java project for this test. @return An IJavaProject.
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractPluginTest.java:118
↓ 14 callersMethodgetNumParams
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XMethod.java:51
↓ 14 callersMethodgetPrimitiveType
(@SlashedClassName String cls)
spotbugs/src/main/java/edu/umd/cs/findbugs/util/ClassName.java:60
↓ 14 callersMethodgetRules
()
spotbugs/src/main/java/edu/umd/cs/findbugs/sarif/BugCollectionAnalyser.java:56
↓ 14 callersMethodgetSequenceNumber
Get the sequence number of the BugCollection. This value represents the number of times the user has analyzed a different version of the application a
spotbugs/src/main/java/edu/umd/cs/findbugs/BugCollection.java:150
↓ 14 callersMethodgetShortDescription
Get the short description.
spotbugs/src/main/java/edu/umd/cs/findbugs/BugPattern.java:154
↓ 14 callersMethodgetStackDepth
()
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:3258
↓ 14 callersMethodgetString
Get String representation of a Type including Generic information
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/generic/GenericUtilities.java:210
↓ 14 callersMethodgetStringFromIndex
(int i)
spotbugs/src/main/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:157
↓ 14 callersMethodinMethod
Sets the method name for the bug instance. @param methodName the method name @return this builder instance
test-harness/src/main/java/edu/umd/cs/findbugs/test/matcher/BugInstanceMatcherBuilder.java:85
↓ 14 callersMethodintern
(XClass c)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XFactory.java:115
↓ 14 callersMethodisCanceled
()
eclipsePlugin/src/de/tobject/findbugs/reporter/ThrottledProgressMonitor.java:77
↓ 14 callersMethodisForwards
Returns true if the analysis is forwards, false if backwards.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/DataflowAnalysis.java:120
↓ 14 callersMethodisSynchronized
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XMethod.java:49
↓ 14 callersMethodisVolatile
Is this a volatile field?
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XField.java:52
↓ 14 callersMethodopcode
(byte[] code, int offset)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindHEmismatch.java:374
↓ 14 callersMethodselectNodes
(Node node, String arg0)
spotbugs/src/main/java/edu/umd/cs/findbugs/xml/XMLUtil.java:36
↓ 14 callersMethodsetMinPriority
Set minimum warning priority threshold. @param minPriority the priority threshold: one of "High", "Medium", or "Low"
spotbugs/src/main/java/edu/umd/cs/findbugs/config/ProjectFilterSettings.java:297
↓ 14 callersMethodtearDownTestProject
Delete the Java project used for this test. @throws CoreException
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractPluginTest.java:181
↓ 14 callersMethodtestCase
(String className, int constructorLine, int cloneLine)
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/detect/FindOverridableMethodCallTest.java:246
↓ 14 callersMethodupdateFilterPanel
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/PreferencesFrame.java:688
↓ 14 callersMethodvalues
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/NullnessAnnotation.java:104
↓ 13 callersMethodaddChild
(Matcher child)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/Filter.java:169
↓ 13 callersMethodassertEmptyFilter
(Map<String, Boolean> filters)
eclipsePlugin-test/src/de/tobject/findbugs/properties/test/PropertiesPageTest.java:440
↓ 13 callersMethodcanReturnNormally
@return true if the method can return normally at this location, false otherwise
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/ReturnPathType.java:55
↓ 13 callersMethodclear
()
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:2913
↓ 13 callersMethodclear
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ca/CallList.java:63
↓ 13 callersMethodclose
Close given AutoCloseable instance, ignoring any resulting exception.
spotbugs/src/main/java/edu/umd/cs/findbugs/io/IO.java:174
↓ 13 callersMethodconvert
Convenience method for converting a single signature component to human-readable form. @param signature the signature
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SignatureConverter.java:266
↓ 13 callersMethodcreateDefaultUserPreferences
Create default UserPreferences. @return default UserPreferences
spotbugs/src/main/java/edu/umd/cs/findbugs/config/UserPreferences.java:159
↓ 13 callersMethodcreateMethodSignature
@param params The parameters for this method signature, or null, for instance <code>int, long</code> @param returns The return for this method signatu
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/SignatureUtil.java:37
↓ 13 callersMethoddecorateBugInstance
Decorate given BugInstance with properties. @param bugInstance the BugInstance
spotbugs/src/main/java/edu/umd/cs/findbugs/props/WarningPropertySet.java:273
↓ 13 callersMethodeditDistance
(String str1, String str2)
spotbugs/src/main/java/edu/umd/cs/findbugs/util/EditDistance.java:54
↓ 13 callersMethodequals
(Object o)
spotbugs/src/main/java/edu/umd/cs/findbugs/MethodAnnotation.java:467
↓ 13 callersMethodequals
(Object o)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:2336
↓ 13 callersMethodequals
(Object o)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/bcp/PatternElementMatch.java:171
↓ 13 callersMethodequals
(Object obj)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/impl/JrtfsCodeBase.java:173
↓ 13 callersMethodfindSourceFile
(SourceLineAnnotation source)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SourceFinder.java:467
↓ 13 callersMethodfindXField
Look up a field with given name and signature in given class, returning it as an {@link XField XField} object. If a field can't be found in the immedi
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Hierarchy.java:768
↓ 13 callersMethodgetBugsFileLocation
Returns the bug file path of the test project. @return The absolute filesystem path of the bugs file.
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractFindBugsTest.java:50
↓ 13 callersMethodgetBytecodeSet
Get a BitSet representing the bytecodes that are used in the given method. This is useful for prescreening a method for the existence of particular in
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ClassContext.java:412
↓ 13 callersMethodgetData
()
spotbugsTestCases/src/java/exposemutable/PackagePrivateImplProvider.java:4
↓ 13 callersMethodgetFieldName
Get the field name.
spotbugs/src/main/java/edu/umd/cs/findbugs/FieldAnnotation.java:206
↓ 13 callersMethodgetIntegerSetPrivate
()
spotbugsTestCases/src/java/bugIdeas/Ideas_2011_07_31.java:17
↓ 13 callersMethodgetLocalVariable
(int index, int pos)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/TypeFrameModelingVisitor.java:815
↓ 13 callersMethodgetMainFrameLoadSaveHelper
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:868
↓ 13 callersMethodgetPluginId
@param marker marker to check for plugin id @return detector plugin id, or empty string if the detector plugin is unknown
eclipsePlugin/src/de/tobject/findbugs/reporter/MarkerUtil.java:982
↓ 13 callersMethodgetProject
Returns the project for this test. @return An IProject.
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractPluginTest.java:127
↓ 13 callersMethodgetReportedBugPatterns
Get set of all BugPatterns this detector reports. An empty set means that we don't know what kind of bug patterns might be reported.
spotbugs/src/main/java/edu/umd/cs/findbugs/DetectorFactory.java:323
↓ 13 callersMethodgetShortDescription
()
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:230
↓ 13 callersMethodgetShortInteger
(int value)
spotbugs/src/main/java/edu/umd/cs/findbugs/IntAnnotation.java:107
↓ 13 callersMethodgetSourceCodeTextPane
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:808
↓ 13 callersMethodgetTableheader
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrameTree.java:467
↓ 13 callersMethodgetTotalBugs
()
spotbugs/src/main/java/edu/umd/cs/findbugs/PackageStats.java:64
↓ 13 callersMethodisEnabled
()
eclipsePlugin/src/de/tobject/findbugs/properties/IPathElement.java:33
↓ 13 callersMethodisException
Was this value propagated on an exception path?
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/IsNullValue.java:210
↓ 13 callersMethodisStatic
@return Returns true if field/method is static, false if not
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/FieldOrMethodName.java:44
↓ 13 callersMethodnonNullValue
Get the instance representing values that are definitely not null.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/IsNullValue.java:334
↓ 13 callersMethodproduce
(IsNullValue value)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/IsNullValueFrameModelingVisitor.java:156
↓ 13 callersMethodpush
(byte b)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/Noise.java:53
↓ 13 callersMethodreadObject
(ObjectInputStream in)
spotbugsTestCases/src/java/sfBugs/Bug1917352.java:25
↓ 13 callersMethodremove
(WeakReference<K> kRef, WeakReference<V> vRef)
spotbugsTestCases/src/java/bugIdeas/Ideas_2010_11_11.java:12
↓ 13 callersMethodsetDescription
(String description)
spotbugs/src/main/java/edu/umd/cs/findbugs/LocalVariableAnnotation.java:230
↓ 13 callersMethodsetPriorityThreshold
Set the priority threshold. @param threshold bug instances must be at least as important as this priority to be reported
spotbugs/src/main/java/edu/umd/cs/findbugs/BugReporter.java:63
↓ 13 callersMethodstartTag
Start a tag, with the intention of adding attributes. Must be followed by stopTag after zero or more addAttribute calls. @param tagName th
spotbugs/src/main/java/edu/umd/cs/findbugs/xml/XMLOutput.java:65
↓ 13 callersMethodstopTag
End a started tag. Must follow a call to startTag. @param close true if the element has no content.
spotbugs/src/main/java/edu/umd/cs/findbugs/xml/XMLOutput.java:83
↓ 13 callersMethodtoResourceName
Get the resource name of this class as it would appear in the classpath. E.g., "java/lang/String.class" @return the resource name
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/ClassDescriptor.java:90
↓ 12 callersMethodaddReferencedField
Add a field annotation for the field which has just been accessed by the method currently being visited by given visitor. Assumes that a getfield/putf
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:1264
↓ 12 callersMethodassertNoBugs
()
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractPluginTest.java:305
↓ 12 callersMethodbufferedReader
(@WillCloseWhenClosed InputStream in)
spotbugs/src/main/java/edu/umd/cs/findbugs/charsets/UTF8.java:102
↓ 12 callersMethodcheck
(XClass xclass, ClassDescriptor annotation, boolean expectWarnings, int priority)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/CheckExpectedWarnings.java:217
↓ 12 callersMethoddigest
()
spotbugsTestCases/src/java/sfBugsNew/Bug1169.java:24
↓ 12 callersMethoddontTriggerEmptyExceptionHandler
()
spotbugsTestCases/src/java/RECTest.java:34
↓ 12 callersMethodfromReferencedField
Factory method. Class name, field name, and field signatures are taken from the given visitor, which is visiting a reference to the field (i.e., a get
spotbugs/src/main/java/edu/umd/cs/findbugs/FieldAnnotation.java:145
↓ 12 callersMethodfromString
UUID version 5, but without using a namespace. @param name @return UUID version 5
spotbugs/src/main/java/edu/umd/cs/findbugs/sarif/GUIDCalculator.java:25
↓ 12 callersMethodgetAllMarkers
Retrieves all the FB markers from given resource and all its descendants @param fileOrFolder @return never null (empty array if nothing there or exce
eclipsePlugin/src/de/tobject/findbugs/reporter/MarkerUtil.java:994
↓ 12 callersMethodgetAnalysis
(ClassContext classContext, Method method)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/DerefFinder.java:69
↓ 12 callersMethodgetJavaClass
Returns null for primitive and arrays
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:799
↓ 12 callersMethodgetLoad
(ValueNumber v)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFrame.java:113
↓ 12 callersMethodgetMajor
Get the major version number.
spotbugs/src/main/java/edu/umd/cs/findbugs/JavaVersion.java:104
↓ 12 callersMethodgetMessage
Helper method to shorten message access @param key a message key @return requested message
eclipsePlugin/src/de/tobject/findbugs/properties/FilterFilesTab.java:199
↓ 12 callersMethodgetNumLocals
Get the number of locals.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Frame.java:486
↓ 12 callersMethodgetPriority
()
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/Noise.java:93
↓ 12 callersMethodgetReader
(@WillCloseWhenClosed InputStream in)
spotbugs/src/main/java/edu/umd/cs/findbugs/util/Util.java:128
↓ 12 callersMethodgetType
Get the bug pattern name (e.g., IL_INFINITE_RECURSIVE_LOOP)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:308
↓ 12 callersMethodgetVariable
Get the variable of the variable.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/bcp/Binding.java:59
↓ 12 callersMethodgetXFields
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XClass.java:131
↓ 12 callersMethodgetXMethods
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XClass.java:133
↓ 12 callersMethodisExceptionEdge
Is the edge an exception edge?
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Edge.java:125
↓ 12 callersMethodisFlagSet
(int flag)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/analysis/ClassNameAndSuperclassInfo.java:222
↓ 12 callersMethodisNoAnalysis
@return Returns the noAnalysis.
spotbugs/src/main/java/edu/umd/cs/findbugs/FindBugs.java:160
↓ 12 callersMethodloadClass
(/*@Nonnull*/ String className)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/URLClassPathRepository.java:154
↓ 12 callersMethodlookupSystemClass
This is equivalent to Repository.lookupClass() or this.lookupClass(), except it uses the original Repository instead of the current one. This can be
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AnalysisContext.java:540
↓ 12 callersMethodmatch
(String s)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/bcp/Invoke.java:104
↓ 12 callersMethodmatch
(BugInstance bugInstance)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/SourceMatcher.java:48
↓ 12 callersMethodpeekToken
()
spotbugs/src/main/java/edu/umd/cs/findbugs/jaif/JAIFScanner.java:161
↓ 12 callersMethodprintToStream
(String message)
eclipsePlugin/src/de/tobject/findbugs/reporter/Reporter.java:110
← previousnext →601–700 of 19,706, ranked by callers