Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.968 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 132 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ArchiveURIHandlerImpl.java |
2 | 10 | 144 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ArchiveURIHandlerImpl.java |
| |||||
@Override protected InputStream yield(ZipEntry zipEntry, InputStream inputStream) throws IOException { this.zipEntry = zipEntry; Map<Object, Object> response = getResponse(options); if (response != null) { response.put(URIConverter.RESPONSE_TIME_STAMP_PROPERTY, zipEntry.getTime()); } return super.yield(zipEntry, inputStream); } |
| |||||
@Override protected OutputStream yield(ZipEntry zipEntry, OutputStream outputStream) throws IOException { this.zipEntry = zipEntry; Map<Object, Object> response = getResponse(options); if (response != null) { response.put(URIConverter.RESPONSE_TIME_STAMP_PROPERTY, zipEntry.getTime()); } return super.yield(zipEntry, outputStream); } |
| |||
@Override protected [[#variable17297d60]] yield(ZipEntry zipEntry, [[#variable17297d60]] [[#variable17297d00]]) throws IOException { this.zipEntry = zipEntry; Map<Object, Object> response = getResponse(options); if (response != null) { response.put(URIConverter.RESPONSE_TIME_STAMP_PROPERTY, zipEntry.getTime()); } return super.yield(zipEntry, [[#variable17297d00]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17297d60]] | InputStream |
1 | 2 | [[#17297d60]] | OutputStream |
2 | 1 | [[#17297d00]] | inputStream |
2 | 2 | [[#17297d00]] | outputStream |