CloneSet7015


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.971statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15314
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java
25335
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java
Clone Instance
1
Line Count
5
Source Line
314
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java

                IRuntimeClasspathEntry[] bootEntriesPrep = JavaRuntime
                                .resolveRuntimeClasspath(
                                                (IRuntimeClasspathEntry[]) bootEntriesPrepend
                                                                .toArray(new IRuntimeClasspathEntry[bootEntriesPrepend
                                                                                .size()            ]), configuration);


Clone Instance
2
Line Count
5
Source Line
335
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java

                        IRuntimeClasspathEntry[] bootEntriesApp = JavaRuntime
                                        .resolveRuntimeClasspath(
                                                        (IRuntimeClasspathEntry[]) bootEntriesAppend
                                                                        .toArray(new IRuntimeClasspathEntry[bootEntriesAppend
                                                                                        .size()            ]), configuration);


Clone AbstractionParameter Count: 2Parameter Bindings

IRuntimeClasspathEntry[]  [[#variable55417a20]]= JavaRuntime.resolveRuntimeClasspath((IRuntimeClasspathEntry[])  [[#variable55417a00]].toArray(new IRuntimeClasspathEntry[ [[#variable55417a00]].size()]), configuration);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55417a20]]
bootEntriesApp 
12[[#55417a20]]
bootEntriesPrep 
21[[#55417a00]]
bootEntriesAppend 
22[[#55417a00]]
bootEntriesPrepend