Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.961 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 127 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
2 | 4 | 355 | 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); |
| ||||
TypeBinding[] argumentTypes = inheritedConstructorBinding.parameters; int argumentsLength = argumentTypes.length; //the constructor ConstructorDeclaration constructor = new ConstructorDeclaration(this.compilationResult); |
| |||
TypeBinding[] argumentTypes = [[#variable56561600]].parameters; int argumentsLength = argumentTypes.length; [[#variable565615e0]] [[#variable565a0580]]= new [[#variable565615e0]](this.compilationResult); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56561600]] | methodBinding |
1 | 2 | [[#56561600]] | inheritedConstructorBinding |
2 | 1 | [[#565615e0]] | //the constructor MethodDeclaration |
2 | 2 | [[#565615e0]] | //the constructor ConstructorDeclaration |
3 | 1 | [[#565a0580]] | methodDeclaration |
3 | 2 | [[#565a0580]] | constructor |