Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.959 | finally_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 246 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java |
2 | 3 | 59 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/ScannerUtil.java |
| ||||
finally { if (oldData != null) { try { oldData.close(); } catch (IOException ioe) { } } if (is != null) { try { is.close(); } catch (IOException ioe) { } } } |
| ||||
finally { if (reader != null) { try { reader.close(); } catch (IOException ioe) { } } if (input != null) { try { input.close(); } catch (IOException ioe) { } } } |
| |||
finally { if ( [[#variable59082440]]!= null) { try { [[#variable59082440]].close(); } catch (IOException ioe) { } } if ( [[#variable590823a0]]!= null) { try { [[#variable590823a0]].close(); } catch (IOException ioe) { } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59082440]] | oldData |
1 | 2 | [[#59082440]] | reader |
2 | 1 | [[#590823a0]] | is |
2 | 2 | [[#590823a0]] | input |