Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 231 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ConnectionInternalFrame.java |
2 | 5 | 239 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ConnectionInternalFrame.java |
| |||||
ActionListener escapeListener = new ActionListener() { public void actionPerformed(ActionEvent actionEvent) { ConnectionInternalFrame.this.dispose(); } }; |
| |||||
ActionListener enterListener = new ActionListener() { public void actionPerformed(ActionEvent actionEvent) { ConnectionInternalFrame.this.connect(); } }; |
| |||
ActionListener [[#variable1c9541a0]]= new ActionListener() { public void actionPerformed(ActionEvent actionEvent) { ConnectionInternalFrame.this. [[#variable1c9540a0]](); } }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9541a0]] | escapeListener |
1 | 2 | [[#1c9541a0]] | enterListener |
2 | 1 | [[#1c9540a0]] | dispose |
2 | 2 | [[#1c9540a0]] | connect |