CloneSet764


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.990statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17968
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
281091
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
968
Source File
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());


First
Previous
Clone Instance
2
Line Count
8
Source Line
1091
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java

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());


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ccb8180]]
jtextfieldBckPort 
12[[#1ccb8180]]
jtextfieldResPort