Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.958 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 217 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java |
2 | 8 | 226 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java |
| |||||
catch (CharConversionException ch) { Log.log(Log.ERROR, this, ch); Object[] pp = { buffer.getProperty(Buffer.ENCODING), ch.toString() }; VFSManager.error(view, path, "ioerror.encoding-error", pp); buffer.setBooleanProperty(ERROR_OCCURRED, true); } |
| |||||
catch (UnsupportedEncodingException uu) { Log.log(Log.ERROR, this, uu); Object[] pp = { buffer.getProperty(Buffer.ENCODING), uu.toString() }; VFSManager.error(view, path, "ioerror.encoding-error", pp); buffer.setBooleanProperty(ERROR_OCCURRED, true); } |
| |||
catch ( [[#variableaf0cb40]] [[#variablec260920]]) { Log.log(Log.ERROR, this, [[#variablec260920]]); Object[] pp = { buffer.getProperty(Buffer.ENCODING), [[#variablec260920]].toString() }; VFSManager.error(view, path, "ioerror.encoding-error", pp); buffer.setBooleanProperty(ERROR_OCCURRED, true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#af0cb40]] | CharConversionException |
1 | 2 | [[#af0cb40]] | UnsupportedEncodingException |
2 | 1 | [[#c260920]] | ch |
2 | 2 | [[#c260920]] | uu |