Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 2 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 1291 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ResourceImpl.java |
2 | 15 | 1429 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ResourceImpl.java |
| |||||
URIConverter.Cipher cipher = options != null ? (URIConverter.Cipher) options.get(Resource.OPTION_CIPHER): null; if (cipher != null) { try { outputStream = cipher.encrypt(outputStream); } catch (Exception e) { throw new IOWrappedException(e); } } |
| |||||
URIConverter.Cipher cipher = options != null ? (URIConverter.Cipher) options.get(Resource.OPTION_CIPHER): null; if (cipher != null) { try { inputStream = cipher.decrypt(inputStream); } catch (Exception e) { throw new IOWrappedException(e); } } |
| |||
URIConverter.Cipher cipher = options != null ? (URIConverter.Cipher) options.get(Resource.OPTION_CIPHER): null; if (cipher != null) { try { [[#variable173ae660]]= cipher. [[#variable173a09e0]]( [[#variable173ae660]]); } catch (Exception e) { throw new IOWrappedException(e); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173ae660]] | outputStream |
1 | 2 | [[#173ae660]] | inputStream |
2 | 1 | [[#173a09e0]] | encrypt |
2 | 2 | [[#173a09e0]] | decrypt |