boolean getUseKeepalive() {
return getPropertyAsBoolean(USE_KEEPALIVE, true);
}
public boolean getSamplerDownloadImages() {
return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);
}
public boolean getRegexMatch() {
return getPropertyAsBoolean(REGEX_MATCH, false);
boolean getSamplerFollowRedirects() {
return getPropertyAsBoolean(SAMPLER_FOLLOW_REDIRECTS, true);
}
public boolean getUseKeepalive() {
return getPropertyAsBoolean(USE_KEEPALIVE, true);
}
public boolean getSamplerDownloadImages() {
return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
| | | 1 | boolean getSamplerFollowRedirects() {↵
|
| | | 2 | return getPropertyAsBoolean(SAMPLER_FOLLOW_REDIRECTS, true);↵
|
| | | 3 | }↵
|
| | | 4 | ↵
|
1 | boolean getUseKeepalive() {↵ | | 5 | public boolean getUseKeepalive() {↵
|
2 | return getPropertyAsBoolean(USE_KEEPALIVE, true);↵ | | 6 | return getPropertyAsBoolean(USE_KEEPALIVE, true);↵
|
3 | }↵ | | 7 | }↵
|
4 | ↵ | | 8 | ↵
|
5 | public boolean getSamplerDownloadImages() {↵ | | 9 | public boolean getSamplerDownloadImages() {↵
|
6 | return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);↵ | | 10 | return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);↵
|
7 | }↵ | | 11 |
|
|
8 | public boolean getRegexMatch() {↵ | | | |
9 | return getPropertyAsBoolean(REGEX_MATCH, false);↵ | | | |
10 | | | | |
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 |