CloneSet353


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.974statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1141068
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/AShapeCreator.java
2101150
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/AShapeCreator.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
1068
Source File
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(containerAShape, trigger, DefaultDateArea.AE_SELECTED_PRESSED, true, false, button);
AShapeUtil.addMouseFireEvent(containerAShape, trigger, DefaultDateArea.AE_DRAG_PRESSED, true, true, button);
AShapeUtil.addMouseEventBlock(containerAShape, false, new Integer(MouseEvent.MOUSE_MOVED));
return root;


First
Previous
Clone Instance
2
Line Count
10
Source Line
1150
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/AShapeCreator.java

// addEnterExitOverride(outlineAShape, outlineAShape, AShape.A_PAINT,
// moOutlinePaint, false, true);
// Drag, resize interactions
PropertyKey trigger = MouseKeyInteractor.MOUSE_PRESS;
Integer button = new Integer(MouseEvent.BUTTON1);
AShapeUtil.addMouseFireEvent(outlineAShape, trigger, DefaultDateArea.AE_SELECTED_PRESSED, true, false, button);
AShapeUtil.addMouseFireEvent(outlineAShape, trigger, DefaultDateArea.AE_DRAG_PRESSED, true, true, button);
AShapeUtil.addMouseEventBlock(outlineAShape, false, new Integer(MouseEvent.MOUSE_MOVED));
return root;


Clone AbstractionParameter Count: 1Parameter Bindings

// addEnterExitOverride(outlineAShape, outlineAShape, AShape.A_PAINT,
// moOutlinePaint, false, true);
// Drag, resize interactions
PropertyKey trigger = MouseKeyInteractor.MOUSE_PRESS;
Integer button = new Integer(MouseEvent.BUTTON1);
AShapeUtil.addMouseFireEvent( [[#variable1328a8a0]], trigger, DefaultDateArea.AE_SELECTED_PRESSED, true, false, button);
AShapeUtil.addMouseFireEvent( [[#variable1328a8a0]], trigger, DefaultDateArea.AE_DRAG_PRESSED, true, true, button);
AShapeUtil.addMouseEventBlock( [[#variable1328a8a0]], false, new Integer(MouseEvent.MOUSE_MOVED));
return root;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1328a8a0]]
containerAShape 
12[[#1328a8a0]]
outlineAShape