| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.958 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1140 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java |
| 2 | 2 | 1147 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java |
| ||||
String parentPath = in.readUTF();
IFile parent = convertPathToIFile(parentPath);
|
| ||||
String childPath = in.readUTF();
IFile child = convertPathToIFile(childPath);
|
| |||
String [[#variableb94a95e0]]= in.readUTF(); IFile [[#variableb94a94e0]]= convertPathToIFile( [[#variableb94a95e0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b94a95e0]] | childPath |
| 1 | 2 | [[#b94a95e0]] | parentPath |
| 2 | 1 | [[#b94a94e0]] | child |
| 2 | 2 | [[#b94a94e0]] | parent |