CloneSet7547


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16230.969class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11672
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/JavaAppletLaunchShortcut.java
216104
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/JavaApplicationLaunchShortcut.java
Clone Instance
1
Line Count
16
Source Line
72
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/JavaAppletLaunchShortcut.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;
        }


Clone Instance
2
Line Count
16
Source Line
104
Source File
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.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;
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/* (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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59968260]]
JavaAppletLaunchShortcut_0 
12[[#59968260]]
JavaApplicationLaunchShortcut_0 
21[[#59968240]]
JavaAppletLaunchShortcut_1 
22[[#59968240]]
JavaApplicationLaunchShortcut_1 
31[[#59c0f9c0]]
JavaAppletLaunchShortcut_2 
32[[#59c0f9c0]]
JavaApplicationLaunchShortcut_2