Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.977 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 853 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/oster/OsterTextControl.java |
2 | 9 | 864 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/oster/OsterTextControl.java |
| |||||
if (i < docLen + 1 && "/*".equals(doc.getText(i, 2)) && false == inMultiLineComment && false == inSinglLineComment && false == inLiteral) { curInterval = new int[2]; curInterval[0] = i; curInterval[1] = docLen; inMultiLineComment = true; ++i; continue ; } |
| |||||
if (i < docLen + 1 && "--".equals(doc.getText(i, 2)) && false == inMultiLineComment && false == inSinglLineComment && false == inLiteral) { curInterval = new int[2]; curInterval[0] = i; curInterval[1] = docLen; inSinglLineComment = true; ++i; continue ; } |
| |||
if (i < docLen + 1 && [[#variable1cd290a0]].equals(doc.getText(i, 2)) && false == inMultiLineComment && false == inSinglLineComment && false == inLiteral) { curInterval = new int[2]; curInterval[0] = i; curInterval[1] = docLen; [[#variable1cd29040]]= true; ++i; continue ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd290a0]] | "/*" |
1 | 2 | [[#1cd290a0]] | "--" |
2 | 1 | [[#1cd29040]] | inMultiLineComment |
2 | 2 | [[#1cd29040]] | inSinglLineComment |