Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.969 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 208 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java |
2 | 6 | 373 | 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; |
| |||||
// 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; |
| |||
// The cutoff point to the next archive. // int archiveSeparator = urlString.indexOf(nestedURL) + nestedURL.length(); int nextArchiveSeparator = urlString.indexOf("!/", archiveSeparator + 2); [[#variable1749a420]] [[#variable17499dc0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1749a420]] | // Construct the input stream in a special efficient way for case of a file scheme. // InputStream |
1 | 2 | [[#1749a420]] | // The most deeply nested output stream that will be returned wrapped as the result. // ZipOutputStream |
2 | 1 | [[#17499dc0]] | inputStream |
2 | 2 | [[#17499dc0]] | zipOutputStream |