CloneSet4384


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1430.962statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161386
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
26854
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
31896
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
41942
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
Clone Instance
1
Line Count
6
Source Line
1386
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

                        System.arraycopy(
                                identifierPositionStack, 
                                localIdentifierPtr + 1, 
                                positions, 
                                0, 
                                length  );


Clone Instance
2
Line Count
6
Source Line
854
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                        System.arraycopy(
                                identifierPositionStack, 
                                identifierPtr + 1, 
                                positions, 
                                0, 
                                length  );


Clone Instance
3
Line Count
1
Source Line
896
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                System.arraycopy(identifierStack, identifierPtr + 1, tokens, 0, length);


Clone Instance
4
Line Count
1
Source Line
942
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(identifierStack, identifierPtr + 1, tokens, 0, length);


Clone AbstractionParameter Count: 3Parameter Bindings

System.arraycopy( [[#variable9ceeea60]],  [[#variable9ceeef60]] + 1,  [[#variable9ceeefe0]], 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9ceeea60]]
identifierStack 
12[[#9ceeea60]]
identifierPositionStack 
13[[#9ceeea60]]
identifierPositionStack 
14[[#9ceeea60]]
identifierStack 
21[[#9ceeef60]]
identifierPtr 
22[[#9ceeef60]]
identifierPtr 
23[[#9ceeef60]]
localIdentifierPtr 
24[[#9ceeef60]]
identifierPtr 
31[[#9ceeefe0]]
tokens 
32[[#9ceeefe0]]
positions 
33[[#9ceeefe0]]
positions 
34[[#9ceeefe0]]
tokens