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
↓ 3,718 callers
Method
equals
Two union types are equal if they have the same number of alternates and all alternates are equal.
results/Defects4J_patches/Closure_104/2/UnionType.java:304
↓ 3,654 callers
Method
length
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/4/StrBuilder.java:181
↓ 3,342 callers
Method
valueOf
Create a complex number given the real and imaginary parts. @param realPart Real part. @param imaginaryPart Imaginary part. @return a Complex instanc
results/Defects4J_patches/Math_5/4/Complex.java:1186
↓ 3,208 callers
Method
append
Appends a string to the code, keeping track of the current line length. NOTE: the string must be a complete token--partial strings or partial regexes
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:74
↓ 2,916 callers
Method
charAt
Gets the character at the specified index. @see #setCharAt(int, char) @see #deleteCharAt(int) @param index the index to retrieve, must be valid @ret
results/Defects4J_patches/Lang_59/4/StrBuilder.java:301
↓ 2,340 callers
Method
get
()
results/Defects4J_patches/Closure_18/4/Compiler.java:976
↓ 2,141 callers
Method
append
Appends an object to this string builder. Appending null will call {@link #appendNull()}. @param obj the object to append @return this, to enable ch
results/Defects4J_patches/Lang_59/4/StrBuilder.java:454
↓ 1,998 callers
Method
toString
()
results/Defects4J_patches/Closure_104/2/UnionType.java:372
↓ 1,910 callers
Method
isEmpty
Checks is the string builder is empty (convenience Collections API style method). <p> This method is the same as checking {@link #length()} and is pro
results/Defects4J_patches/Lang_59/4/StrBuilder.java:271
↓ 1,877 callers
Method
max
Compute the maximum of two values @param a first value @param b second value @return b if a is lesser or equal to b, a otherwise
results/Defects4J_patches/Math_59/4/FastMath.java:3463
↓ 1,854 callers
Method
size
Gets the number of fields in this partial. @return the field count
results/Defects4J_patches/Time_4/2/Partial.java:308
↓ 1,807 callers
Method
min
Compute the minimum of two values @param a first value @param b second value @return a if a is lesser or equal to b, b otherwise
results/Defects4J_patches/Math_59/4/FastMath.java:3427
↓ 1,773 callers
Method
substring
Extracts a portion of this string builder as a string. @param start the start index, inclusive, must be valid @return the new string @throws IndexOu
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1568
↓ 1,683 callers
Method
endStatement
Indicates the end of a statement and a ';' may need to be added. But we don't add it now, in case we're at the end of a block (in which case we don't
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:134
↓ 1,681 callers
Method
add
Returns a {@code Complex} whose value is {@code (this + addend)}. Uses the definitional formula <pre> <code> (a + bi) + (c + di) = (a+c) + (b+d)i
results/Defects4J_patches/Math_5/4/Complex.java:156
↓ 1,655 callers
Method
report
(JSError error)
results/Defects4J_patches/Closure_18/4/Compiler.java:2027
↓ 1,592 callers
Method
isNaN
Checks whether either or both parts of this complex number is {@code NaN}. @return true if either or both parts of this complex number is {@code NaN}
results/Defects4J_patches/Math_5/4/Complex.java:395
↓ 1,576 callers
Method
floor
Get the largest whole number smaller than x. @param x number from which floor is requested @return a double number f such that f is an integer f <= x
results/Defects4J_patches/Math_59/4/FastMath.java:3338
↓ 1,560 callers
Method
precedence
(int type)
results/Defects4J_patches/Closure_86/3/NodeUtil.java:900
↓ 1,469 callers
Method
sqrt
Compute the <a href="http://mathworld.wolfram.com/SquareRoot.html" TARGET="_top"> square root</a> of this complex number. Implements the following alg
results/Defects4J_patches/Math_5/4/Complex.java:944
↓ 1,408 callers
Method
isFunction
Is this a FUNCTION node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1446
↓ 1,382 callers
Method
abs
Return the absolute value of this complex number. Returns {@code NaN} if either real or imaginary part is {@code NaN} and {@code Double.POSITIVE_INFIN
results/Defects4J_patches/Math_5/4/Complex.java:115
↓ 1,358 callers
Method
reportCodeChange
All passes should call reportCodeChange() when they alter the JS tree structure. This is verified by CompilerTestCase. This allows us to optimize to a
results/Defects4J_patches/Closure_18/4/Compiler.java:1944
↓ 1,321 callers
Method
append
Appends the given string to the text buffer.
results/Defects4J_patches/Closure_18/4/Compiler.java:1785
↓ 1,301 callers
Method
indexOf
Searches the string builder to find the first reference to the specified char. @param ch the character to find @return the first index of the charac
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1713
↓ 1,290 callers
Method
addOp
(String op, boolean binOp)
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:203
↓ 1,215 callers
Method
equals
Checks the contents of this builder against another to see if they contain the same character content. @param other the object to check, null return
results/Defects4J_patches/Lang_59/4/StrBuilder.java:2101
↓ 1,189 callers
Method
abs
Absolute value. @param x number from which absolute value is requested @return abs(x)
results/Defects4J_patches/Math_59/4/FastMath.java:3237
↓ 996 callers
Method
isName
Is this a NAME node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1098
↓ 982 callers
Method
getEntry
Get an entry of the tableau. @param row row index @param column column index @return entry at (row, column)
results/Defects4J_patches/Math_33/4/SimplexTableau.java:481
↓ 820 callers
Method
getInputId
@param n The node. @return The InputId property on the node or its ancestors.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2868
↓ 792 callers
Method
add
(String str)
results/Defects4J_patches/Closure_123/4/CodeGenerator.java:95
↓ 765 callers
Method
beginBlock
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:100
↓ 765 callers
Method
endBlock
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:111
↓ 626 callers
Method
getClass
Returns the class represented by <code>className</code> using the <code>classLoader</code>. This implementation supports names like "<code>java.lang.
results/Defects4J_patches/Lang_33/6/ClassUtils.java:752
↓ 623 callers
Method
ceil
Get the smallest whole number larger than x. @param x number from which ceil is requested @return a double number c such that c is an integer c - 1.0
results/Defects4J_patches/Math_59/4/FastMath.java:3365
↓ 612 callers
Method
addNumber
(double x)
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:233
↓ 612 callers
Method
listSeparator
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:123
↓ 594 callers
Method
contains
A {@link UnionType} contains a given type (alternate) iff the member vector contains it. Since the {@link #equals} method above conforms to the neces
results/Defects4J_patches/Closure_104/2/UnionType.java:344
↓ 583 callers
Method
getCodingConvention
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1951
↓ 577 callers
Method
isVar
Is this a VAR node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1112
↓ 573 callers
Method
isGetProp
Is this a GETPROP node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1091
↓ 569 callers
Method
getJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/33/TypeCheck.java:2037
↓ 558 callers
Method
isInfinite
Checks whether either the real or imaginary part of this complex number takes an infinite value (either {@code Double.POSITIVE_INFINITY} or {@code Dou
results/Defects4J_patches/Math_5/4/Complex.java:408
↓ 531 callers
Method
clone
Returns a clone of the time series. <P> Notes: <ul> <li>no need to clone the domain and range descriptions, since String object is immutable;</l
results/Defects4J_patches/Chart_9/31/TimeSeries.java:858
↓ 461 callers
Method
equal
Tests two shapes for equality. If both shapes are <code>null</code>, this method will return <code>true</code>. <p> In the current implementation, th
results/Defects4J_patches/Chart_11/4/ShapeUtilities.java:127
↓ 459 callers
Method
breakAfterBlockFor
@return Whether the a line break can be added after the specified BLOCK.
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:286
↓ 457 callers
Method
log
Natural logarithm. @param x a double @return log(x)
results/Defects4J_patches/Math_59/4/FastMath.java:1154
↓ 448 callers
Method
isString
Is this a STRING node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1147
↓ 447 callers
Method
isAssign
Is this an ASSIGN node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1166
↓ 436 callers
Method
removeChild
Safely remove children while maintaining a valid node structure.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1779
↓ 433 callers
Method
precedence
(int type)
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1168
↓ 431 callers
Method
getWidth
Get the width of the tableau. @return width of the tableau
results/Defects4J_patches/Math_33/4/SimplexTableau.java:464
↓ 417 callers
Method
isCall
Is this a CALL node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1431
↓ 414 callers
Method
iterator
Returns an iterator over the unmodifiable list of chromosomes. <p>Any call to {@link Iterator#remove()} will result in a {@link UnsupportedOperationEx
results/Defects4J_patches/Math_34/4/ListPopulation.java:208
↓ 399 callers
Method
getSourceName
@param n The node. @return The source name property on the node or its ancestors.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2842
↓ 390 callers
Method
longValue
Gets the fraction as a <tt>long</tt>. This returns the whole number part of the fraction. @return the whole number fraction part
results/Defects4J_patches/Math_27/4/Fraction.java:396
↓ 381 callers
Method
isUnknownType
()
results/Defects4J_patches/Closure_104/2/UnionType.java:250
↓ 371 callers
Method
exp
Exponential function. Computes exp(x), function result is nearly rounded. It will be correctly rounded to the theoretical value for 99.9% of input
results/Defects4J_patches/Math_59/4/FastMath.java:620
↓ 369 callers
Method
isNaN
Returns true if either or both parts of this complex number is NaN; false otherwise @return true if either or both parts of this complex number is N
results/Defects4J_patches/Math_96/2/Complex.java:309
↓ 369 callers
Method
nextAfter
Get the next machine representable number after a number, moving in the direction of another number. <p> If <code>direction</code> is greater than or
results/Defects4J_patches/Math_59/4/FastMath.java:3294
↓ 367 callers
Method
compareTo
Compares this object to another based on size. @param object the object to compare to @return -1 if this is less than <tt>object</tt>, +1 if this is g
results/Defects4J_patches/Math_27/4/Fraction.java:306
↓ 361 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_86/3/NodeUtil.java:1965
↓ 361 callers
Method
removeChild
Safely remove children while maintaining a valid node structure.
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1367
↓ 349 callers
Method
format
<p>Formats a <code>Date</code>, <code>Calendar</code> or <code>Long</code> (milliseconds) object.</p> @param obj the object to format @param toAppen
results/Defects4J_patches/Lang_26/6/FastDateFormat.java:788
↓ 342 callers
Method
sqrt
Compute the square root of a number. @param a number on which evaluation is done @return square root of a
results/Defects4J_patches/Math_59/4/FastMath.java:218
↓ 337 callers
Method
isAssignmentOp
(Node n)
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1014
↓ 333 callers
Method
getHeight
Get the height of the tableau. @return height of the tableau
results/Defects4J_patches/Math_33/4/SimplexTableau.java:472
↓ 330 callers
Method
startsWith
Checks whether this builder starts with the specified string. <p> Note that this method handles null input quietly, unlike String. @param str the st
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1513
↓ 311 callers
Method
setEntry
Set an entry of the tableau. @param row row index @param column column index @param value for the entry
results/Defects4J_patches/Math_33/4/SimplexTableau.java:490
↓ 310 callers
Method
maybeLineBreak
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:87
↓ 306 callers
Method
shouldPreserveExtraBlocks
If the body of a for loop or the then clause of an if statement has a single statement, should it be wrapped in a block? Doing so can help when prett
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:279
↓ 305 callers
Method
getValue
Returns the value at the specified index. @param index index of a value. @return The value (possibly <code>null</code>).
results/Defects4J_patches/Chart_9/31/TimeSeries.java:445
↓ 300 callers
Method
isExpressionNode
(Node n)
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1061
↓ 299 callers
Method
equals
Tests this renderer for equality with another object. @param obj the object. @return <code>true</code> or <code>false</code>.
results/Defects4J_patches/Chart_1/4/AbstractCategoryItemRenderer.java:1469
↓ 296 callers
Method
cos
Cosine function @param x a number @return cos(x)
results/Defects4J_patches/Math_59/4/FastMath.java:2502
↓ 296 callers
Method
sin
Sine function. @param x a number @return sin(x)
results/Defects4J_patches/Math_59/4/FastMath.java:2405
↓ 285 callers
Method
isMatch
Does this partial match the specified instant. <p> A match occurs when all the fields of this partial are the same as the corresponding fields on the
results/Defects4J_patches/Time_4/2/Partial.java:655
↓ 259 callers
Method
exp
Compute the <a href="http://mathworld.wolfram.com/ExponentialFunction.html" TARGET="_top"> exponential function</a> of this complex number. <p> Implem
results/Defects4J_patches/Math_96/2/Complex.java:574
↓ 252 callers
Method
restrictByNotNullOrUndefined
()
results/Defects4J_patches/Closure_104/2/UnionType.java:209
↓ 250 callers
Method
getValue
Gets the value of the field at the specifed index. @param index the index @return the value @throws IndexOutOfBoundsException if the index is invali
results/Defects4J_patches/Time_4/2/Partial.java:367
↓ 240 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_86/3/NodeUtil.java:1718
↓ 238 callers
Method
multiply
Returns a {@code Complex} whose value is {@code this factor}. Implements preliminary checks for {@code NaN} and infinity followed by the definitional
results/Defects4J_patches/Math_5/4/Complex.java:436
↓ 234 callers
Method
hasFinally
@return Whether a TRY node has a finally block.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2750
↓ 231 callers
Method
contains
Checks, whether the given rectangle1 fully contains rectangle 2 (even if rectangle 2 has a height or width of zero!). @param rect1 the first rectang
results/Defects4J_patches/Chart_11/4/ShapeUtilities.java:560
↓ 225 callers
Method
lastIndexOf
Searches the string builder to find the last reference to the specified char. @param ch the character to find @return the last index of the characte
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1837
↓ 223 callers
Method
visit
(Node node)
results/Defects4J_patches/Closure_10/23/NodeUtil.java:2712
↓ 222 callers
Method
cosh
Compute the hyperbolic cosine of a number. @param x number on which evaluation is done @return hyperbolic cosine of x
results/Defects4J_patches/Math_59/4/FastMath.java:226
↓ 222 callers
Method
sinh
Compute the hyperbolic sine of a number. @param x number on which evaluation is done @return hyperbolic sine of x
results/Defects4J_patches/Math_59/4/FastMath.java:280
↓ 212 callers
Method
pow
Power function. Compute x^y. @param x a double @param y a double @return double
results/Defects4J_patches/Math_59/4/FastMath.java:1448
↓ 210 callers
Method
getInstance
<p>Gets a formatter instance using the default pattern in the default locale.</p> @return a date/time formatter
results/Defects4J_patches/Lang_26/6/FastDateFormat.java:153
↓ 207 callers
Method
add
(String newcode)
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:181
↓ 204 callers
Method
getNumObjectiveFunctions
Get the number of objective functions in this tableau. @return 2 for Phase 1. 1 for Phase 2.
results/Defects4J_patches/Math_33/4/SimplexTableau.java:273
↓ 203 callers
Method
add
Adds a data item to the series and sends a {@link org.jfree.data.general.SeriesChangeEvent} to all registered listeners. @param item the (timeperiod
results/Defects4J_patches/Chart_9/31/TimeSeries.java:477
↓ 202 callers
Method
newName
( CodingConvention convention, String name)
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2349
↓ 200 callers
Method
size
Gets the length of the string builder. <p> This method is the same as {@link #length()} and is provided to match the API of Collections. @return the
results/Defects4J_patches/Lang_59/4/StrBuilder.java:259
↓ 198 callers
Method
log
Compute the <a href="http://mathworld.wolfram.com/NaturalLogarithm.html" TARGET="_top"> natural logarithm</a> of this complex number. Implements the f
results/Defects4J_patches/Math_5/4/Complex.java:783
↓ 192 callers
Method
cos
Compute the <a href="http://mathworld.wolfram.com/Cosine.html" TARGET="_top"> cosine</a> of this complex number. Implements the formula: <pre> <code>
results/Defects4J_patches/Math_5/4/Complex.java:657
↓ 192 callers
Method
getMethod
()
results/Defects4J_patches/Mockito_34/4/InvocationMatcher.java:39
↓ 191 callers
Method
isThis
Is this a THIS node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1461
next →
1–100 of 67,308, ranked by callers