Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.974 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1530 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 2 | 1546 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
int dimension = typeBinding.getDimensions(); String signature = getTypeSignature(typeBinding.getElementType()); |
| ||||
int dimension = arrayTypeBinding.getDimensions(); String signature = getTypeSignature(arrayTypeBinding.getElementType()); |
| |||
int dimension = [[#variableba730100]].getDimensions(); String signature = getTypeSignature( [[#variableba730100]].getElementType()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba730100]] | arrayTypeBinding |
1 | 2 | [[#ba730100]] | typeBinding |