Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 225 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java |
2 | 4 | 267 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java |
3 | 4 | 392 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java |
| |||||
// The name to be used for the entry. // String entry = URI.decode(nextArchiveSeparator < 0 ? urlString.substring(archiveSeparator + 2): urlString.substring(archiveSeparator + 2, nextArchiveSeparator)); |
| |||||
// The entry name to be matched. // String entry = URI.decode(nextArchiveSeparator < 0 ? urlString.substring(archiveSeparator + 2): urlString.substring(archiveSeparator + 2, nextArchiveSeparator)); |
| |||||
// The name that will be used as the archive entry. // String entry = URI.decode(nextArchiveSeparator < 0 ? urlString.substring(archiveSeparator + 2): urlString.substring(archiveSeparator + 2, nextArchiveSeparator)); |
| |||
// The name that will be used as the archive entry. // The entry name to be matched. // The name to be used for the entry. // String entry = URI.decode(nextArchiveSeparator < 0 ? urlString.substring(archiveSeparator + 2): urlString.substring(archiveSeparator + 2, nextArchiveSeparator)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |