Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 314 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java |
2 | 5 | 335 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java |
| ||||
IRuntimeClasspathEntry[] bootEntriesPrep = JavaRuntime .resolveRuntimeClasspath( (IRuntimeClasspathEntry[]) bootEntriesPrepend .toArray(new IRuntimeClasspathEntry[bootEntriesPrepend .size() ]), configuration); |
| ||||
IRuntimeClasspathEntry[] bootEntriesApp = JavaRuntime .resolveRuntimeClasspath( (IRuntimeClasspathEntry[]) bootEntriesAppend .toArray(new IRuntimeClasspathEntry[bootEntriesAppend .size() ]), configuration); |
| |||
IRuntimeClasspathEntry[] [[#variable55417a20]]= JavaRuntime.resolveRuntimeClasspath((IRuntimeClasspathEntry[]) [[#variable55417a00]].toArray(new IRuntimeClasspathEntry[ [[#variable55417a00]].size()]), configuration); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55417a20]] | bootEntriesApp |
1 | 2 | [[#55417a20]] | bootEntriesPrep |
2 | 1 | [[#55417a00]] | bootEntriesAppend |
2 | 2 | [[#55417a00]] | bootEntriesPrepend |