Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 581 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java |
2 | 9 | 1197 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java |
| |||||
ProgressCallBack pcb = new ProgressCallBack() { public void currentlyLoading(String simpleName) { setProgress(msg + " (" + simpleName + ")", beginProgress); } }; SchemaLoadInfo[] schemaLoadInfos = _schemaInfoCache.getMatchingSchemaLoadInfos(schema); |
| |||||
ProgressCallBack pcb = new ProgressCallBack() { public void currentlyLoading(String simpleName) { setProgress(msg + " (" + simpleName + ")", beginProgress); } }; SchemaLoadInfo[] schemaLoadInfos = _schemaInfoCache.getMatchingSchemaLoadInfos(schema, types); |
| |||
ProgressCallBack pcb = new ProgressCallBack() { public void currentlyLoading(String simpleName) { setProgress(msg + " (" + simpleName + ")", beginProgress); } }; SchemaLoadInfo[] schemaLoadInfos = _schemaInfoCache.getMatchingSchemaLoadInfos( [[#variable1cd7f260]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd7f260]] | schema |
1 | 2 | [[#1cd7f260]] | schema, types |