Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 1 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 62 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/FileURIHandlerImpl.java |
2 | 2 | 103 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/FileURIHandlerImpl.java |
3 | 2 | 117 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/FileURIHandlerImpl.java |
4 | 2 | 125 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/FileURIHandlerImpl.java |
5 | 2 | 134 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/FileURIHandlerImpl.java |
6 | 2 | 166 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/FileURIHandlerImpl.java |
| |||||
String filePath = uri.toFileString(); final File file = new File(filePath); |
| |||||
String filePath = uri.toFileString(); File file = new File(filePath); |
| |||||
String filePath = uri.toFileString(); File file = new File(filePath); |
| |||||
String filePath = uri.toFileString(); File file = new File(filePath); |
| |||||
String filePath = uri.toFileString(); File file = new File(filePath); |
| |||||
String filePath = uri.toFileString(); File file = new File(filePath); |
| |||
String filePath = uri.toFileString(); [[#variable172cc620]]File file = new File(filePath); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#172cc620]] | final |
1 | 2 | [[#172cc620]] | |
1 | 3 | [[#172cc620]] | |
1 | 4 | [[#172cc620]] | |
1 | 5 | [[#172cc620]] | |
1 | 6 | [[#172cc620]] |