Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 876 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SQLSyntax.java |
2 | 2 | 878 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SQLSyntax.java |
3 | 2 | 880 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SQLSyntax.java |
| |||||
tid = (tid != null) ? tid: matchKeyword(buffer, tokenOffset, offset - tokenOffset); tid = (tid != null) ? tid: matchTable(buffer, tokenOffset, offset - tokenOffset); |
| |||||
tid = (tid != null) ? tid: matchFunction(buffer, tokenOffset, offset - tokenOffset); tid = (tid != null) ? tid: matchDataType(buffer, tokenOffset, offset - tokenOffset); |
| |||||
tid = (tid != null) ? tid: matchStatementSeparator(buffer, tokenOffset, offset - tokenOffset); tid = (tid != null) ? tid: matchColumn(buffer, tokenOffset, offset - tokenOffset); |
| |||
tid = (tid != null) ? tid: [[#variable1cd5e440]](buffer, tokenOffset, offset - tokenOffset); tid = (tid != null) ? tid: [[#variable1cd58fc0]](buffer, tokenOffset, offset - tokenOffset); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd5e440]] | matchKeyword |
1 | 2 | [[#1cd5e440]] | matchFunction |
1 | 3 | [[#1cd5e440]] | matchStatementSeparator |
2 | 1 | [[#1cd58fc0]] | matchTable |
2 | 2 | [[#1cd58fc0]] | matchDataType |
2 | 3 | [[#1cd58fc0]] | matchColumn |