Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 93 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/ActivityShapeFactory.java |
2 | 2 | 1103 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/AShapeCreator.java |
| |||||
FillAShape bgAShape = new FillAShape(DEFAULT_BACKGROUND_SHAPE_NAME, new RoundRectangle(0, 0, 1, 1, 8, 8), AbsRect.FILL_INSIDE, bgPaint, GfxUtil.AA_HINT_ON); |
| |||||
FillAShape bgAShape = new FillAShape("bg", new RoundRectangle(0, 0, 1, 1, 8, 8), AbsRect.FILL_INSIDE, bgPaint, GfxUtil.AA_HINT_ON); |
| |||
FillAShape bgAShape = new FillAShape( [[#variable13118440]], new RoundRectangle(0, 0, 1, 1, 8, 8), AbsRect.FILL_INSIDE, bgPaint, GfxUtil.AA_HINT_ON); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13118440]] | DEFAULT_BACKGROUND_SHAPE_NAME |
1 | 2 | [[#13118440]] | "bg" |