Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.971 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 530 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java |
2 | 5 | 443 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/pluginmgr/Roster.java |
3 | 4 | 87 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/search/AllBufferSet.java |
| |||||
catch (REException e) { Log.log(Log.ERROR, this, e); return null; } |
| |||||
catch (Exception e) { Log.log(Log.ERROR, this, e); return null; } |
| |||||
catch (Exception e) { Log.log(Log.ERROR, this, e); return null; } |
| |||
catch ( [[#variablee234340]] e) { Log.log(Log.ERROR, this, e); return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e234340]] | REException |
1 | 2 | [[#e234340]] | Exception |
1 | 3 | [[#e234340]] | Exception |