MCPcopy Create free account

hub / github.com/spotbugs/spotbugs / functions

Functions19,706 in github.com/spotbugs/spotbugs

↓ 12 callersMethodproduceStack
(ConstantPoolGen cpg)
spotbugs/src/main/java/edu/umd/cs/findbugs/bcel/generic/NullnessConversationInstruction.java:46
↓ 12 callersMethodreflectionEquals
(Object lhs, Object rhs)
spotbugsTestCases/src/fakeLibraries/org/apache/commons/lang/builder/EqualsBuilder.java:7
↓ 12 callersMethodremove
()
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/bcel/ValueRangeAnalysisFactory.java:271
↓ 12 callersMethodsetStatus
(State status)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ResourceValueFrame.java:90
↓ 12 callersMethodsetTop
(boolean top)
spotbugs/src/main/java/edu/umd/cs/findbugs/OpcodeStack.java:3765
↓ 12 callersMethodsetValue
Set the value at the <i>n</i>th slot. @param n the slot in which to set a new value @param value the value to set
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Frame.java:531
↓ 12 callersMethodshowConfirmDialog
(String message, String title, String ok, String cancel)
spotbugs/src/main/java/edu/umd/cs/findbugs/IGuiCallback.java:53
↓ 12 callersMethodsubList
(int fromIndex, int toIndex)
spotbugsTestCases/src/java/gcUnrelatedTypes/AllListsCouldBeEqual.java:136
↓ 12 callersMethodthrowsNothing
()
spotbugsTestCases/src/java/RECTest.java:19
↓ 11 callersMethodaddAnnotations
Add a Collection of BugAnnotations. @param annotationCollection Collection of BugAnnotations
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:815
↓ 11 callersMethodaddSomeSourceForTopTwoStackValues
(ClassContext classContext, Method method, Location location)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:2150
↓ 11 callersMethodannotationIterator
Get an Iterator over all bug annotations.
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:588
↓ 11 callersMethodasList
@return a sorted list of QuickFixTestPackages to be used in assertions.
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractQuickfixTest.java:299
↓ 11 callersMethodassertBug
(String className, int line)
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/detect/PreventOverwriteOfExternalizableObjectTest.java:117
↓ 11 callersMethodassertBugInMethodAtLineWithConfidence
Asserts that there is a bug instance with the given bug type in the given class in the given method at the given line with the given confidence. The m
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/AbstractIntegrationTest.java:317
↓ 11 callersMethodcheckFlag
(int flag)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/analysis/MethodInfo.java:383
↓ 11 callersMethodclear
Remove all exceptions from the set.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/ExceptionSet.java:294
↓ 11 callersMethodcontainsCategory
Returns false if the given category is hidden in the project filter settings. @param category the category @return false if the category i
spotbugs/src/main/java/edu/umd/cs/findbugs/config/ProjectFilterSettings.java:370
↓ 11 callersMethodcopy
Copy dataflow facts.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/DataflowAnalysis.java:100
↓ 11 callersMethoddecode
@param s @return
spotbugsTestCases/src/java/sfBugs/Bug3559113.java:200
↓ 11 callersMethoddoSomething
()
spotbugsTestCases/src/java/sfBugs/Bug2539590.java:136
↓ 11 callersMethodfindMethod
Find a method in given class. @param javaClass the class @param methodName the name of the method @param methodSig t
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Hierarchy.java:408
↓ 11 callersMethodfindRank
(BugInstance bug)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugRanker.java:251
↓ 11 callersMethodgetAllPlugins
@return a copy of the internal plugins collection
spotbugs/src/main/java/edu/umd/cs/findbugs/Plugin.java:504
↓ 11 callersMethodgetClassNotFoundException
Get the ClassNotFoundException that caused this exception. @return the ClassNotFoundException that caused this exception
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/MissingClassException.java:72
↓ 11 callersMethodgetClassStats
()
spotbugs/src/main/java/edu/umd/cs/findbugs/PackageStats.java:212
↓ 11 callersMethodgetInstance
@return a weakness catalog instance
spotbugs/src/main/java/edu/umd/cs/findbugs/cwe/WeaknessCatalog.java:46
↓ 11 callersMethodgetNumParameters
Get the number of parameters in the signature. @return the number of parameters
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/generic/GenericSignatureParser.java:185
↓ 11 callersMethodgetOrderBeforeDivider
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/SorterTableColumnModel.java:385
↓ 11 callersMethodgetProject
()
spotbugs/src/main/java/edu/umd/cs/findbugs/SortedBugCollection.java:163
↓ 11 callersMethodgetScanner
(String text)
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/jaif/JAIFScannerTest.java:30
↓ 11 callersMethodgetSorter
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:618
↓ 11 callersMethodgetSourceFinder
()
spotbugs/src/main/java/edu/umd/cs/findbugs/Project.java:202
↓ 11 callersMethodgetSpec
()
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/NameMatch.java:117
↓ 11 callersMethodgetStart
@return Returns the start.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SourceInfoMap.java:193
↓ 11 callersMethodgetText
(Object element)
eclipsePlugin/src/de/tobject/findbugs/view/explorer/BugLabelProvider.java:108
↓ 11 callersMethodgetValue
(ValueNumber vn)
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValueSet.java:152
↓ 11 callersMethodgetXClassOperand
()
spotbugs/src/main/java/edu/umd/cs/findbugs/visitclass/DismantleBytecode.java:195
↓ 11 callersMethodhasId
()
spotbugsTestCases/src/java/com/google/errorprone/bugpatterns/PreconditionsCheckNotNullPrimitivePositiveCases.java:129
↓ 11 callersMethodincomingEdgeIterator
Get an Iterator over incoming edges to a given vertex. @param target the target vertex @return an Iterator over incoming edges
spotbugs/src/main/java/edu/umd/cs/findbugs/graph/Graph.java:142
↓ 11 callersMethodisEmpty
()
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/Filter.java:98
↓ 11 callersMethodisMainMethod
Checks if the given method is a main method. It takes into account the changes introduced in JEP 445. A main method has non-private access, is named "
spotbugs/src/main/java/edu/umd/cs/findbugs/bytecode/MemberUtils.java:209
↓ 11 callersMethodisSelfCall
(XMethod method)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindOverridableMethodCall.java:251
↓ 11 callersMethodisStrictQualifier
Return whether or not this TypeQualifierValue denotes a strict qualifier. @return true if type qualifier is strict, false otherwise
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:358
↓ 11 callersMethodloadXml
(FindBugsWorker worker, String bugsFileLocation)
eclipsePlugin-test/src/de/tobject/findbugs/test/AbstractPluginTest.java:405
↓ 11 callersMethodmatch
(String value)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/NameMatch.java:96
↓ 11 callersMethodnewPoint
(String name)
eclipsePlugin/src/de/tobject/findbugs/util/Util.java:143
↓ 11 callersMethodreleaseDisplayWait
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:205
↓ 11 callersMethodremove
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CFG.java:120
↓ 11 callersMethodsameAs
Determine if the given Variable is the same as this one.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/bcp/Variable.java:31
↓ 11 callersMethodsetCurrentAnalysisContext
Set the current analysis context for this thread. @param analysisContext the current analysis context for this thread
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AnalysisContext.java:784
↓ 11 callersMethodsetFirstVersion
(long firstVersion)
spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java:2391
↓ 11 callersMethodsetName
(String name)
spotbugsTestCases/src/java/sfBugsNew/Bug1253.java:12
↓ 11 callersMethodsetProperty
Add a warning property and its attribute value. @param prop the WarningProperty @param value the attribute value @return this o
spotbugs/src/main/java/edu/umd/cs/findbugs/props/WarningPropertySet.java:109
↓ 11 callersMethodsetSourceLines
Set a SourceLineAnnotation describing the source lines where the package element is defined.
spotbugs/src/main/java/edu/umd/cs/findbugs/BugAnnotationWithSourceLines.java:58
↓ 11 callersMethodshow
(MainFrame mf, BugInstance b)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/ViewFilter.java:38
↓ 11 callersMethodvisitSomeInsn
()
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/AbstractMethodVisitor.java:39
↓ 10 callersMethodaddAuxClasspathEntry
Add an auxiliary classpath entry @param auxClasspathEntry the entry @return true if the entry was added successfully, or false if the give
spotbugs/src/main/java/edu/umd/cs/findbugs/Project.java:402
↓ 10 callersMethodaddButton
(JFrame frame, String s)
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui/AnnotatedString.java:117
↓ 10 callersMethodaddSourceDirs
Add source directories to the project. @param sourceDirs The source directories to add. These can be either absolute paths or r
spotbugs/src/main/java/edu/umd/cs/findbugs/Project.java:270
↓ 10 callersMethodawait
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/SourceFinder.java:320
↓ 10 callersMethodcheckFlag
(int flag)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/analysis/FieldInfo.java:113
↓ 10 callersMethodcheckRange
(Item item, Object minValue, Object maxValue, String pattern)
spotbugs/src/main/java/edu/umd/cs/findbugs/detect/DumbMethods.java:224
↓ 10 callersMethodclear
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/GUISaveState.java:275
↓ 10 callersMethodcreateFact
Create empty (uninitialized) dataflow facts for one program point. A valid value will be copied into it before it is used.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/DataflowAnalysis.java:45
↓ 10 callersMethodentrySet
()
spotbugsTestCases/src/java/sfBugs/Bug1923609.java:79
↓ 10 callersMethodexpect
(String s)
spotbugs/src/main/java/edu/umd/cs/findbugs/jaif/JAIFParser.java:54
↓ 10 callersMethodfindBugInstanceForMarker
Find the BugInstance associated with given FindBugs marker. @param marker a FindBugs marker @return the BugInstance associated with the ma
eclipsePlugin/src/de/tobject/findbugs/reporter/MarkerUtil.java:746
↓ 10 callersMethodfromVisitedInstructionRange
Factory method for creating a source line annotation describing the source line numbers for a range of instructions in the method being visited by the
spotbugs/src/main/java/edu/umd/cs/findbugs/SourceLineAnnotation.java:498
↓ 10 callersMethodgetArgument
Get the <i>i</i>th argument passed to given method invocation. @param ins the method invocation instruction @param cpg the Cons
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/Frame.java:385
↓ 10 callersMethodgetElementType
()
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/analysis/AnnotatedObject.java:43
↓ 10 callersMethodgetExtension
@return Returns the extension.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/generic/GenericObjectType.java:93
↓ 10 callersMethodgetFilterPath
Checks the given path and convert it to absolute path if it is specified relative to the given project or workspace @param filePath projec
eclipsePlugin/src/de/tobject/findbugs/builder/FindBugsWorker.java:419
↓ 10 callersMethodgetInt
@param name property name @param defaultValue default value @return the int value (or defaultValue if the property does not exis
spotbugs/src/main/java/edu/umd/cs/findbugs/PropertyBundle.java:152
↓ 10 callersMethodgetLockCount
Get the lock count for given lock object. @param valueNumber value number of the lock object @return the lock count for the lock object
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/LockSet.java:82
↓ 10 callersMethodgetLookupFailureCallback
Get the lookup failure callback.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/AnalysisContext.java:899
↓ 10 callersMethodgetMethodGen
(IAnalysisCache analysisCache, MethodDescriptor methodDescriptor)
spotbugs/src/main/java/edu/umd/cs/findbugs/classfile/engine/bcel/AnalysisFactory.java:106
↓ 10 callersMethodgetMethodName
Get the method name.
spotbugs/src/main/java/edu/umd/cs/findbugs/MethodAnnotation.java:281
↓ 10 callersMethodgetMethodName
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ca/Call.java:38
↓ 10 callersMethodgetMinPriority
Get the minimum warning priority threshold. @return minimum warning priority threshold: one of "High", "Medium", or "Low"
spotbugs/src/main/java/edu/umd/cs/findbugs/config/ProjectFilterSettings.java:318
↓ 10 callersMethodgetName
@return name of local variable
spotbugs/src/main/java/edu/umd/cs/findbugs/LocalVariableAnnotation.java:303
↓ 10 callersMethodgetNextOpcode
()
spotbugs/src/main/java/edu/umd/cs/findbugs/visitclass/DismantleBytecode.java:1038
↓ 10 callersMethodgetNumClasses
@return Returns the numClasses.
spotbugs/src/main/java/edu/umd/cs/findbugs/AppVersion.java:179
↓ 10 callersMethodgetObligationByType
Look up an Obligation by type. This returns the first Obligation that is a supertype of the type given (meaning that the given type could be an instan
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/obl/ObligationFactory.java:111
↓ 10 callersMethodgetPriority
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/Driver.java:159
↓ 10 callersMethodgetSource
Get the source vertex.
spotbugs/src/main/java/edu/umd/cs/findbugs/graph/GraphEdge.java:31
↓ 10 callersMethodgetSourceFile
Get the source file name.
spotbugs/src/main/java/edu/umd/cs/findbugs/SourceLineAnnotation.java:642
↓ 10 callersMethodgetSourceSignature
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XClass.java:135
↓ 10 callersMethodgetTree
()
spotbugs/src/gui/main/edu/umd/cs/findbugs/gui2/MainFrame.java:230
↓ 10 callersMethodgetURL
Get filename or URL as string.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/URLClassPath.java:71
↓ 10 callersMethodgetValue
(K k)
spotbugs/src/main/java/edu/umd/cs/findbugs/util/FractionalMultiset.java:62
↓ 10 callersMethodhasMoreElements
()
spotbugsTestCases/src/java/UMAC.java:34
↓ 10 callersMethodhasParameters
@return true if this GenericObjectType represents a parameterized type e.g. <code>List&lt;String&gt;</code>. This implies that isVaria
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/generic/GenericObjectType.java:137
↓ 10 callersMethodhashCode
()
spotbugsTestCases/src/java/deref/UnconditionalDeref.java:36
↓ 10 callersMethodinstance
Get the single instance of the top type.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/TopType.java:57
↓ 10 callersMethodinstance
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/type/NullType.java:55
↓ 10 callersMethodisNative
()
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/XMethod.java:45
↓ 10 callersMethodmatch
(BugInstance bugInstance)
spotbugs/src/main/java/edu/umd/cs/findbugs/filter/MethodMatcher.java:49
↓ 10 callersMethodmerge
Merge two values.
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/npe/IsNullValue.java:421
↓ 10 callersMethodmergeWith
Merge other dataflow value into this value. @param other the other BlockType value
spotbugs/src/main/java/edu/umd/cs/findbugs/ba/BlockType.java:235
← previousnext →701–800 of 19,706, ranked by callers