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.962 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 340 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/UndoManager.java |
2 | 6 | 368 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/UndoManager.java |
| |||||
//{{{ redo() method int redo() { mgr.buffer.insert(offset, str); if (mgr.redoClearDirty == this ) mgr.buffer.setDirty(false); return offset + length; } //}}} |
| |||||
//{{{ undo() method int undo() { mgr.buffer.insert(offset, str); if (mgr.undoClearDirty == this ) mgr.buffer.setDirty(false); return offset + length; } //}}} |
| |||
//{{{ undo() method //{{{ redo() method int [[#variablee21f980]]() { mgr.buffer.insert(offset, str); if (mgr. [[#variablee21f860]]== this ) mgr.buffer.setDirty(false); return offset + length; } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e21f980]] | redo |
1 | 2 | [[#e21f980]] | undo |
2 | 1 | [[#e21f860]] | redoClearDirty |
2 | 2 | [[#e21f860]] | undoClearDirty |