Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.950 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 50 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ArchiveURIHandlerImpl.java |
2 | 4 | 56 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ArchiveURIHandlerImpl.java |
| |||||
@Override public OutputStream createOutputStream(URI uri, Map<? , ? > options) throws IOException { return createArchive(uri, options).getOutputStream(); } |
| |||||
@Override public InputStream createInputStream(URI uri, Map<? , ? > options) throws IOException { return createArchive(uri, options).getInputStream(); } |
| |||
@Override public [[#variable174dfa60]] [[#variable174df9e0]](URI uri, Map<? , ? > options) throws IOException { return createArchive(uri, options). [[#variable174df940]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174dfa60]] | OutputStream |
1 | 2 | [[#174dfa60]] | InputStream |
2 | 1 | [[#174df9e0]] | createOutputStream |
2 | 2 | [[#174df9e0]] | createInputStream |
3 | 1 | [[#174df940]] | getOutputStream |
3 | 2 | [[#174df940]] | getInputStream |