void setRequestData(String newRequestData) {
this.setProperty(REQUEST, newRequestData);
}
public String getRequestData() {
return getPropertyAsString(REQUEST);
}
public void setTimeout(String newTimeout) {
this.setProperty(FILENAME, newTimeout);
}
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/protocol/tcp/sampler/TCPSampler.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 setRequestData(String newRequestData) {↵ | | 1 | void setInputFile(String file) {↵
|
2 | this.setProperty(REQUEST, newRequestData);↵ | | 2 | setProperty(↵
|
3 | }↵ | | |
|
| | | 3 | INPUT_FILE, file);↵
|
| | | 4 | }↵
|
|
| | | 5 | /**↵
|
| | | 6 | * return the path of the input file↵
|
| | | 7 | * ↵
|
| | | 8 | */↵
|
4 | public String getRequestData() {↵ | | 9 | public String getInputFile() {↵
|
5 | return getPropertyAsString(REQUEST);↵ | | 10 | return getPropertyAsString(INPUT_FILE);↵
|
6 | }↵ | | 11 | }↵
|
|
7 | public void setTimeout(String newTimeout↵ | | 12 | /**↵
|
| | | 13 | * set the random path for the messages↵
|
| | | 14 | * ↵
|
| | | 15 | * @param path↵
|
| | | 16 | */↵
|
8 | ) {↵ | | 17 | public void setRandomPath(String path) {↵
|
9 | this.setProperty(FILENAME, newTimeout);↵ | | 18 | setProperty(RANDOM_PATH, path);↵
|
10 | } | | 19 | }
|
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 |