CloneSet6547


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.973class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12166
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java
22485
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java
32496
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java
Clone Instance
1
Line Count
2
Source Line
166
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java

        /**
         * Sets the three image descriptors for enabled, disabled, and hovered to an action. The actions
         * are retrieved from the *lcl16 folders.
         * 
         * @param action the action
         * @param iconName the icon name
         */
        public static void setLocalImageDescriptors(IAction action, String iconName) {
                setImageDescriptors(action, "lcl16", iconName); //$NON-NLS-1$
        }


Clone Instance
2
Line Count
2
Source Line
485
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java

        /**
         * Sets the three image descriptors for enabled, disabled, and hovered to an action. The actions
         * are retrieved from the *tool16 folders.
         * 
         * @param action        the action
         * @param iconName      the icon name
         */
        public static void setToolImageDescriptors(IAction action, String iconName) {
                setImageDescriptors(action, "tool16", iconName); //$NON-NLS-1$
        }


Clone Instance
3
Line Count
2
Source Line
496
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java

        /**
         * Sets the three image descriptors for enabled, disabled, and hovered to an action. The actions
         * are retrieved from the *lcl16 folders.
         * 
         * @param action        the action
         * @param iconName      the icon name
         */
        public static void setLocalImageDescriptors(IAction action, String iconName) {
                setImageDescriptors(action, "lcl16", iconName); //$NON-NLS-1$
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Sets the three image descriptors for enabled, disabled, and hovered to an action. The actions
         * are retrieved from the *lcl16 folders.
         * 
         * @param action        the action
         * @param iconName      the icon name
         */
/**
         * Sets the three image descriptors for enabled, disabled, and hovered to an action. The actions
         * are retrieved from the *tool16 folders.
         * 
         * @param action        the action
         * @param iconName      the icon name
         */
/**
         * Sets the three image descriptors for enabled, disabled, and hovered to an action. The actions
         * are retrieved from the *lcl16 folders.
         * 
         * @param action the action
         * @param iconName the icon name
         */
public static void [[#variable6207c920]](IAction action, String iconName) {
  setImageDescriptors(action,  [[#variable6207c8a0]], iconName); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6207c920]]
setLocalImageDescriptors 
12[[#6207c920]]
setToolImageDescriptors 
13[[#6207c920]]
setLocalImageDescriptors 
21[[#6207c8a0]]
"lcl16" 
22[[#6207c8a0]]
"tool16" 
23[[#6207c8a0]]
"lcl16"