Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 63 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/UrlVFS.java |
2 | 6 | 81 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/UrlVFS.java |
| |||||
catch (MalformedURLException mu) { Log.log(Log.ERROR, this, mu); String[] args = { mu.getMessage() }; VFSManager.error(comp, path, "ioerror.badurl", args); return null; } |
| |||||
catch (MalformedURLException mu) { Log.log(Log.ERROR, this, mu); String[] args = { mu.getMessage() }; VFSManager.error(comp, path, "ioerror.badurl", args); return null; } |
| |||
catch (MalformedURLException mu) { Log.log(Log.ERROR, this, mu); String[] args = { mu.getMessage() }; VFSManager.error(comp, path, "ioerror.badurl", args); return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |