Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | primary_not_new_array |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 295 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/AShapeCreator.java |
2 | 4 | 338 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/calendar/AShapeCreator.java |
| |||||
new TextAShape("leftText", "$summary$", textRect, TextAShape.TYPE_WRAP_TEXT, textFont, Color.DARK_GRAY, AtStart.START0, AtStart.START0, GfxUtil.AA_HINT_OFF) |
| |||||
new TextAShape("rightText", "Start:\n $startTime$\nEnd:\n $endTimeExcl$", textRect, TextAShape.TYPE_WRAP_TEXT, textFont, Color.DARK_GRAY, AtStart.START0, AtStart.START0, GfxUtil.AA_HINT_OFF) |
| |||
new TextAShape( [[#variable131a0040]], [[#variable131a3fe0]], textRect, TextAShape.TYPE_WRAP_TEXT, textFont, Color.DARK_GRAY, AtStart.START0, AtStart.START0, GfxUtil.AA_HINT_OFF) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131a0040]] | "leftText" |
1 | 2 | [[#131a0040]] | "rightText" |
2 | 1 | [[#131a3fe0]] | "$summary$" |
2 | 2 | [[#131a3fe0]] | "Start:\n $startTime$\nEnd:\n $endTimeExcl$" |