Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.967 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 307 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Abbrevs.java |
2 | 4 | 357 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Abbrevs.java |
| |||||
catch (Exception e) { Log.log(Log.ERROR, Abbrevs.class , "Error while saving " + file1); Log.log(Log.ERROR, Abbrevs.class , e); } |
| |||||
catch (Exception e) { Log.log(Log.ERROR, Abbrevs.class , "Error while loading " + file); Log.log(Log.ERROR, Abbrevs.class , e); } |
| |||
catch (Exception e) { Log.log(Log.ERROR, Abbrevs.class , [[#variablee20f640]] + [[#variablee20f580]]); Log.log(Log.ERROR, Abbrevs.class , e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e20f640]] | "Error while saving " |
1 | 2 | [[#e20f640]] | "Error while loading " |
2 | 1 | [[#e20f580]] | file1 |
2 | 2 | [[#e20f580]] | file |