CloneSet759


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4301.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14225
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java
24267
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java
34392
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
225
Source File
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));


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

// The entry name to be matched.
//
String entry = URI.decode(nextArchiveSeparator < 0 ? urlString.substring(archiveSeparator + 2): urlString.substring(archiveSeparator + 2, nextArchiveSeparator));


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

// 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));


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None