Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 368 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultCommentMapper.java |
2 | 2 | 410 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultCommentMapper.java |
3 | 2 | 498 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultCommentMapper.java |
| ||||
this.leadingNodes = new ASTNode[STORAGE_INCREMENT]; this.leadingIndexes = new long[STORAGE_INCREMENT]; |
| ||||
this.trailingNodes = new ASTNode[STORAGE_INCREMENT]; this.trailingIndexes = new long[STORAGE_INCREMENT]; |
| ||||
this.trailingNodes = new ASTNode[STORAGE_INCREMENT]; this.trailingIndexes = new long[STORAGE_INCREMENT]; |
| |||
this. [[#variable61339160]]= new ASTNode[STORAGE_INCREMENT]; this. [[#variable61339680]]= new long[STORAGE_INCREMENT]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61339160]] | trailingNodes |
1 | 2 | [[#61339160]] | leadingNodes |
1 | 3 | [[#61339160]] | trailingNodes |
2 | 1 | [[#61339680]] | trailingIndexes |
2 | 2 | [[#61339680]] | leadingIndexes |
2 | 3 | [[#61339680]] | trailingIndexes |