Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1686 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
2 | 4 | 175 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
int dimensions = 1; // always include this array type while (t.isArrayType()) { dimensions++; t = (Type) getOriginalValue(t, ArrayType.COMPONENT_TYPE_PROPERTY); } |
| ||||
int dimensions = 1; // always include this array type while (elementType.isArrayType()) { dimensions++; elementType = (Type) getChildNode(elementType, ArrayType.COMPONENT_TYPE_PROPERTY); } |
| |||
int dimensions = 1; // always include this array type while ( [[#variable55976300]].isArrayType()) { dimensions++; [[#variable55976300]]= (Type) [[#variable55783c00]]( [[#variable55976300]], ArrayType.COMPONENT_TYPE_PROPERTY); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55976300]] | elementType |
1 | 2 | [[#55976300]] | t |
2 | 1 | [[#55783c00]] | getChildNode |
2 | 2 | [[#55783c00]] | getOriginalValue |