Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ASSERT-KTH/sequencer
/ functions
Functions
67,308 in github.com/ASSERT-KTH/sequencer
⨍
Functions
67,308
◇
Types & classes
4,627
↳
Endpoints
2
↓ 188 callers
Method
isNumber
<p>Checks whether the String a valid Java number.</p> <p>Valid numbers include hexadecimal marked with the <code>0x</code> qualifier, scientific nota
results/Defects4J_patches/Lang_16/15/NumberUtils.java:1311
↓ 186 callers
Method
equals
Test for the equality of two Complex objects. If both the real and imaginary parts of two complex numbers are exactly the same, and neither is {@code
results/Defects4J_patches/Math_5/4/Complex.java:338
↓ 181 callers
Method
doubleValue
Gets the fraction as a <tt>double</tt>. This calculates the fraction as the numerator divided by denominator. @return the fraction as a <tt>double</tt
results/Defects4J_patches/Math_27/4/Fraction.java:317
↓ 181 callers
Method
gcd
<p> Gets the greatest common divisor of the absolute value of two numbers, using the "binary gcd" method which avoids division and modulo operations.
results/Defects4J_patches/Math_94/4/MathUtils.java:411
↓ 181 callers
Method
mulAndCheck
Multiply two integers, checking for overflow. @param x a factor @param y a factor @return the product <code>x y</code> @throws ArithmeticException if
results/Defects4J_patches/Math_94/4/MathUtils.java:597
↓ 180 callers
Method
cosh
Returns the <a href="http://mathworld.wolfram.com/HyperbolicCosine.html"> hyperbolic cosine</a> of x. @param x double value for which to find the hyp
results/Defects4J_patches/Math_94/4/MathUtils.java:275
↓ 180 callers
Method
newQualifiedNameNode
Creates a node representing a qualified name. @param name A qualified name (e.g. "foo" or "foo.bar.baz") @param lineno The source line offset. @param
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1827
↓ 180 callers
Method
pow
Returns of value of this complex number raised to the power of {@code x}. Implements the formula: <pre> <code> y<sup>x</sup> = exp(x·log(y))
results/Defects4J_patches/Math_5/4/Complex.java:812
↓ 180 callers
Method
sinh
Returns the <a href="http://mathworld.wolfram.com/HyperbolicSine.html"> hyperbolic sine</a> of x. @param x double value for which to find the hyperbo
results/Defects4J_patches/Math_94/4/MathUtils.java:1022
↓ 179 callers
Method
getTypeRegistry
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1142
↓ 179 callers
Method
split
Compute split[0], split[1] such that their sum is equal to d, and split[0] has its 30 least significant bits as zero. @param d number to split @param
results/Defects4J_patches/Math_59/4/FastMath.java:944
↓ 174 callers
Method
getConditionExpression
Gets the condition of an ON_TRUE / ON_FALSE CFG edge. @param n a node with an outgoing conditional CFG edge @return the condition node or null if the
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1702
↓ 172 callers
Method
value
(double x, double[] p)
results/Defects4J_patches/Math_58/2/GaussianFitter.java:87
↓ 169 callers
Method
compareTo
Compares two numbers given some amount of allowed error. @param x the first number @param y the second number @param eps the amount of error to allow
results/Defects4J_patches/Math_63/7/MathUtils.java:388
↓ 168 callers
Method
floatValue
Gets the fraction as a <tt>float</tt>. This calculates the fraction as the numerator divided by denominator. @return the fraction as a <tt>float</tt>
results/Defects4J_patches/Math_27/4/Fraction.java:351
↓ 165 callers
Method
contains
Checks if the string builder contains the specified char. @param ch the character to find @return true if the builder contains the character
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1671
↓ 160 callers
Method
isSubtype
(JSType that)
results/Defects4J_patches/Closure_104/2/UnionType.java:390
↓ 153 callers
Method
beginCaseBody
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:174
↓ 153 callers
Method
continueProcessing
Provides a means of interrupting the CodeGenerator. Derived classes should return false to stop further processing.
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:52
↓ 153 callers
Method
endCaseBody
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:178
↓ 153 callers
Method
endFunction
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:163
↓ 153 callers
Method
endSourceMapping
Finishes the source mapping for the given node at the current position.
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:45
↓ 153 callers
Method
notePreferredLineBreak
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:97
↓ 153 callers
Method
startSourceMapping
Starts the source mapping for the given node at the current position.
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:38
↓ 150 callers
Method
appendTo
Appends the value of the specified calendar to the output buffer based on the rule implementation. @param buffer the output buffer @param calendar ca
results/Defects4J_patches/Lang_26/23/FastDateFormat.java:1056
↓ 146 callers
Method
getNumArtificialVariables
Get the number of artificial variables. @return number of artificial variables
results/Defects4J_patches/Math_33/4/SimplexTableau.java:554
↓ 143 callers
Method
clear
Removes all data items from the series and sends a {@link SeriesChangeEvent} to all registered listeners.
results/Defects4J_patches/Chart_9/31/TimeSeries.java:804
↓ 142 callers
Method
opToStr
Converts an operator's token value (see {@link Token}) to a string representation. @param operator the operator's token value to convert @return the
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2131
↓ 141 callers
Method
abs
Return the absolute value of this complex number. <p> Returns <code>NaN</code> if either real or imaginary part is <code>NaN</code> and <code>Double.P
results/Defects4J_patches/Math_96/2/Complex.java:91
↓ 139 callers
Method
getCatchBlock
@return The BLOCK node containing the CATCH node (if any) of a TRY.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2759
↓ 139 callers
Method
hasCatchHandler
@return Whether BLOCK (from a TRY node) contains a CATCH. @see NodeUtil#getCatchBlock
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2768
↓ 136 callers
Method
cumulativeProbability
{@inheritDoc}
results/Defects4J_patches/Math_2/8/HypergeometricDistribution.java:114
↓ 136 callers
Method
isInfinite
Returns true if either the real or imaginary part of this complex number takes an infinite value (either <code>Double.POSITIVE_INFINITY</code> or <cod
results/Defects4J_patches/Math_96/2/Complex.java:322
↓ 134 callers
Method
hash
Returns an integer hash code representing the given double value. @param value the value to be hashed @return the hash code
results/Defects4J_patches/Math_94/4/MathUtils.java:468
↓ 132 callers
Method
getPaint
Returns a paint for the specified value. @param value the value (must be within the range specified by the lower and upper bounds for the sc
results/Defects4J_patches/Chart_24/4/GrayPaintScale.java:123
↓ 131 callers
Method
compareTo
{@inheritDoc}
results/Defects4J_patches/Math_32/12/PolygonsSet.java:385
↓ 131 callers
Method
isForIn
@return Whether the node represents a FOR-IN loop.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1592
↓ 130 callers
Method
endsWith
Determines whether the text ends with the given suffix.
results/Defects4J_patches/Closure_18/4/Compiler.java:1828
↓ 128 callers
Method
toString
()
results/Defects4J_patches/Mockito_34/4/InvocationMatcher.java:51
↓ 127 callers
Method
isNew
Is this a NEW node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1105
↓ 125 callers
Method
length
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_61/2/StrBuilder.java:181
↓ 124 callers
Method
hashCode
Get a hashCode for the complex number. Any {@code Double.NaN} value in real or imaginary part produces the same hash code {@code 7}. @return a hash c
results/Defects4J_patches/Math_5/4/Complex.java:361
↓ 124 callers
Method
isGet
Is this a GETPROP or GETELEM node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1083
↓ 124 callers
Method
toString
Gets a String version of the string builder, creating a new instance each time the method is called. <p> Note that unlike StringBuffer, the string ver
results/Defects4J_patches/Lang_59/4/StrBuilder.java:2156
↓ 123 callers
Method
containsType
@return true if n or any of its children are of the specified type
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1730
↓ 122 callers
Method
setLength
Updates the length of the builder by either dropping the last characters or adding filler of unicode zero. @param length the length to set to, must
results/Defects4J_patches/Lang_59/4/StrBuilder.java:193
↓ 121 callers
Method
opToStr
Converts an operator's token value (see {@link Token}) to a string representation. @param operator the operator's token value to convert @return the
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1663
↓ 120 callers
Method
isAssociative
Returns true if the operator is associative. e.g. (a b) c = a (b c) Note: "+" is not associative because it is also the concatenation for strings. e.g
results/Defects4J_patches/Closure_86/3/NodeUtil.java:983
↓ 117 callers
Method
endsWith
Checks whether this builder ends with the specified string. <p> Note that this method handles null input quietly, unlike String. @param str the stri
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1540
↓ 110 callers
Method
isFunctionDeclaration
Is this node a function declaration? A function declaration is a function that has a name that is added to the current scope (i.e. a function that is
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1477
↓ 108 callers
Method
newQualifiedNameNode
Creates a node representing a qualified name. @param name A qualified name (e.g. "foo" or "foo.bar.baz") @return A NAME or GETPROP node
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2277
↓ 105 callers
Method
isObjectLitKey
Determines whether a node represents an object literal key (e.g. key1 in {key1: value1, key2: value2}). @param node A node @param parent The node's p
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2051
↓ 104 callers
Method
atan2
Two arguments arctangent function @param y ordinate @param x abscissa @return phase angle of point (x,y) between -π and π
results/Defects4J_patches/Math_59/4/FastMath.java:2849
↓ 101 callers
Method
copyNameAnnotations
Copy any annotations that follow a named value. @param source @param destination
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2239
↓ 100 callers
Method
isLatin
Test if all characters in the string are in the Basic Latin (aka ASCII) character set - that they have UTF-16 values equal to or below 0x7f. This chec
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2406
↓ 100 callers
Method
subtract
Returns a {@code Complex} whose value is {@code (this - subtrahend)}. Uses the definitional formula <pre> <code> (a + bi) - (c + di) = (a-c) + (b-d
results/Defects4J_patches/Math_5/4/Complex.java:526
↓ 99 callers
Method
getInput
(InputId id)
results/Defects4J_patches/Closure_18/4/Compiler.java:1002
↓ 99 callers
Method
isLabelName
@return Whether the node is a label name.
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1356
↓ 98 callers
Method
copy
{@inheritDoc}
results/Defects4J_patches/Math_41/16/Variance.java:596
↓ 96 callers
Method
midpoint
Compute the midpoint of two values. @param a first value. @param b second value. @return the midpoint.
results/Defects4J_patches/Math_85/4/UnivariateRealSolverUtils.java:217
↓ 92 callers
Method
toString
{@inheritDoc}
results/Defects4J_patches/Math_5/4/Complex.java:1226
↓ 90 callers
Method
delete
Deletes the characters between the two specified indices. @param startIndex the start index, inclusive, must be valid @param endIndex the end index
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1127
↓ 90 callers
Method
estimateLength
Returns the estimated lentgh of the result. @return the estimated length
results/Defects4J_patches/Lang_26/23/FastDateFormat.java:1048
↓ 88 callers
Method
getNodeForCodeInsertion
(JSModule module)
results/Defects4J_patches/Closure_18/4/Compiler.java:2149
↓ 87 callers
Method
getModuleGraph
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1129
↓ 87 callers
Method
identifyTypeDeclarationCall
(Node n)
results/Defects4J_patches/Closure_57/5/ClosureCodingConvention.java:224
↓ 87 callers
Method
setCssRenamingMap
(CssRenamingMap map)
results/Defects4J_patches/Closure_18/4/Compiler.java:1857
↓ 86 callers
Method
distance
Calculates the L<sub>2</sub> (Euclidean) distance between two points. @param p1 the first point @param p2 the second point @return the L<sub>2</sub>
results/Defects4J_patches/Math_63/7/MathUtils.java:1748
↓ 86 callers
Method
hashCode
Get a hashCode for the complex number. <p> All NaN values have the same hash code.</p> @return a hash code value for this object
results/Defects4J_patches/Math_96/2/Complex.java:276
↓ 86 callers
Method
insert
Inserts the string representation of an object into this builder. Inserting null will use the stored null text value. @param index the index to add
results/Defects4J_patches/Lang_59/4/StrBuilder.java:921
↓ 83 callers
Method
getTypeValidator
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1222
↓ 82 callers
Method
getCfg
()
results/Defects4J_patches/Closure_14/4/ControlFlowAnalysis.java:144
↓ 82 callers
Method
replaceAll
Replaces the search character with the replace character throughout the builder. @param search the search character @param replace the replace char
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1291
↓ 78 callers
Method
createEdge
Connects the two nodes in the control flow graph. @param fromNode Source. @param toNode Destination.
results/Defects4J_patches/Closure_14/3/ControlFlowAnalysis.java:818
↓ 73 callers
Method
getObjectLitKeyName
Get the name of an object literal key. @param key A node
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2066
↓ 72 callers
Method
hasRegExpGlobalReferences
()
results/Defects4J_patches/Closure_18/4/Compiler.java:2305
↓ 72 callers
Method
matchesNumberContext
This predicate is used to test whether a given type can appear in a numeric context, such as an operand of a multiply operator. @return true if the t
results/Defects4J_patches/Closure_104/2/UnionType.java:102
↓ 70 callers
Method
isAssignmentOp
(Node n)
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1467
↓ 68 callers
Method
getNativeType
(JSTypeNative typeId)
results/Defects4J_patches/Closure_125/33/TypeCheck.java:2116
↓ 66 callers
Method
opToStrNoFail
Converts an operator's token value (see {@link Token}) to a string representation or fails. @param operator the operator's token value to convert @re
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2186
↓ 64 callers
Method
isFunctionExpression
Is a FUNCTION node an function expression? An function expression is one that has either no name or a name that is not added to the current scope. <p
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1515
↓ 60 callers
Method
isValidPropertyName
Determines whether the given name can appear on the right side of the dot operator. Many properties (like reserved words) cannot.
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1981
↓ 56 callers
Method
toCharArray
Copies the builder's character array into a new character array. @return a new array that represents the contents of the builder
results/Defects4J_patches/Lang_59/4/StrBuilder.java:349
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/30_compiled/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/3_compiled/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/29/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/14/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/17/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/9_compiled/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/20/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/28_compiled/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/21/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/5_compiled/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/31_compiled/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/32/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/22/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/7_compiled/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/8_compiled/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/16_passed/TypeCheck.java:2037
↓ 54 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/19/TypeCheck.java:2037
← previous
next →
101–200 of 67,308, ranked by callers