Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1346 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ResourceImpl.java |
2 | 11 | 1447 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ResourceImpl.java |
| |||||
if (cipher != null) { try { cipher.finish(outputStream); } catch (Exception e) { throw new IOWrappedException(e); } } |
| |||||
if (cipher != null) { try { cipher.finish(inputStream); } catch (Exception e) { throw new IOWrappedException(e); } } |
| |||
if (cipher != null) { try { cipher.finish( [[#variable175ccfe0]]); } catch (Exception e) { throw new IOWrappedException(e); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175ccfe0]] | outputStream |
1 | 2 | [[#175ccfe0]] | inputStream |