Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.963 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 873 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java |
2 | 7 | 939 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java |
| |||||
{ XMLBeanReader doc = new XMLBeanReader(); doc.load(new ApplicationFiles().getUserSQLHistoryFile()); Iterator it = doc.iterator(); if (it.hasNext()) { _sqlHistory = (SQLHistory) it.next(); } } |
| |||||
{ XMLBeanReader doc = new XMLBeanReader(); doc.load(new ApplicationFiles().getCellImportExportSelectionsFile()); Iterator it = doc.iterator(); if (it.hasNext()) { saverInstance = (CellImportExportInfoSaver) it.next(); } } |
| |||
{ XMLBeanReader doc = new XMLBeanReader(); doc.load(new ApplicationFiles(). [[#variable1cd54020]]()); Iterator it = doc.iterator(); if (it.hasNext()) { [[#variable1cd5ff00]]= ( [[#variable1cd5ff80]]) it.next(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd54020]] | getUserSQLHistoryFile |
1 | 2 | [[#1cd54020]] | getCellImportExportSelectionsFile |
2 | 1 | [[#1cd5ff00]] | _sqlHistory |
2 | 2 | [[#1cd5ff00]] | saverInstance |
3 | 1 | [[#1cd5ff80]] | SQLHistory |
3 | 2 | [[#1cd5ff80]] | CellImportExportInfoSaver |