boolean isMonitor() {
return this.getPropertyAsBoolean(MONITOR);
}
public void setImplementation(String value) {
this.setProperty(IMPLEMENTATION, value);
}
public String getImplementation() {
return this.getPropertyAsString(IMPLEMENTATION);
boolean isPerUser() {
return getPropertyAsBoolean(PER_USER);
}
public void setVarName(String name) {
setProperty(VAR_NAME, name);
}
public String getVarName() {
return getPropertyAsString(VAR_NAME);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/modifiers/CounterConfig.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | boolean isMonitor() {↵ | | 1 | boolean isPerUser() {↵
|
2 | return this.getPropertyAsBoolean(MONITOR);↵ | | 2 | return getPropertyAsBoolean(PER_USER);↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void setImplementation(String value) {↵ | | 4 | public void setVarName(String name) {↵
|
5 | this.setProperty(IMPLEMENTATION, value);↵ | | 5 | setProperty(VAR_NAME, name);↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public String getImplementation() {↵ | | 7 | public String get↵
|
8 | ↵ | | 8 | VarName() {↵
|
9 | return this.getPropertyAsString(IMPLEMENTATION);↵ | | 9 | return getPropertyAsString(↵
|
10 | | | 10 | VAR_NAME);↵
|
| | | 11 |
|
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 |