CloneSet2256


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2440.961statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122637
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
222642
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
322654
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
422851
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
Clone Instance
1
Line Count
2
Source Line
2637
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                        for (int index = 0, length = superInterfaces.length; index < length; index++) {
                                                typeDecl.internalSuperInterfaces().add(convert(superInterfaces[index]));
                                        }


Clone Instance
2
Line Count
2
Source Line
2642
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                        for (int index = 0, length = superInterfaces.length; index < length; index++) {
                                                typeDecl.superInterfaceTypes().add(convertType(superInterfaces[index]));
                                        }


Clone Instance
3
Line Count
2
Source Line
2654
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                        for (int index = 0, length = typeParameters.length; index < length; index++) {
                                                typeDecl.typeParameters().add(convert(typeParameters[index]));
                                        }


Clone Instance
4
Line Count
2
Source Line
2851
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                        for (int index = 0, length = superInterfaces.length; index < length; index++) {
                                enumDeclaration2.superInterfaceTypes().add(convertType(superInterfaces[index]));
                        }


Clone AbstractionParameter Count: 4Parameter Bindings

for (int index = 0, length = [[#variable98ebb020]].length; index < length; index++) {
   [[#variable98ebafc0]]. [[#variable98ebaf60]]().add( [[#variable98ebaf00]]( [[#variable98ebb020]][index]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#98ebb020]]
superInterfaces 
12[[#98ebb020]]
typeParameters 
13[[#98ebb020]]
superInterfaces 
14[[#98ebb020]]
superInterfaces 
21[[#98ebafc0]]
enumDeclaration2 
22[[#98ebafc0]]
typeDecl 
23[[#98ebafc0]]
typeDecl 
24[[#98ebafc0]]
typeDecl 
31[[#98ebaf60]]
superInterfaceTypes 
32[[#98ebaf60]]
typeParameters 
33[[#98ebaf60]]
superInterfaceTypes 
34[[#98ebaf60]]
internalSuperInterfaces 
41[[#98ebaf00]]
convertType 
42[[#98ebaf00]]
convert 
43[[#98ebaf00]]
convertType 
44[[#98ebaf00]]
convert