Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.972 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 123 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/AliasInternalFrame.java |
2 | 3 | 101 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/DriverInternalFrame.java |
| |||||
/** URL to the data source text field. */ private final JTextField _url = new JTextField(); /** User name text field */ private final JTextField _userName = new JTextField(); |
| |||||
/** Control for the <TT>ISQLDriver.IPropertyNames.URL</TT> property. */ private final JTextField _url = new JTextField(); private final JTextField _weburl = new JTextField(); |
| |||
/** Control for the <TT>ISQLDriver.IPropertyNames.URL</TT> property. */ /** URL to the data source text field. */ private final JTextField _url = new JTextField(); /** User name text field */ private final JTextField [[#variable1ca40b40]]= new JTextField(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca40b40]] | _userName |
1 | 2 | [[#1ca40b40]] | _weburl |