Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.959 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 316 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/BasicCommandStack.java |
2 | 6 | 326 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/BasicCommandStack.java |
| |||||
{ for (int i = top; i > saveIndex; --i) { if ( !(commandList.get(i) instanceof AbstractCommand.NonDirtying)) { return true; } } } |
| |||||
{ for (int i = saveIndex; i > top; --i) { if ( !(commandList.get(i) instanceof AbstractCommand.NonDirtying)) { return true; } } } |
| |||
{ for (int i = [[#variable1756aca0]]; i > [[#variable1756abe0]]; --i) { if ( !(commandList.get(i) instanceof AbstractCommand.NonDirtying)) { return true; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1756aca0]] | top |
1 | 2 | [[#1756aca0]] | saveIndex |
2 | 1 | [[#1756abe0]] | saveIndex |
2 | 2 | [[#1756abe0]] | top |