CloneSet1614


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.980class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1738
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/VacuumDatabaseDialog.java
2533
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/VacuumTableDialog.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
38
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/VacuumDatabaseDialog.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 );


First
Previous
Clone Instance
2
Line Count
5
Source Line
33
Source File
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(VacuumTableDialog.class );


Clone AbstractionParameter Count: 1Parameter Bindings

/** 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c92c620]]
VacuumDatabaseDialog 
12[[#1c92c620]]
VacuumTableDialog