CloneSet490


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.956statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15130
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/ActivityShapeFactory.java
25962
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
5
Source Line
130
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/ActivityShapeFactory.java

SliceSpec shwSI = new SliceSpec(new Insets(10, 10, 10, 10), SliceSpec.TYPE_TILE_CUT, SliceSpec.OPT_BORDER);
FeatherAShape shadowShape = new FeatherAShape(DEFAULT_SHADOW_SHAPE_NAME, filledShadow, new Color(255, 255, 255, 0), 5, shwSI);


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

SliceSpec shwSI = new SliceSpec(new Insets(10, 10, 10, 10), SliceSpec.TYPE_TILE_CUT, SliceSpec.OPT_BOTTOM_RIGHT);
FeatherAShape shadow = new FeatherAShape("dshadow", filledShadow, new Color(255, 255, 255, 0), 5, shwSI);


Clone AbstractionParameter Count: 3Parameter Bindings

SliceSpec shwSI = new SliceSpec(new Insets(10, 10, 10, 10), SliceSpec.TYPE_TILE_CUT, SliceSpec. [[#variable13079460]]);
FeatherAShape  [[#variable130794e0]]= new FeatherAShape( [[#variable13078a60]], filledShadow, new Color(255, 255, 255, 0), 5, shwSI);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13079460]]
OPT_BORDER 
12[[#13079460]]
OPT_BOTTOM_RIGHT 
21[[#130794e0]]
shadowShape 
22[[#130794e0]]
shadow 
31[[#13078a60]]
DEFAULT_SHADOW_SHAPE_NAME 
32[[#13078a60]]
"dshadow"