Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 5 | 0.950 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 42 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaLaunchDelegate.java |
2 | 5 | 323 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java |
| ||||
monitor.beginTask(MessageFormat.format("{0}...", new String[] { configuration.getName() } ), 3); //$NON-NLS-1$ // check for cancellation if (monitor.isCanceled()) { return; } monitor.subTask(LaunchingMessages.JavaLocalApplicationLaunchConfigurationDelegate_Verifying_launch_attributes____1); |
| ||||
monitor.beginTask(Messages.format("{0}...", new String[] { configuration.getName() } ), 100); //$NON-NLS-1$ if (monitor.isCanceled()) return; monitor.subTask(CorrectionMessages.SerialVersionLaunchConfigurationDelegate_verifying_launch_attributes); |
| |||
monitor.beginTask( [[#variable5669c840]].format("{0}...", new String[] { configuration.getName() } ), [[#variable5669c780]]); //$NON-NLS-1$ // check for cancellation if (monitor.isCanceled()) [[#variable5669c700]] monitor.subTask( [[#variable5669c400]]. [[#variable5669c3e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5669c840]] | MessageFormat |
1 | 2 | [[#5669c840]] | Messages |
2 | 1 | [[#5669c780]] | 3 |
2 | 2 | [[#5669c780]] | 100 |
3 | 1 | [[#5669c700]] | { return; } |
3 | 2 | [[#5669c700]] | return; |
4 | 1 | [[#5669c400]] | LaunchingMessages |
4 | 2 | [[#5669c400]] | CorrectionMessages |
5 | 1 | [[#5669c3e0]] | JavaLocalApplicationLaunchConfigurationDelegate_Verifying_launch_attributes____1 |
5 | 2 | [[#5669c3e0]] | SerialVersionLaunchConfigurationDelegate_verifying_launch_attributes |