Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.953 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 153 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/AShapeCreator.java |
2 | 6 | 791 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/AShapeCreator.java |
| |||||
// Drag, resize interactions PropertyKey trigger = MouseKeyInteractor.MOUSE_PRESS; Integer button = new Integer(MouseEvent.BUTTON1); AShapeUtil.addMouseFireEvent(outlineAShape, trigger, DefaultDateArea.AE_SELECTED_PRESSED, false, false, button); |
| |||||
PropertyKey trigger = MouseKeyInteractor.MOUSE_PRESS; Integer button = new Integer(MouseEvent.BUTTON1); AShapeUtil.addMouseFireEvent(borderAShape, trigger, DefaultDateArea.AE_DRAG_PRESSED, false, true, button); |
| |||
// Drag, resize interactions PropertyKey trigger = MouseKeyInteractor.MOUSE_PRESS; Integer button = new Integer(MouseEvent.BUTTON1); AShapeUtil.addMouseFireEvent( [[#variable130e6120]], trigger, DefaultDateArea. [[#variable130e6180]], false, [[#variable130e3dc0]], button); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130e6120]] | outlineAShape |
1 | 2 | [[#130e6120]] | borderAShape |
2 | 1 | [[#130e6180]] | AE_SELECTED_PRESSED |
2 | 2 | [[#130e6180]] | AE_DRAG_PRESSED |
3 | 1 | [[#130e3dc0]] | false |
3 | 2 | [[#130e3dc0]] | true |