Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 224 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfoCache.java |
2 | 6 | 233 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfoCache.java |
| |||||
for (int i = 0; i < _viewTableTypesCacheable.length; i++) { if (_viewTableTypesCacheable[i].equals(type)) { found = true; break; } } |
| |||||
for (int i = 0; i < _tabelTableTypesCacheable.length; i++) { if (_tabelTableTypesCacheable[i].equals(type)) { found = true; break; } } |
| |||
for (int i = 0; i < [[#variable1c974700]].length; i++) { if ( [[#variable1c974700]][i].equals(type)) { found = true; break; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c974700]] | _viewTableTypesCacheable |
1 | 2 | [[#1c974700]] | _tabelTableTypesCacheable |