File path: /sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/gui/SmarttoolChangeValuesFrame.java | File path: /sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/gui/SmarttoolChangeValuesFrame.java | |||
Method name: void startChanging()
|
Method name: void startSearching()
|
|||
Number of AST nodes: 4 | Number of AST nodes: 4 | |||
1 | controlComponents(START_CHANGEING);↵ | 1 | controlComponents(START_SEARCHING);↵ | |
2 | chkEnableChangeData.setSelected(false);↵ | 2 | chkEnableChangeData.setSelected(false);↵ | |
3 | threadChanging = new ThreadChanging();↵ | 3 | threadSearching = new ThreadSearching();↵ | |
4 | threadChanging.start(); | 4 | threadSearching.start(); | |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
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 | 10 |
Number of mapped statements | 4 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 2 |
ID | Statement | ID | Statement | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | controlComponents(START_CHANGEING); |
| 2 | controlComponents(START_SEARCHING); | |||||||||||||
3 | chkEnableChangeData.setSelected(false); | 3 | chkEnableChangeData.setSelected(false); | ||||||||||||||
4 | threadChanging = new ThreadChanging(); |
| 4 | threadSearching = new ThreadSearching(); | |||||||||||||
5 | threadChanging.start(); |
| 5 | threadSearching.start(); |
Row | Violation |
---|