Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.963 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 467 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/ActionSet.java |
2 | 6 | 210 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/help/HelpTOCPanel.java |
| |||||
catch (XmlException xe) { int line = xe.getLine(); String message = xe.getMessage(); Log.log(Log.ERROR, this, uri + ":" + line + ": " + message); } |
| |||||
catch (XmlException xe) { int line = xe.getLine(); String message = xe.getMessage(); Log.log(Log.ERROR, this, path + ':' + line + ": " + message); } |
| |||
catch (XmlException xe) { int line = xe.getLine(); String message = xe.getMessage(); Log.log(Log.ERROR, this, [[#variableaec06a0]] + [[#variableaec0e80]] + line + ": " + message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aec06a0]] | uri |
1 | 2 | [[#aec06a0]] | path |
2 | 1 | [[#aec0e80]] | ":" |
2 | 2 | [[#aec0e80]] | ':' |