CloneSet3906


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1440.954statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11538
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
21544
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
31545
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
41556
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
1
Source Line
538
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        char[] newLhs = buildFileOfIntFor(prefix + ( ++i) + ".rsc", "lhs", tokens); //$NON-NLS-1$ //$NON-NLS-2$


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

        char[] newTerminalIndex = buildFileOfIntFor(prefix + ( ++i) + ".rsc", "terminal_index", tokens); //$NON-NLS-2$ //$NON-NLS-1$


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

        char[] newNonTerminalIndex = buildFileOfIntFor(prefix + ( ++i) + ".rsc", "non_terminal_index", tokens); //$NON-NLS-1$ //$NON-NLS-2$


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

        byte[] newRhs = buildFileOfByteFor(prefix + ( ++i) + ".rsc", "rhs", tokens); //$NON-NLS-2$ //$NON-NLS-1$


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variablea4304180]][]  [[#variable57fc8ac0]]= [[#variable57fc8b20]](prefix + ( ++i) + ".rsc",  [[#variablea4304140]], tokens); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-2$ //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4304180]]
char 
12[[#a4304180]]
char 
13[[#a4304180]]
char 
14[[#a4304180]]
byte 
21[[#57fc8ac0]]
newLhs 
22[[#57fc8ac0]]
newTerminalIndex 
23[[#57fc8ac0]]
newNonTerminalIndex 
24[[#57fc8ac0]]
newRhs 
31[[#57fc8b20]]
buildFileOfIntFor 
32[[#57fc8b20]]
buildFileOfIntFor 
33[[#57fc8b20]]
buildFileOfIntFor 
34[[#57fc8b20]]
buildFileOfByteFor 
41[[#a4304140]]
"lhs" 
42[[#a4304140]]
"terminal_index" 
43[[#a4304140]]
"non_terminal_index" 
44[[#a4304140]]
"rhs"