if (getLogger().isDebugEnabled()) {
Iterator argsIt = context.getParameterNamesIterator();
while (argsIt.hasNext()) {
String name = (String) argsIt.next();
getLogger().debug(name + "=" + context.getParameter(name));
if (getLogger().isDebugEnabled()) {
Iterator argsIt = context.getParameterNamesIterator();
while (argsIt.hasNext()) {
String name = (String) argsIt.next();
getLogger().debug(name + "=" + context.getParameter(name));
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/java/test/JavaTest.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/java/test/SleepTest.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | if (getLogger().isDebugEnabled()) {↵ | | 1 | if (getLogger().isDebugEnabled()) {↵
|
2 | Iterator argsIt = context.getParameterNamesIterator();↵ | | 2 | Iterator argsIt = context.getParameterNamesIterator();↵
|
3 | while (argsIt.hasNext()) {↵ | | 3 | while (argsIt.hasNext()) {↵
|
4 | String name = (String) argsIt.next();↵ | | 4 | String name = (String) argsIt.next();↵
|
5 | getLogger().debug(name + "=" + context.getParameter(name));↵ | | 5 | getLogger().debug(name + "=" + context.getParameter(name));↵
|
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 |