Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.987 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 147 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java |
2 | 2 | 151 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java |
| ||||
if (path != null && path.length() > 0) { sourcePath = new Path(path); } |
| ||||
if (path != null && path.length() > 0) { rootPath = new Path(path); } |
| |||
if (path != null && path.length() > 0) { [[#variable96849800]]= new Path(path); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96849800]] | sourcePath |
1 | 2 | [[#96849800]] | rootPath |