Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 6 | 0.953 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 73 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaRemoteApplicationLaunchConfigurationDelegate.java |
2 | 7 | 95 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaLaunchDelegate.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); |
| ||||
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); |
| |||
monitor.subTask(LaunchingMessages. [[#variable964ee580]]); // set the default source locator if required setDefaultSourceLocator(launch, configuration); monitor.worked(1); [[#variable964ee4a0]]. [[#variable964ee4c0]]( [[#variable964ee460]], [[#variable96167100]], [[#variable964ee360]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#964ee580]] | JavaRemoteApplicationLaunchConfigurationDelegate_Creating_source_locator____2 |
1 | 2 | [[#964ee580]] | JavaLocalApplicationLaunchConfigurationDelegate_Creating_source_locator____2 |
2 | 1 | [[#964ee4a0]] | // connect to remote VM connector |
2 | 2 | [[#964ee4a0]] | // Launch the configuration - 1 unit of work runner |
3 | 1 | [[#964ee4c0]] | connect |
3 | 2 | [[#964ee4c0]] | run |
4 | 1 | [[#964ee460]] | argMap |
4 | 2 | [[#964ee460]] | runConfig |
5 | 1 | [[#96167100]] | monitor |
5 | 2 | [[#96167100]] | launch |
6 | 1 | [[#964ee360]] | launch |
6 | 2 | [[#964ee360]] | monitor |