Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.961 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 658 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ImportRewrite.java |
2 | 3 | 749 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java |
| ||||
{ Type elementType = addImport(normalizedBinding.getElementType(), ast, context); return ast.newArrayType(elementType, normalizedBinding.getDimensions()); } |
| ||||
{ Type elementType = typeNodeForTypeBinding(argType.getElementType(), extraDims, ast); return ast.newArrayType(elementType, argType.getDimensions()); } |
| |||
{ Type elementType = [[#variable96583b40]]( [[#variable96583ac0]].getElementType(), [[#variable96582f80]], [[#variable96583a60]]); return ast.newArrayType(elementType, [[#variable96583ac0]].getDimensions()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96583b40]] | addImport |
1 | 2 | [[#96583b40]] | typeNodeForTypeBinding |
2 | 1 | [[#96583ac0]] | normalizedBinding |
2 | 2 | [[#96583ac0]] | argType |
3 | 1 | [[#96582f80]] | ast |
3 | 2 | [[#96582f80]] | extraDims |
4 | 1 | [[#96583a60]] | context |
4 | 2 | [[#96583a60]] | ast |