boolean isBinaryMode(){
return getPropertyAsBoolean(BINARY_MODE,false);
}
public boolean isSaveResponse(){
return getPropertyAsBoolean(SAVE_RESPONSE,false);
}
public boolean isUpload(){
return getPropertyAsBoolean(UPLOAD_FILE,false);
boolean getSamplerDownloadImages() {
return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);
}
public boolean getRegexMatch() {
return getPropertyAsBoolean(REGEX_MATCH, false);
}
public boolean getHttpsSpoof() {
return getPropertyAsBoolean(HTTPS_SPOOF, false);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/ftp/sampler/FTPSampler.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 isBinaryMode(){↵ | | 1 | boolean getSamplerDownloadImages() {↵
|
2 | return getPropertyAsBoolean(BINARY_MODE,false);↵ | | 2 | return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public boolean isSaveResponse(){↵ | | 4 | public boolean getRegexMatch() {↵
|
5 | return getPropertyAsBoolean(SAVE_RESPONSE,false);↵ | | 5 | return getPropertyAsBoolean(REGEX_MATCH, false);↵
|
6 | }↵ | | 6 | }↵
|
| | | 7 | ↵
|
7 | public boolean isUpload(){↵ | | 8 | public boolean getHttpsSpoof() {↵
|
8 | return getPropertyAsBoolean(UPLOAD_FILE,false);↵ | | 9 | return getPropertyAsBoolean(HTTPS_SPOOF, false);↵
|
9 | | | 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 |