Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 3 | 1 | 0.966 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 270 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java |
2 | 14 | 766 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java |
3 | 14 | 996 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java |
| |||||
catch (WorkThread.Abort a) { if (in != null) { try { in.close(); } catch (IOException io) { } } buffer.setBooleanProperty(ERROR_OCCURRED, true); } |
| |||||
catch (WorkThread.Abort a) { if (out != null) { try { out.close(); } catch (IOException io) { } } buffer.setBooleanProperty(ERROR_OCCURRED, true); } |
| |||||
catch (WorkThread.Abort a) { if (in != null) { try { in.close(); } catch (IOException io) { } } buffer.setBooleanProperty(ERROR_OCCURRED, true); } |
| |||
catch (WorkThread.Abort a) { if ( [[#variable95cabe0]]!= null) { try { [[#variable95cabe0]].close(); } catch (IOException io) { } } buffer.setBooleanProperty(ERROR_OCCURRED, true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95cabe0]] | in |
1 | 2 | [[#95cabe0]] | out |
1 | 3 | [[#95cabe0]] | in |