CloneSet5641


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7260.953statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1773
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaRemoteApplicationLaunchConfigurationDelegate.java
2795
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaLaunchDelegate.java
Clone Instance
1
Line Count
7
Source Line
73
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaRemoteApplicationLaunchConfigurationDelegate.java

                monitor.subTask(LaunchingMessages.JavaRemoteApplicationLaunchConfigurationDelegate_Creating_source_locator____2);
                // set the default source locator if required
                setDefaultSourceLocator(launch, configuration);
                monitor.worked(1);

                // connect to remote VM
                connector.connect(argMap, monitor, launch);


Clone Instance
2
Line Count
7
Source Line
95
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaLaunchDelegate.java

                monitor.subTask(LaunchingMessages.JavaLocalApplicationLaunchConfigurationDelegate_Creating_source_locator____2);
                // set the default source locator if required
                setDefaultSourceLocator(launch, configuration);
                monitor.worked(1);

                // Launch the configuration - 1 unit of work
                runner.run(runConfig, launch, monitor);


Clone AbstractionParameter Count: 6Parameter Bindings

monitor.subTask(LaunchingMessages. [[#variable964ee580]]);
// set the default source locator if required
setDefaultSourceLocator(launch, configuration);
monitor.worked(1);
 [[#variable964ee4a0]]. [[#variable964ee4c0]]( [[#variable964ee460]],  [[#variable96167100]],  [[#variable964ee360]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#964ee580]]
JavaRemoteApplicationLaunchConfigurationDelegate_Creating_source_locator____2 
12[[#964ee580]]
JavaLocalApplicationLaunchConfigurationDelegate_Creating_source_locator____2 
21[[#964ee4a0]]
// connect to remote VM
connector 
22[[#964ee4a0]]
// Launch the configuration - 1 unit of work
runner 
31[[#964ee4c0]]
connect 
32[[#964ee4c0]]
run 
41[[#964ee460]]
argMap 
42[[#964ee460]]
runConfig 
51[[#96167100]]
monitor 
52[[#96167100]]
launch 
61[[#964ee360]]
launch 
62[[#964ee360]]
monitor