boolean isWhitespace() {
return getPropertyAsBoolean(WHITESPACE_KEY, false);
}
/**
* Is this validating
*
* @return boolean
*/
public boolean isValidating() {
return getPropertyAsBoolean(VALIDATE_KEY, false);
}
/**
* Is this namespace aware?
*
* @return boolean
*/
public boolean isNamespace() {
return getPropertyAsBoolean(NAMESPACE_KEY, false);
boolean getUseKeepalive() {
return getPropertyAsBoolean(USE_KEEPALIVE, true);
}
public boolean getSamplerDownloadImages() {
return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);
}
public boolean getRegexMatch() {
return getPropertyAsBoolean(REGEX_MATCH, false);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/assertions/XPathAssertion.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 isWhitespace() {↵ | | 1 | boolean getUseKeepalive() {↵
|
2 | return getPropertyAsBoolean(WHITESPACE_KEY, false);↵ | | 2 | return getPropertyAsBoolean(↵
|
3 | }↵ | | |
|
|
4 | /**↵ | | |
|
5 | * Is this validating↵ | | |
|
6 | * ↵ | | |
|
7 | * @return boolean↵ | | |
|
8 | */↵ | | |
|
9 | public boolean isValidating() {↵ | | |
|
10 | return getPropertyAsBoolean(VALIDATE_KEY, false);↵ | | |
|
11 | }↵ | | |
|
|
12 | /**↵ | | |
|
13 | * Is this namespace aware?↵ | | |
|
14 | * ↵ | | |
|
15 | * @return boolean↵ | | |
|
16 | */↵ | | 3 | USE_KEEPALIVE, true);↵
|
| | | 4 | }↵
|
| | | 5 | ↵
|
| | | 6 | public boolean getSamplerDownloadImages() {↵
|
| | | 7 | return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);↵
|
| | | 8 | }↵
|
|
17 | public boolean isNamespace() {↵ | | 9 | public boolean getRegexMatch() {↵
|
18 | return getPropertyAsBoolean(NAMESPACE_KEY, false);↵ | | 10 | return getPropertyAsBoolean(REGEX_MATCH, false);↵
|
19 | | | 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 |