Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.978 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 40 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/base/AscendingIcon.java |
2 | 8 | 34 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/base/DescendingIcon.java |
| |||||
Graphics2D g2 = (Graphics2D) g; int[] xp = new int[3]; int[] yp = new int[3]; xp[0] = x; xp[1] = x + 9; xp[2] = x + 4; |
| |||||
Graphics2D g2 = (Graphics2D) g; int[] xp = new int[3]; int[] yp = new int[3]; xp[0] = x; xp[1] = x + 10; xp[2] = x + 5; |
| |||
Graphics2D g2 = (Graphics2D) g; int[] xp = new int[3]; int[] yp = new int[3]; xp[0] = x; xp[1] = x + [[#variable13077a40]]; xp[2] = x + [[#variable130779e0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13077a40]] | 9 |
1 | 2 | [[#13077a40]] | 10 |
2 | 1 | [[#130779e0]] | 4 |
2 | 2 | [[#130779e0]] | 5 |