CloneSet6596


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.991executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16109
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsLabelProvider.java
26104
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElementLabelProvider.java
Clone Instance
1
Line Count
6
Source Line
109
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsLabelProvider.java

                                                                             {
                                if (fResolvedBackground == null) {
                                        Display display = Display.getCurrent();
                                        fResolvedBackground = display.getSystemColor(SWT.COLOR_DARK_BLUE);
                                }
                                return fResolvedBackground;
                                                                             }


Clone Instance
2
Line Count
6
Source Line
104
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElementLabelProvider.java

                                                                          {
                                if (fResolvedBackground == null) {
                                        Display display = Display.getCurrent();
                                        fResolvedBackground = display.getSystemColor(SWT.COLOR_INFO_BACKGROUND);
                                }
                                return fResolvedBackground;
                                                                          }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (fResolvedBackground == null) {
    Display display = Display.getCurrent();
    fResolvedBackground = display.getSystemColor(SWT. [[#variable62c54dc0]]);
  }
  return fResolvedBackground;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62c54dc0]]
COLOR_DARK_BLUE 
12[[#62c54dc0]]
COLOR_INFO_BACKGROUND