Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 1 | 0.982 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 5001 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 7 | 5022 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
3 | 7 | 5033 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
4 | 7 | 5043 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
switch (this.ast.apiLevel) { case AST.JLS2_INTERNAL: methodDeclaration.internalSetReturnType(elementType); break; case AST.JLS3: methodDeclaration.setReturnType2(elementType); break; } |
| ||||
switch (this.ast.apiLevel) { case AST.JLS2_INTERNAL: methodDeclaration.internalSetReturnType(subarrayType); break; case AST.JLS3: methodDeclaration.setReturnType2(subarrayType); break; } |
| ||||
switch (this.ast.apiLevel) { case AST.JLS2_INTERNAL: methodDeclaration.internalSetReturnType(type); break; case AST.JLS3: methodDeclaration.setReturnType2(type); break; } |
| ||||
switch (this.ast.apiLevel) { case AST.JLS2_INTERNAL: methodDeclaration.internalSetReturnType(type); break; case AST.JLS3: methodDeclaration.setReturnType2(type); break; } |
| |||
switch (this.ast.apiLevel) { case AST.JLS2_INTERNAL: methodDeclaration.internalSetReturnType( [[#variablea4327b60]]); break; case AST.JLS3: methodDeclaration.setReturnType2( [[#variablea4327b60]]); break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4327b60]] | type |
1 | 2 | [[#a4327b60]] | subarrayType |
1 | 3 | [[#a4327b60]] | elementType |
1 | 4 | [[#a4327b60]] | type |