static {
HashSet commands = new HashSet();
commands.add(ActionNames.ABOUT);
commandSet = Collections.unmodifiableSet(commands);
static {
HashSet commands = new HashSet();
commands.add(ActionNames.SSL_MANAGER);
SSLManagerCommand.commandSet = Collections.unmodifiableSet(commands);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/AboutCommand.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/action/SSLManagerCommand.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | static {↵ | | 1 | static {↵
|
2 | HashSet commands = new HashSet();↵ | | 2 | HashSet commands = new HashSet();↵
|
3 | commands.add(ActionNames.ABOUT);↵ | | 3 | commands.add(ActionNames.↵
|
4 | ↵ | | 4 | SSL_MANAGER);↵
|
5 | commandSet = Collections.unmodifiableSet(commands);↵ | | 5 | SSLManagerCommand.commandSet = Collections.unmodifiableSet(commands);↵
|
6 | | | 6 |
|
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 |