File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/ActionRouter.java | File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/report/gui/action/ReportActionRouter.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | String commandName = (String) iter.next();↵ | 1 | String commandName = (String) iter.next();↵ | |
2 | Set commandObjects = (Set) commands.get(commandName);↵ | 2 | Set commandObjects = (Set) commands.get(commandName);↵ | |
3 | if (commandObjects == null) {↵ | 3 | if (commandObjects == null) {↵ | |
4 | commandObjects = new HashSet();↵ | 4 | commandObjects = new HashSet();↵ | |
5 | commands.put(commandName, commandObjects);↵ | 5 | commands.put(commandName, commandObjects);↵ | |
6 | }↵ | 6 | }↵ | |
7 | commandObjects.add(command);↵ | 7 | commandObjects.add(command);↵ | |
8 | | 8 |
| |
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 | |
Number of node comparisons | 0 |