Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.952 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 320 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/configuration/HibernateConfigController.java |
2 | 3 | 198 | E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/kernel/ScriptListController.java |
| |||||
for (int i = 0; i < files.length; i++) { listModel.addElement(files[i].getPath()); } |
| |||||
for (int i = 0; i < files.length; i++) { extraClassPath.add(files[i].getPath()); } |
| |||
for (int i = 0; i < files.length; i++) { [[#variable1c9bd060]]. [[#variable1c9bcf60]](files[i].getPath()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9bd060]] | listModel |
1 | 2 | [[#1c9bd060]] | extraClassPath |
2 | 1 | [[#1c9bcf60]] | addElement |
2 | 2 | [[#1c9bcf60]] | add |