CloneSet4766


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.993statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14382
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java
24472
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java
Clone Instance
1
Line Count
4
Source Line
382
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java

                        ITypeBinding curr = typeParams[i];
                        TypeParameter newTypeParam = ast.newTypeParameter();
                        newTypeParam.setName(ast.newSimpleName(curr.getName()));
                        ITypeBinding[] typeBounds = curr.getTypeBounds();


Clone Instance
2
Line Count
4
Source Line
472
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java

                        ITypeBinding curr = typeParams[index];
                        TypeParameter newTypeParam = ast.newTypeParameter();
                        newTypeParam.setName(ast.newSimpleName(curr.getName()));
                        ITypeBinding[] typeBounds = curr.getTypeBounds();


Clone AbstractionParameter Count: 1Parameter Bindings

ITypeBinding curr = typeParams[ [[#variableb1973580]]];
TypeParameter newTypeParam = ast.newTypeParameter();
newTypeParam.setName(ast.newSimpleName(curr.getName()));
ITypeBinding[] typeBounds = curr.getTypeBounds();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1973580]]
i 
12[[#b1973580]]
index