String getSendQueue() {
return getPropertyAsString(SEND_QUEUE);
}
public void setSendQueue(String name) {
setProperty(SEND_QUEUE, name);
}
public String getReceiveQueue() {
return getPropertyAsString(RECEIVE_QUEUE);
}
String getFooterURL() {
return getPropertyAsString(REPORT_PAGE_FOOTER);
}
public void setFooterURL(String url) {
setProperty(REPORT_PAGE_FOOTER,url);
}
public String getIntroduction() {
return getPropertyAsString(REPORT_PAGE_INTRO);
}
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/jms/sampler/JMSSampler.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/testelement/ReportPage.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | String getSendQueue() {↵ | | 1 | String get↵
|
2 | ↵ | | 2 | FooterURL() {↵
|
3 | return getPropertyAsString(SEND_QUEUE);↵ | | 3 | return getPropertyAsString(↵
|
4 | }↵ | | |
|
|
5 | ↵ | | 4 | REPORT_PAGE_FOOTER);↵
|
| | | 5 | }↵
|
| | | 6 | ↵
|
6 | public void setSendQueue(String name) {↵ | | 7 | public void setFooterURL(String url) {↵
|
7 | setProperty(SEND_QUEUE, name);↵ | | 8 | setProperty(↵
|
8 | }↵ | | |
|
|
9 | public String getReceiveQueue() {↵ | | |
|
10 | ↵ | | 9 | REPORT_PAGE_FOOTER,url);↵
|
| | | 10 | }↵
|
| | | 11 | ↵
|
| | | 12 | public String getIntroduction() {↵
|
11 | return getPropertyAsString(RECEIVE_QUEUE);↵ | | 13 | return getPropertyAsString(RE↵
|
12 | ↵ | | 14 | PORT_PAGE_INTRO);↵
|
13 | } | | 15 | }
|
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 |