Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.976 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 156 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java |
2 | 2 | 82 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/builders/I15dPanelBuilder.java |
| |||||
/** * Constructs an instance of <code>DefaultFormBuilder</code> for the given * layout and resource bundle. * * @param layout the <code>FormLayout</code> to be used * @param bundle the <code>ResourceBundle</code> used to lookup i15d * strings */ public DefaultFormBuilder(FormLayout layout, ResourceBundle bundle) { this(new JPanel(), layout, bundle); } |
| |||||
/** * Constructs an instance of <code>I15dPanelBuilder</code> for the given * layout. Uses an instance of <code>JPanel</code> as layout container. * * @param layout the form layout used to layout the container * @param bundle the resource bundle used to lookup i15d strings */ public I15dPanelBuilder(FormLayout layout, ResourceBundle bundle) { this(new JPanel(), layout, bundle); } |
| |||
/** * Constructs an instance of <code>DefaultFormBuilder</code> for the given * layout and resource bundle. * * @param layout the <code>FormLayout</code> to be used * @param bundle the <code>ResourceBundle</code> used to lookup i15d * strings */ /** * Constructs an instance of <code>I15dPanelBuilder</code> for the given * layout. Uses an instance of <code>JPanel</code> as layout container. * * @param layout the form layout used to layout the container * @param bundle the resource bundle used to lookup i15d strings */ public [[#variable1c9dece0]](FormLayout layout, ResourceBundle bundle) { this(new JPanel(), layout, bundle); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9dece0]] | DefaultFormBuilder |
1 | 2 | [[#1c9dece0]] | I15dPanelBuilder |