Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 3 | 0.969 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 72 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/JavaAppletLaunchShortcut.java |
2 | 16 | 104 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/JavaApplicationLaunchShortcut.java |
| ||||
/* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getTypeSelectionTitle() */ protected String getTypeSelectionTitle() { return LauncherMessages.JavaAppletLaunchShortcut_0; } /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getEditorEmptyMessage() */ protected String getEditorEmptyMessage() { return LauncherMessages.JavaAppletLaunchShortcut_1; } /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getSelectionEmptyMessage() */ protected String getSelectionEmptyMessage() { return LauncherMessages.JavaAppletLaunchShortcut_2; } |
| ||||
/* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getTypeSelectionTitle() */ protected String getTypeSelectionTitle() { return LauncherMessages.JavaApplicationLaunchShortcut_0; } /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getEditorEmptyMessage() */ protected String getEditorEmptyMessage() { return LauncherMessages.JavaApplicationLaunchShortcut_1; } /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getSelectionEmptyMessage() */ protected String getSelectionEmptyMessage() { return LauncherMessages.JavaApplicationLaunchShortcut_2; } |
| |||
/* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getTypeSelectionTitle() */ protected String getTypeSelectionTitle() { return LauncherMessages. [[#variable59968260]]; } /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getEditorEmptyMessage() */ protected String getEditorEmptyMessage() { return LauncherMessages. [[#variable59968240]]; } /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchShortcut#getSelectionEmptyMessage() */ protected String getSelectionEmptyMessage() { return LauncherMessages. [[#variable59c0f9c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59968260]] | JavaAppletLaunchShortcut_0 |
1 | 2 | [[#59968260]] | JavaApplicationLaunchShortcut_0 |
2 | 1 | [[#59968240]] | JavaAppletLaunchShortcut_1 |
2 | 2 | [[#59968240]] | JavaApplicationLaunchShortcut_1 |
3 | 1 | [[#59c0f9c0]] | JavaAppletLaunchShortcut_2 |
3 | 2 | [[#59c0f9c0]] | JavaApplicationLaunchShortcut_2 |