Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
24 | 2 | 6 | 0.966 | class_body_declarations[9] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 24 | 22 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java |
2 | 23 | 24 | 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.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; |
| ||||
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; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a9c6ee0]] | "org.eclipse.jdt.internal.ui.javaeditor.ConstructedJavaEditorMessages" |
1 | 2 | [[#9a9c6ee0]] | "org.eclipse.jdt.internal.ui.propertiesfileeditor.ConstructedPropertiesFileEditorMessages" |
2 | 1 | [[#9a9c6e40]] | JavaEditorMessages |
2 | 2 | [[#9a9c6e40]] | PropertiesFileEditorMessages |
3 | 1 | [[#9a9c6de0]] | AddImportOnSelection_label |
3 | 2 | [[#9a9c6de0]] | OpenAction_label |
4 | 1 | [[#9a9c6d80]] | AddImportOnSelection_tooltip |
4 | 2 | [[#9a9c6d80]] | OpenAction_tooltip |
5 | 1 | [[#9a9c6d40]] | AddImportOnSelection_description |
5 | 2 | [[#9a9c6d40]] | OpenAction_select_element |
6 | 1 | [[#9a9c6ca0]] | AddImportOnSelection_error_title |
6 | 2 | [[#9a9c6ca0]] | OpenAction_error_title |