CloneSet7133


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.961statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14127
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java
24355
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java
Clone Instance
1
Line Count
4
Source Line
127
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java

        TypeBinding[] argumentTypes = methodBinding.parameters;
        int argumentsLength = argumentTypes.length;
        //the constructor
        MethodDeclaration methodDeclaration = new MethodDeclaration(this.compilationResult);


Clone Instance
2
Line Count
4
Source Line
355
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java

        TypeBinding[] argumentTypes = inheritedConstructorBinding.parameters;
        int argumentsLength = argumentTypes.length;
        //the constructor
        ConstructorDeclaration constructor = new ConstructorDeclaration(this.compilationResult);


Clone AbstractionParameter Count: 3Parameter Bindings

TypeBinding[] argumentTypes = [[#variable56561600]].parameters;
int argumentsLength = argumentTypes.length;
 [[#variable565615e0]]  [[#variable565a0580]]= new [[#variable565615e0]](this.compilationResult);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56561600]]
methodBinding 
12[[#56561600]]
inheritedConstructorBinding 
21[[#565615e0]]
//the constructor
MethodDeclaration 
22[[#565615e0]]
//the constructor
ConstructorDeclaration 
31[[#565a0580]]
methodDeclaration 
32[[#565a0580]]
constructor