CloneSet739


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5630.977statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
159933
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
259939
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
359946
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
459952
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
559960
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
659966
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
5
Source Line
9933
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        s = s + "identifierLengthStack : int[" + (this.identifierLengthPtr + 1) + "] = {"; //$NON-NLS-1$ //$NON-NLS-2$
        for (int i = 0; i <= this.identifierLengthPtr; i++) {
                s = s + this.identifierLengthStack[i] + ","; //$NON-NLS-1$
        }
        s = s + "}\n"; //$NON-NLS-1$


Clone Instance
2
Line Count
5
Source Line
9939
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        s = s + "astLengthStack : int[" + (this.astLengthPtr + 1) + "] = {"; //$NON-NLS-1$ //$NON-NLS-2$
        for (int i = 0; i <= this.astLengthPtr; i++) {
                s = s + this.astLengthStack[i] + ","; //$NON-NLS-1$
        }
        s = s + "}\n"; //$NON-NLS-1$


Clone Instance
3
Line Count
5
Source Line
9946
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        s = s + "intStack : int[" + (this.intPtr + 1) + "] = {"; //$NON-NLS-1$ //$NON-NLS-2$
        for (int i = 0; i <= this.intPtr; i++) {
                s = s + this.intStack[i] + ","; //$NON-NLS-1$
        }
        s = s + "}\n"; //$NON-NLS-1$


Clone Instance
4
Line Count
5
Source Line
9952
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        s = s + "expressionLengthStack : int[" + (this.expressionLengthPtr + 1) + "] = {"; //$NON-NLS-1$ //$NON-NLS-2$
        for (int i = 0; i <= this.expressionLengthPtr; i++) {
                s = s + this.expressionLengthStack[i] + ","; //$NON-NLS-1$
        }
        s = s + "}\n"; //$NON-NLS-1$


Clone Instance
5
Line Count
5
Source Line
9960
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        s = s + "genericsIdentifiersLengthStack : int[" + (this.genericsIdentifiersLengthPtr + 1) + "] = {"; //$NON-NLS-1$ //$NON-NLS-2$
        for (int i = 0; i <= this.genericsIdentifiersLengthPtr; i++) {
                s = s + this.genericsIdentifiersLengthStack[i] + ","; //$NON-NLS-1$
        }
        s = s + "}\n"; //$NON-NLS-1$


Clone Instance
6
Line Count
5
Source Line
9966
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        s = s + "genericsLengthStack : int[" + (this.genericsLengthPtr + 1) + "] = {"; //$NON-NLS-1$ //$NON-NLS-2$
        for (int i = 0; i <= this.genericsLengthPtr; i++) {
                s = s + this.genericsLengthStack[i] + ","; //$NON-NLS-1$
        }
        s = s + "}\n"; //$NON-NLS-1$


Clone AbstractionParameter Count: 3Parameter Bindings

s = s +  [[#variablebd3cb1a0]] + (this. [[#variableb37f83e0]] + 1) + "] = {"; //$NON-NLS-1$ //$NON-NLS-2$
for (int i = 0; i <= this. [[#variableb37f83e0]]; i++) {
  s = s + this. [[#variablebd3cb1e0]][i] + ","; //$NON-NLS-1$
}
s = s + "}\n"; //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bd3cb1a0]]
"identifierLengthStack : int[" 
12[[#bd3cb1a0]]
"astLengthStack : int[" 
13[[#bd3cb1a0]]
"intStack : int[" 
14[[#bd3cb1a0]]
"expressionLengthStack : int[" 
15[[#bd3cb1a0]]
"genericsIdentifiersLengthStack : int[" 
16[[#bd3cb1a0]]
"genericsLengthStack : int[" 
21[[#b37f83e0]]
identifierLengthPtr 
22[[#b37f83e0]]
astLengthPtr 
23[[#b37f83e0]]
intPtr 
24[[#b37f83e0]]
expressionLengthPtr 
25[[#b37f83e0]]
genericsIdentifiersLengthPtr 
26[[#b37f83e0]]
genericsLengthPtr 
31[[#bd3cb1e0]]
identifierLengthStack 
32[[#bd3cb1e0]]
astLengthStack 
33[[#bd3cb1e0]]
intStack 
34[[#bd3cb1e0]]
expressionLengthStack 
35[[#bd3cb1e0]]
genericsIdentifiersLengthStack 
36[[#bd3cb1e0]]
genericsLengthStack