Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.990 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 968 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java |
2 | 8 | 1091 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java |
| |||||
bckManager.setPort(Integer.parseInt(jtextfieldBckPort.getText())); bckManager.setUser(jtextfieldUsername.getText()); bckManager.setPassword(new String(jpasswordfieldPW.getPassword())); TextAreaOutputStream textOutputStream = new TextAreaOutputStream(jtextareaProcess, jscrollpaneProcess); bckManager.setLogger(textOutputStream); bckManager.setVerbose(jcheckboxDisplayProcess.isSelected()); |
| |||||
bckManager.setPort(Integer.parseInt(jtextfieldResPort.getText())); bckManager.setUser(jtextfieldUsername.getText()); bckManager.setPassword(new String(jpasswordfieldPW.getPassword())); TextAreaOutputStream textOutputStream = new TextAreaOutputStream(jtextareaProcess, jscrollpaneProcess); bckManager.setLogger(textOutputStream); bckManager.setVerbose(jcheckboxDisplayProcess.isSelected()); |
| |||
bckManager.setPort(Integer.parseInt( [[#variable1ccb8180]].getText())); bckManager.setUser(jtextfieldUsername.getText()); bckManager.setPassword(new String(jpasswordfieldPW.getPassword())); TextAreaOutputStream textOutputStream = new TextAreaOutputStream(jtextareaProcess, jscrollpaneProcess); bckManager.setLogger(textOutputStream); bckManager.setVerbose(jcheckboxDisplayProcess.isSelected()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccb8180]] | jtextfieldBckPort |
1 | 2 | [[#1ccb8180]] | jtextfieldResPort |