static {
commands.add(ActionNames.CLEAR);
commands.add(ActionNames.CLEAR_ALL);
commands.add(ActionNames.RESET_GUI);
static {
commands.add(ActionNames.SAVE_AS); // Save (Selection) As
commands.add(ActionNames.SAVE_ALL_AS); // Save TestPlan As
commands.add(ActionNames.SAVE); // Save
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/Clear.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/Save.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | static {↵ | | 1 | static {↵
|
2 | commands.add(ActionNames.CLEAR);↵ | | 2 | commands.add(ActionNames.SAVE_AS); // Save (Selection) As↵
|
3 | commands.add(ActionNames.CLEAR_ALL);↵ | | 3 | commands.add(ActionNames.SAVE_ALL_AS); // Save TestPlan As↵
|
4 | commands.add(ActionNames.RESET_GUI);↵ | | 4 | commands.add(ActionNames.SAVE); // Save↵
|
5 | | | 5 |
|
See real code fragment |
|
See real code fragment |
Summary
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 | |
Number of node comparisons | 0 |