Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 407 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ConstraintView.java |
2 | 1 | 408 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ConstraintView.java |
| |||||
Point arrPa = new Point((int) (c.x + sLen * (a.x - c.x)), (int) (c.y + sLen * (a.y - c.y))); |
| |||||
Point arrPb = new Point((int) (c.x + sLen * (b.x - c.x)), (int) (c.y + sLen * (b.y - c.y))); |
| |||
Point [[#variable1c807640]]= new Point((int) (c.x + sLen * ( [[#variable1c8079c0]].x - c.x)), (int) (c.y + sLen * ( [[#variable1c8079c0]].y - c.y))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c807640]] | arrPa |
1 | 2 | [[#1c807640]] | arrPb |
2 | 1 | [[#1c8079c0]] | a |
2 | 2 | [[#1c8079c0]] | b |