File path: /sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/AppPreferencesPanel.java | File path: /sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/AppPreferencesPanel.java | |||
Method name: void loadData()
|
Method name: void save()
|
|||
Number of AST nodes: 7 | Number of AST nodes: 6 | |||
1 | _anonLogonChk.setSelected(↵ | 1 | _prefs.setUseAnonymousLogon(_anonLogonChk.isSelected());↵ | |
2 | _prefs.getUseAnonymousLogon());↵ | 2 | _prefs.setUse↵ | |
3 | _userNameText.setText(↵ | 3 | rName(_userNameText.getText());↵ | |
4 | _prefs.getUserName());↵ | 4 | _prefs.set↵ | |
5 | _passwordText.setText(_prefs.retrievePassword());↵ | 5 | Password(new String(_passwordText.getPassword()));↵ | |
6 | _anonClientChk.setSelected(_prefs.getUseAnonymousClient());↵ | 6 | _prefs.setUseAnonymousClient(↵ | |
7 | _clientNameLbl.setText(↵ | 7 | _anonClientChk.isSelected());↵ | |
8 | _prefs.getClientName());↵ | 8 | _prefs.setClientName(↵ | |
9 | _clientVersionLbl.setText(↵ | 9 | _clientNameLbl.getText());↵ | |
10 | _prefs.getClientVersion());↵ | 10 | _prefs.setClientVersion(↵ | |
11 | setControlState(); | 11 | _clientVersionLbl.getText()); | |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are declared in the same class |
Number of node comparisons | 42 |