CloneSet983


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.969statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16208
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java
26373
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
208
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java

// The cutoff point to the next archive.
//
int archiveSeparator = urlString.indexOf(nestedURL) + nestedURL.length();
int nextArchiveSeparator = urlString.indexOf("!/", archiveSeparator + 2);
// Construct the input stream in a special efficient way for case of a file scheme.
//
InputStream inputStream;


First
Previous
Clone Instance
2
Line Count
6
Source Line
373
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java

// The cutoff point to the next archive.
//
int archiveSeparator = urlString.indexOf(nestedURL) + nestedURL.length();
int nextArchiveSeparator = urlString.indexOf("!/", archiveSeparator + 2);
// The most deeply nested output stream that will be returned wrapped as the result.
//
ZipOutputStream zipOutputStream;


Clone AbstractionParameter Count: 2Parameter Bindings

// The cutoff point to the next archive.
//
int archiveSeparator = urlString.indexOf(nestedURL) + nestedURL.length();
int nextArchiveSeparator = urlString.indexOf("!/", archiveSeparator + 2);
 [[#variable1749a420]]  [[#variable17499dc0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1749a420]]
// Construct the input stream in a special efficient way for case of a file scheme.
//
InputStream 
12[[#1749a420]]
// The most deeply nested output stream that will be returned wrapped as the result.
//
ZipOutputStream 
21[[#17499dc0]]
inputStream 
22[[#17499dc0]]
zipOutputStream