String getRefName() {
return getPropertyAsString(REFNAME);
}
public void setDefaultValue(String val) {
setProperty(DEFAULT, val);
}
public String getDefaultValue() {
return getPropertyAsString(DEFAULT);
}
String getMethod() {
return getPropertyAsString(METHOD);
}
public void setContentEncoding(String value) {
setProperty(CONTENT_ENCODING, value);
}
public String getContentEncoding() {
return getPropertyAsString(CONTENT_ENCODING);
}
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/extractor/XPathExtractor.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 | String getRefName() {↵ | | 1 | String getMethod() {↵
|
2 | return getPropertyAsString(REFNAME);↵ | | 2 | return getPropertyAsString(METHOD);↵
|
3 | }↵ | | 3 | }↵
|
4 | ↵ | | |
|
5 | ↵ | | |
|
6 | public void setDefaultValue(String val) {↵ | | 4 | public void setContentEncoding(String value) {↵
|
7 | setProperty(DEFAULT, val);↵ | | 5 | setProperty(CONTENT_ENCODING, value);↵
|
8 | }↵ | | 6 | }↵
|
|
9 | public String getDefaultValue() {↵ | | 7 | public String getContentEncoding() {↵
|
10 | return getPropertyAsString(DEFAULT);↵ | | 8 | return getPropertyAsString(CONTENT_ENCODING);↵
|
11 | } | | 9 | }
|
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 |