Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 251 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BufferHistory.java |
2 | 9 | 480 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Registers.java |
| |||||
if (ok) { /* to avoid data loss, only do this if the above * completed successfully */ file2.delete(); file1.renameTo(file2); } recentModTime = file2.lastModified(); |
| |||||
if (ok) { /* to avoid data loss, only do this if the above * completed successfully */ file2.delete(); file1.renameTo(file2); } registersModTime = file2.lastModified(); |
| |||
if (ok) { /* to avoid data loss, only do this if the above * completed successfully */ file2.delete(); file1.renameTo(file2); } [[#variablec2f89c0]]= file2.lastModified(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2f89c0]] | recentModTime |
1 | 2 | [[#c2f89c0]] | registersModTime |