Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.974 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 173 | E:/TSE/Projects-CloneDR/jEdit-4.2/jars/QuickNotepad/QuickNotepad.java |
2 | 4 | 226 | E:/TSE/Projects-CloneDR/jEdit-4.2/jars/QuickNotepad/QuickNotepad.java |
| |||||
catch (IOException ioe) { Log.log(Log.ERROR, QuickNotepad.class , "Could not write notepad text to " + filename); } |
| |||||
catch (IOException ioe) { Log.log(Log.ERROR, QuickNotepad.class , "could not read notepad file " + filename); } |
| |||
catch (IOException ioe) { Log.log(Log.ERROR, QuickNotepad.class , [[#variablec2d7e20]] + filename); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2d7e20]] | "Could not write notepad text to " |
1 | 2 | [[#c2d7e20]] | "could not read notepad file " |