Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.959 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 14 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/GraphLine.java |
2 | 10 | 26 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/GraphLine.java |
| |||||
public GraphLine(Point begin, Point end) { this._beg = begin; this._end = end; } public GraphLine(FoldingPoint begin, Point end) { this._fpBeg = begin; this._end = end; } |
| |||||
public GraphLine(Point begin, FoldingPoint end) { this._beg = begin; this._fpEnd = end; } public GraphLine(FoldingPoint begin, FoldingPoint end) { this._fpBeg = begin; this._fpEnd = end; } |
| |||
public GraphLine(Point begin, [[#variable1cc93ce0]] end) { this._beg = begin; this. [[#variable1cc93c60]]= end; } public GraphLine(FoldingPoint begin, [[#variable1cc93ce0]] end) { this._fpBeg = begin; this. [[#variable1cc93c60]]= end; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc93ce0]] | Point |
1 | 2 | [[#1cc93ce0]] | FoldingPoint |
2 | 1 | [[#1cc93c60]] | _end |
2 | 2 | [[#1cc93c60]] | _fpEnd |