void setRefName(String refName) {
setProperty(REFNAME, refName);
}
public String getRefName() {
return getPropertyAsString(REFNAME);
}
public void setDefaultValue(String val) {
setProperty(DEFAULT, val);
void setInputFile(String file) {
setProperty(INPUT_FILE, file);
}
/**
* return the path of the input file
*
*/
public String getInputFile() {
return getPropertyAsString(INPUT_FILE);
}
/**
* set the random path for the messages
*
* @param path
*/
public void setRandomPath(String path) {
setProperty(RANDOM_PATH, path);
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/jms/sampler/PublisherSampler.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void setRefName(String refName) {↵ | | 1 | void setInputFile(String file) {↵
|
2 | setProperty(REFNAME, refName);↵ | | 2 | setProperty(↵
|
3 | }↵ | | |
|
| | | 3 | INPUT_FILE, file);↵
|
| | | 4 | }↵
|
|
| | | 5 | /**↵
|
| | | 6 | * return the path of the input file↵
|
| | | 7 | * ↵
|
| | | 8 | */↵
|
4 | public String getRefName() {↵ | | 9 | public String getInputFile() {↵
|
5 | return getPropertyAsString(REFNAME);↵ | | 10 | return getPropertyAsString(↵
|
6 | }↵ | | |
|
7 | ↵ | | |
|
8 | ↵ | | 11 | INPUT_FILE);↵
|
| | | 12 | }↵
|
|
| | | 13 | /**↵
|
| | | 14 | * set the random path for the messages↵
|
| | | 15 | * ↵
|
| | | 16 | * @param path↵
|
| | | 17 | */↵
|
9 | public void setDefaultValue(String val) {↵ | | 18 | public void setRandomPath(String path) {↵
|
10 | setProperty(DEFAULT, val);↵ | | 19 | setProperty(RANDOM_PATH, path);↵
|
11 | | | 20 |
|
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 |