String getRefName() {
return getPropertyAsString(REFNAME);
}
public void setDefaultValue(String val) {
setProperty(DEFAULT, val);
}
public String getDefaultValue() {
return getPropertyAsString(DEFAULT);
}
String getVarName() {
return getPropertyAsString(VAR_NAME);
}
public void setFormat(String format) {
setProperty(FORMAT, format);
}
public String getFormat() {
return getPropertyAsString(FORMAT);
}
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/modifiers/CounterConfig.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | String getRefName() {↵ | | 1 | String getVarName() {↵
|
2 | return getPropertyAsString(REFNAME);↵ | | 2 | return getPropertyAsString(VAR_NAME);↵
|
3 | }↵ | | 3 | }↵
|
4 | ↵ | | |
|
5 | public void setDefaultValue(String val) {↵ | | 4 | public void set↵
|
6 | setProperty(DEFAULT, val);↵ | | |
|
7 | ↵ | | 5 | Format(String format) {↵
|
| | | 6 | setProperty(FORMAT, format);↵
|
8 | }↵ | | 7 | }↵
|
|
9 | public String getDefaultValue() {↵ | | 8 | public String get↵
|
10 | ↵ | | 9 | Format() {↵
|
11 | return getPropertyAsString(DEFAULT);↵ | | 10 | return getPropertyAsString(FORMAT);↵
|
12 | } | | 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 |