Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.994 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 244 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java |
2 | 4 | 562 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java |
| ||||
String[][] paths = getBootpathExt(configuration); String[] pre = paths[0]; String[] main = paths[1]; String[] app = paths[2]; |
| ||||
String[][] paths = getBootpathExt(configuration); String[] pre = paths[0]; String[] boot = paths[1]; String[] app = paths[2]; |
| |||
String[][] paths = getBootpathExt(configuration); String[] pre = paths[0]; String[] [[#variable61a99800]]= paths[1]; String[] app = paths[2]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61a99800]] | main |
1 | 2 | [[#61a99800]] | boot |