CloneSet415


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13220.968class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11343
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/ExtendedColorRegistry.java
21343
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/ExtendedFontRegistry.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
43
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/ExtendedColorRegistry.java

protected Display display;

protected HashMap<Collection<? >, Color> table = new HashMap<Collection<? >, Color>(10);

public ExtendedColorRegistry() {
  display = Display.getCurrent();
  hookDisplayDispose(display);
}

public ExtendedColorRegistry(Display display) {
  this.display = display;
  hookDisplayDispose(display);
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
43
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/ExtendedFontRegistry.java

protected Display display;

protected HashMap<Collection<? >, Font> table = new HashMap<Collection<? >, Font>(10);

public ExtendedFontRegistry() {
  display = Display.getCurrent();
  hookDisplayDispose(display);
}

public ExtendedFontRegistry(Display display) {
  this.display = display;
  hookDisplayDispose(display);
}


Clone AbstractionParameter Count: 2Parameter Bindings

protected Display display;

protected HashMap<Collection<? >, [[#variable1729ea00]]> table = new HashMap<Collection<? >, [[#variable1729ea00]]>(10);

public [[#variable1729e9c0]]() {
  display = Display.getCurrent();
  hookDisplayDispose(display);
}

public [[#variable1729e9c0]](Display display) {
  this.display = display;
  hookDisplayDispose(display);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1729ea00]]
Color 
12[[#1729ea00]]
Font 
21[[#1729e9c0]]
ExtendedColorRegistry 
22[[#1729e9c0]]
ExtendedFontRegistry