Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 204 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/parser/kernel/completions/SQLColumn.java |
2 | 3 | 116 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/parser/kernel/completions/SQLTable.java |
| |||||
public boolean mustReplace(int position) { return name != null && position >= startPosition && position <= endPosition; } |
| |||||
public boolean mustReplace(int position) { return name != null && position >= startPosition && position <= endPosition; } |
| |||
public boolean mustReplace(int position) { return name != null && position >= startPosition && position <= endPosition; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |