MCPcopy Create free account

hub / github.com/ASSERT-KTH/sequencer / functions

Functions67,308 in github.com/ASSERT-KTH/sequencer

↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/6_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/36_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/12_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/27/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/24/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/18_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/4_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/15/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/25/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/34_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/35/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/13/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/10_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/11/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/26_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/1_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/2_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/23/TypeCheck.java:2037
↓ 53 callersMethodisStatementBlock
@return Whether the node is of a type that contain other statements.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1726
↓ 51 callersMethodreplace
Replace the provide statement. If we're providing a name with no definition, then create one. If we're providing a name with a duplicate definition,
results/Defects4J_patches/Closure_113/2/ProcessClosurePrimitives.java:964
↓ 50 callersMethodacos
Compute the <a href="http://mathworld.wolfram.com/InverseCosine.html" TARGET="_top"> inverse cosine</a> of this complex number. Implements the formula
results/Defects4J_patches/Math_5/4/Complex.java:568
↓ 50 callersMethodaddData
Adds the observation (x,y) to the regression data set. <p> Uses updating formulas for means and sums of squares defined in "Algorithms for Computing t
results/Defects4J_patches/Math_105/2/SimpleRegression.java:105
↓ 50 callersMethodgetN
{@inheritDoc}
results/Defects4J_patches/Math_41/4/Variance.java:195
↓ 50 callersMethodgetR
Returns <a href="http://mathworld.wolfram.com/CorrelationCoefficient.html"> Pearson's product moment correlation coefficient</a>, usually denoted r. <
results/Defects4J_patches/Math_105/2/SimpleRegression.java:335
↓ 50 callersMethodgetRhsOffset
Get the offset of the right hand side. @return offset of the right hand side
results/Defects4J_patches/Math_33/4/SimplexTableau.java:515
↓ 49 callersMethodreplace
Replaces a portion of the string builder with another string. The length of the inserted string does not have to match the removed length. @param sta
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1275
↓ 48 callersMethoddivideRow
Subtracts a multiple of one row from another. <p> After application of this operation, the following will hold: minuendRow = minuendRow - multiple s
results/Defects4J_patches/Math_33/4/SimplexTableau.java:438
↓ 48 callersMethodequals
Returns true iff both arguments are NaN or neither is NaN and they are equal @param x first value @param y second value @return true if the values ar
results/Defects4J_patches/Math_94/4/MathUtils.java:287
↓ 48 callersMethodgetSolution
Get the current solution. @return current solution
results/Defects4J_patches/Math_33/4/SimplexTableau.java:396
↓ 48 callersMethodisIdeMode
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1958
↓ 48 callersMethodmatches
(Invocation actual)
results/Defects4J_patches/Mockito_34/4/InvocationMatcher.java:55
↓ 48 callersMethodsubtractRow
Subtracts a multiple of one row from another. <p> After application of this operation, the following will hold: minuendRow = minuendRow - multiple s
results/Defects4J_patches/Math_33/4/SimplexTableau.java:454
↓ 47 callersMethodtoString
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_61/2/StrBuilder.java:2156
↓ 46 callersMethodgetData
Get the tableau data. @return tableau data
results/Defects4J_patches/Math_33/4/SimplexTableau.java:562
↓ 46 callersMethodgetDeterminant
Return the determinant of the matrix @return determinant of the matrix
results/Defects4J_patches/Math_80/33/EigenDecompositionImpl.java:346
↓ 46 callersMethodgetEigenvector
{@inheritDoc}
results/Defects4J_patches/Math_80/33/EigenDecompositionImpl.java:334
↓ 46 callersMethodgetInverse
Get the inverse of the decomposed matrix. @return inverse matrix @throws InvalidMatrixException if decomposed matrix is singular
results/Defects4J_patches/Math_80/33/EigenDecompositionImpl.java:519
↓ 46 callersMethodgetRealEigenvalues
{@inheritDoc}
results/Defects4J_patches/Math_80/33/EigenDecompositionImpl.java:310
↓ 46 callersMethodgetSolver
{@inheritDoc}
results/Defects4J_patches/Math_80/33/EigenDecompositionImpl.java:355
↓ 43 callersMethodcall
()
results/Defects4J_patches/Closure_18/4/Compiler.java:586
↓ 43 callersMethodgetResult
{@inheritDoc}
results/Defects4J_patches/Math_41/4/Variance.java:177
↓ 43 callersMethodincrement
{@inheritDoc} <p>If all values are available, it is more accurate to use {@link #evaluate(double[])} rather than adding values one at a time using thi
results/Defects4J_patches/Math_41/4/Variance.java:167
↓ 43 callersMethodpow
Returns of value of this complex number raised to the power of <code>x</code>. <p> Implements the formula: <pre> <code> y<sup>x</sup> = exp(x&middot;l
results/Defects4J_patches/Math_96/2/Complex.java:638
↓ 42 callersMethodatan
Compute the <a href="http://mathworld.wolfram.com/InverseTangent.html" TARGET="_top"> inverse tangent</a> of this complex number. Implements the formu
results/Defects4J_patches/Math_5/4/Complex.java:616
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/38/StrBuilder.java:181
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/27/StrBuilder.java:181
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/25/StrBuilder.java:181
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/13/StrBuilder.java:181
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_61/31/StrBuilder.java:181
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_61/17/StrBuilder.java:181
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_61/6/StrBuilder.java:181
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_61/47/StrBuilder.java:181
↓ 42 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_61/5/StrBuilder.java:181
↓ 42 callersMethodsin
Compute the <a href="http://mathworld.wolfram.com/Sine.html" TARGET="_top"> sine</a> of this complex number. Implements the formula: <pre> <code> s
results/Defects4J_patches/Math_5/4/Complex.java:861
↓ 42 callersMethodwrite
{@inheritDoc}
results/Defects4J_patches/Lang_61/2/StrBuilder.java:2339
↓ 41 callersMethodgetSourceFile
@param n The node. @return The source name property on the node or its ancestors.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2855
↓ 41 callersMethodhotSwapScript
(Node scriptRoot, Node originalRoot)
results/Defects4J_patches/Closure_113/2/ProcessClosurePrimitives.java:194
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/31/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/14/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/20/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/17_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/16/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/34/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/10_correct/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/32/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/6/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/22/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/26/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/15_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/45/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/29_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/47/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/3/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/46/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/43_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/44/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/5/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/24/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/8/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/30/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/28/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/48/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/7/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/21_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/33_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/35/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/12/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/11/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/37/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/41_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/39/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/42/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/40/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/9/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/1_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/36/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/2_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/19_compiled/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/18/StrBuilder.java:181
↓ 41 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/23/StrBuilder.java:181
← previousnext →201–300 of 67,308, ranked by callers