Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.980 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 38 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/VacuumDatabaseDialog.java |
2 | 5 | 33 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/VacuumTableDialog.java |
| |||||
/** Some GUI elements */ protected JCheckBox _fullCheckBox; protected JCheckBox _analyzeCheckBox; /** Internationalized strings for this class */ private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(VacuumDatabaseDialog.class ); |
| |||||
/** Some GUI elements */ protected JCheckBox _fullCheckBox; protected JCheckBox _analyzeCheckBox; /** Internationalized strings for this class */ private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(VacuumTableDialog.class ); |
| |||
/** Some GUI elements */ protected JCheckBox _fullCheckBox; protected JCheckBox _analyzeCheckBox; /** Internationalized strings for this class */ private static final StringManager s_stringMgr = StringManagerFactory.getStringManager( [[#variable1c92c620]].class ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c92c620]] | VacuumDatabaseDialog |
1 | 2 | [[#1c92c620]] | VacuumTableDialog |