File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/assertions/gui/SizeAssertionGui.java | File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/assertions/gui/SizeAssertionGui.java | |||
Method name: void setState(int)
|
Method name: void setState(int)
|
|||
Number of AST nodes: 8 | Number of AST nodes: 12 | |||
1 | equal↵ | 1 | if (state == SizeAssertion.GREATERTHAN) {↵ | |
2 | Button.setSelected(true);↵ | 2 | greaterthanButton.setSelected(true);↵ | |
3 | execState = state;↵ | 3 | execState = state;↵ | |
4 | } else if (state == SizeAssertion.NOTEQUAL) {↵ | 4 | } else if (state == SizeAssertion.↵ | |
5 | notequal↵ | 5 | LESSTHAN) {↵ | |
6 | Button.setSelected(true);↵ | 6 | lessthanButton.setSelected(true);↵ | |
7 | execState = state;↵ | 7 | execState = state;↵ | |
8 | } else if (state == SizeAssertion.GREATERTHAN) {↵ | 8 | } else if (state == SizeAssertion.GREATERTHANEQUAL) {↵ | |
9 | greaterthanButton.setSelected(true);↵ | 9 | greaterthanequalButton.setSelected(true);↵ | |
10 | execState = state;↵ | 10 | execState = state;↵ | |
11 | } else if (state == SizeAssertion.LESSTHAN) {↵ | 11 | } else if (state == SizeAssertion.LESSTHANEQUAL) {↵ | |
12 | lessthanButton.setSelected(true);↵ | 12 | lessthanequalButton.setSelected(true);↵ | |
13 | execState = state; | 13 | execState = state;↵ | |
14 |
| |||
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 1 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in the same method |
Number of node comparisons | 0 |
Number of mapped statements | 0 |
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 | Unknown type |
ID | Statement | ID | Statement |
---|
Row | Violation |
---|