Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.978 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 669 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java |
2 | 5 | 810 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java |
3 | 3 | 955 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java |
| |||||
String[] args = { vfs.getFileName(path) }; setStatus(jEdit.getProperty("vfs.status.save", args)); // the entire save operation can be aborted... setAbortable(true); |
| |||||
String[] args = { vfs.getFileName(path) }; setStatus(jEdit.getProperty("vfs.status.autosave", args)); // the entire save operation can be aborted... setAbortable(true); |
| |||||
String[] args = { vfs.getFileName(path) }; setStatus(jEdit.getProperty("vfs.status.load", args)); setAbortable(true); |
| |||
String[] args = { vfs.getFileName(path) }; setStatus(jEdit.getProperty( [[#variableaea2700]], args)); // the entire save operation can be aborted... setAbortable(true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aea2700]] | "vfs.status.save" |
1 | 2 | [[#aea2700]] | "vfs.status.autosave" |
1 | 3 | [[#aea2700]] | "vfs.status.load" |