Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 2 | 0.968 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 381 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ConnectionInternalFrame.java |
2 | 4 | 385 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ConnectionInternalFrame.java |
3 | 4 | 389 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ConnectionInternalFrame.java |
4 | 4 | 393 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ConnectionInternalFrame.java |
5 | 4 | 397 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ConnectionInternalFrame.java |
| |||||
builder.addLabel(s_stringMgr.getString("ConnectionInternalFrame.alias"), cc.xy(1, y)); builder.add(_aliasName, cc.xywh(3, y, 1, 1)); y += 2; |
| |||||
builder.addLabel(s_stringMgr.getString("ConnectionInternalFrame.driver"), cc.xy(1, y)); builder.add(_driverName, cc.xywh(3, y, 1, 1)); y += 2; |
| |||||
builder.addLabel(s_stringMgr.getString("ConnectionInternalFrame.url"), cc.xy(1, y)); builder.add(_url, cc.xywh(3, y, 1, 1)); y += 2; |
| |||||
builder.addLabel(s_stringMgr.getString("ConnectionInternalFrame.user"), cc.xy(1, y)); builder.add(_user, cc.xywh(3, y, 1, 1)); y += 2; |
| |||||
builder.addLabel(s_stringMgr.getString("ConnectionInternalFrame.password"), cc.xy(1, y)); builder.add(_password, cc.xywh(3, y, 1, 1)); y += 2; |
| |||
builder.addLabel(s_stringMgr.getString( [[#variable1ce08800]]), cc.xy(1, y)); builder.add( [[#variable1ce08880]], cc.xywh(3, y, 1, 1)); y += 2; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce08800]] | "ConnectionInternalFrame.alias" |
1 | 2 | [[#1ce08800]] | "ConnectionInternalFrame.driver" |
1 | 3 | [[#1ce08800]] | "ConnectionInternalFrame.url" |
1 | 4 | [[#1ce08800]] | "ConnectionInternalFrame.user" |
1 | 5 | [[#1ce08800]] | "ConnectionInternalFrame.password" |
2 | 1 | [[#1ce08880]] | _aliasName |
2 | 2 | [[#1ce08880]] | _driverName |
2 | 3 | [[#1ce08880]] | _url |
2 | 4 | [[#1ce08880]] | _user |
2 | 5 | [[#1ce08880]] | _password |