CloneSet3123


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24260.966class_body_declarations[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12422
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java
22324
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditorMessages.java
Clone Instance
1
Line Count
24
Source Line
22
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java

        private static final String BUNDLE_FOR_CONSTRUCTED_KEYS = "org.eclipse.jdt.internal.ui.javaeditor.ConstructedJavaEditorMessages"; //$NON-NLS-1$

        private static ResourceBundle fgBundleForConstructedKeys = ResourceBundle.getBundle(BUNDLE_FOR_CONSTRUCTED_KEYS);

        /**
         * Returns the message bundle which contains constructed keys.
         *
         * @since 3.1
         * @return the message bundle
         */
        public static ResourceBundle getBundleForConstructedKeys() {
                return fgBundleForConstructedKeys;
        }

        private static final String BUNDLE_NAME = JavaEditorMessages.class .getName();

        private JavaEditorMessages() {
                // Do not instantiate
        }

        public static String AddImportOnSelection_label;

        public static String AddImportOnSelection_tooltip;

        public static String AddImportOnSelection_description;

        public static String AddImportOnSelection_error_title;


Clone Instance
2
Line Count
23
Source Line
24
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditorMessages.java

        private static final String BUNDLE_FOR_CONSTRUCTED_KEYS = "org.eclipse.jdt.internal.ui.propertiesfileeditor.ConstructedPropertiesFileEditorMessages"; //$NON-NLS-1$

        private static ResourceBundle fgBundleForConstructedKeys = ResourceBundle.getBundle(BUNDLE_FOR_CONSTRUCTED_KEYS);

        /**
         * Returns the message bundle which contains constructed keys.
         *
         * @since 3.1
         * @return the message bundle
         */
        public static ResourceBundle getBundleForConstructedKeys() {
                return fgBundleForConstructedKeys;
        }

        private static final String BUNDLE_NAME = PropertiesFileEditorMessages.class .getName();

        private PropertiesFileEditorMessages() {
                // Do not instantiate
        }

        public static String OpenAction_label;

        public static String OpenAction_tooltip;

        public static String OpenAction_select_element;

        public static String OpenAction_error_title;


Clone AbstractionParameter Count: 6Parameter Bindings

private static final String BUNDLE_FOR_CONSTRUCTED_KEYS = [[#variable9a9c6ee0]]; //$NON-NLS-1$

private static ResourceBundle fgBundleForConstructedKeys = ResourceBundle.getBundle(BUNDLE_FOR_CONSTRUCTED_KEYS);

/**
         * Returns the message bundle which contains constructed keys.
         *
         * @since 3.1
         * @return the message bundle
         */
public static ResourceBundle getBundleForConstructedKeys() {
  return fgBundleForConstructedKeys;
}

private static final String BUNDLE_NAME = [[#variable9a9c6e40]].class .getName();

private [[#variable9a9c6e40]]() {
// Do not instantiate
}

public static String  [[#variable9a9c6de0]];

public static String  [[#variable9a9c6d80]];

public static String  [[#variable9a9c6d40]];

public static String  [[#variable9a9c6ca0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9a9c6ee0]]
"org.eclipse.jdt.internal.ui.javaeditor.ConstructedJavaEditorMessages" 
12[[#9a9c6ee0]]
"org.eclipse.jdt.internal.ui.propertiesfileeditor.ConstructedPropertiesFileEditorMessages" 
21[[#9a9c6e40]]
JavaEditorMessages 
22[[#9a9c6e40]]
PropertiesFileEditorMessages 
31[[#9a9c6de0]]
AddImportOnSelection_label 
32[[#9a9c6de0]]
OpenAction_label 
41[[#9a9c6d80]]
AddImportOnSelection_tooltip 
42[[#9a9c6d80]]
OpenAction_tooltip 
51[[#9a9c6d40]]
AddImportOnSelection_description 
52[[#9a9c6d40]]
OpenAction_select_element 
61[[#9a9c6ca0]]
AddImportOnSelection_error_title 
62[[#9a9c6ca0]]
OpenAction_error_title