Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 3 | 0.976 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 74 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/command/DefaultProcessorTest.java |
2 | 12 | 121 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/command/DefaultProcessorTest.java |
| |||||
assertEquals(2, ((TestCommand) ((OperationItem) processor.operationQueue.get(2)).getOperation()).getId()); assertEquals(5, ((TestCommand) ((OperationItem) processor.operationQueue.get(3)).getOperation()).getId()); assertEquals(4, ((TestCommand) ((OperationItem) processor.operationQueue.get(4)).getOperation()).getId()); |
| |||||
assertEquals(3, ((TestCommand) ((OperationItem) processor.operationQueue.get(2)).getOperation()).getId()); assertEquals(4, ((TestCommand) ((OperationItem) processor.operationQueue.get(3)).getOperation()).getId()); assertEquals(5, ((TestCommand) ((OperationItem) processor.operationQueue.get(4)).getOperation()).getId()); |
| |||
assertEquals( [[#variable13249c20]], ((TestCommand) ((OperationItem) processor.operationQueue.get(2)).getOperation()).getId()); assertEquals( [[#variable13248bc0]], ((TestCommand) ((OperationItem) processor.operationQueue.get(3)).getOperation()).getId()); assertEquals( [[#variable13249be0]], ((TestCommand) ((OperationItem) processor.operationQueue.get(4)).getOperation()).getId()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13249c20]] | 2 |
1 | 2 | [[#13249c20]] | 3 |
2 | 1 | [[#13248bc0]] | 5 |
2 | 2 | [[#13248bc0]] | 4 |
3 | 1 | [[#13249be0]] | 4 |
3 | 2 | [[#13249be0]] | 5 |