String getVarName() {
return getPropertyAsString(VAR_NAME);
}
public void setFormat(String format) {
setProperty(FORMAT, format);
}
public String getFormat() {
return getPropertyAsString(FORMAT);
String getXPathQuery(){
return getPropertyAsString(XPATH_QUERY);
}
public void setRefName(String refName) {
setProperty(REFNAME, refName);
}
public String getRefName() {
return getPropertyAsString(REFNAME);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/modifiers/CounterConfig.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/extractor/XPathExtractor.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | String getVarName() {↵ | | 1 | String getXPathQuery(){↵
|
2 | return getPropertyAsString(VAR_NAME);↵ | | 2 | return getPropertyAsString(↵
|
3 | }↵ | | |
|
|
4 | ↵ | | 3 | XPATH_QUERY);↵
|
| | | 4 | }↵
|
| | | 5 | ↵
|
5 | public void setFormat(String format) {↵ | | 6 | public void setRefName(String ↵
|
6 | setProperty(FORMAT, format);↵ | | |
|
7 | ↵ | | 7 | refName) {↵
|
| | | 8 | setProperty(REFNAME, refName);↵
|
8 | }↵ | | 9 | }↵
|
|
9 | public String getFormat() {↵ | | 10 | public String get↵
|
10 | ↵ | | 11 | RefName() {↵
|
11 | return getPropertyAsString(FORMAT);↵ | | 12 | return getPropertyAsString(↵
|
12 | | | 13 | REFNAME);↵
|
| | | 14 |
|
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 |