Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.968 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 43 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/ExtendedColorRegistry.java |
2 | 13 | 43 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/ExtendedFontRegistry.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); } |
| |||||
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); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1729ea00]] | Color |
1 | 2 | [[#1729ea00]] | Font |
2 | 1 | [[#1729e9c0]] | ExtendedColorRegistry |
2 | 2 | [[#1729e9c0]] | ExtendedFontRegistry |