boolean isMonitor() {
return this.getPropertyAsBoolean(MONITOR);
}
public void setImplementation(String value) {
this.setProperty(IMPLEMENTATION, value);
}
public String getImplementation() {
return this.getPropertyAsString(IMPLEMENTATION);
boolean getAutoRedirects() {
return getPropertyAsBoolean(AUTO_REDIRECTS);
}
public void setMethod(String value) {
setProperty(METHOD, value);
}
public String getMethod() {
return getPropertyAsString(METHOD);
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/protocol/http/sampler/HTTPSamplerBase.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | boolean isMonitor() {↵ | | 1 | boolean ↵
|
2 | ↵ | | 2 | getAutoRedirects() {↵
|
3 | return this.getPropertyAsBoolean(MONITOR);↵ | | 3 | return getPropertyAsBoolean(↵
|
4 | ↵ | | 4 | AUTO_REDIRECTS);↵
|
5 | }↵ | | 5 | }↵
|
|
6 | public void setImplementation(String value) {↵ | | 6 | public void setMethod(String value) {↵
|
7 | this.setProperty(IMPLEMENTATION, value);↵ | | 7 | setProperty(METHOD, value);↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public String getImplementation() {↵ | | 9 | public String get↵
|
10 | ↵ | | 10 | Method() {↵
|
11 | return this.getPropertyAsString(IMPLEMENTATION);↵ | | 11 | return getPropertyAsString(↵
|
12 | | | 12 | METHOD);↵
|
| | | 13 |
|
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 |