CloneSet995


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.963statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12876
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SQLSyntax.java
22878
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SQLSyntax.java
32880
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SQLSyntax.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
876
Source File
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);


Next
Previous
Clone Instance
2
Line Count
2
Source Line
878
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SQLSyntax.java

tid = (tid != null) ? tid: matchFunction(buffer, tokenOffset, offset - tokenOffset);
tid = (tid != null) ? tid: matchDataType(buffer, tokenOffset, offset - tokenOffset);


First
Previous
Clone Instance
3
Line Count
2
Source Line
880
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SQLSyntax.java

tid = (tid != null) ? tid: matchStatementSeparator(buffer, tokenOffset, offset - tokenOffset);
tid = (tid != null) ? tid: matchColumn(buffer, tokenOffset, offset - tokenOffset);


Clone AbstractionParameter Count: 2Parameter Bindings

tid = (tid != null) ? tid: [[#variable1cd5e440]](buffer, tokenOffset, offset - tokenOffset);
tid = (tid != null) ? tid: [[#variable1cd58fc0]](buffer, tokenOffset, offset - tokenOffset);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd5e440]]
matchKeyword 
12[[#1cd5e440]]
matchFunction 
13[[#1cd5e440]]
matchStatementSeparator 
21[[#1cd58fc0]]
matchTable 
22[[#1cd58fc0]]
matchDataType 
23[[#1cd58fc0]]
matchColumn