void setFooterURL(String url) {
setProperty(REPORT_PAGE_FOOTER,url);
}
public String getIntroduction() {
return getPropertyAsString(REPORT_PAGE_INTRO);
}
public void setIntroduction(String intro) {
setProperty(REPORT_PAGE_INTRO,intro);
}
void setReceiveQueue(String name) {
setProperty(RECEIVE_QUEUE, name);
}
public String getContent() {
return getPropertyAsString(XML_DATA);
}
public void setContent(String content) {
setProperty(XML_DATA, content);
}
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/testelement/ReportPage.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/jms/sampler/JMSSampler.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void setFooterURL(String url) {↵ | | 1 | void setReceiveQueue(String name) {↵
|
2 | setProperty(REPORT_PAGE_FOOTER,url);↵ | | 2 | setProperty(RE↵
|
3 | }↵ | | |
|
4 | ↵ | | |
|
5 | public String getIntroduction() {↵ | | |
|
6 | return getPropertyAsString(REPORT_PAGE_INTRO);↵ | | |
|
7 | }↵ | | |
|
8 | ↵ | | |
|
9 | ↵ | | 3 | CEIVE_QUEUE, name);↵
|
| | | 4 | }↵
|
|
| | | 5 | public String getContent() {↵
|
| | | 6 | return getPropertyAsString(XML_DATA);↵
|
| | | 7 | }↵
|
|
10 | public void setIntroduction(String intro) {↵ | | 8 | public void set↵
|
11 | setProperty(REPORT_PAGE_INTRO,intro);↵ | | |
|
12 | ↵ | | 9 | Content(String content) {↵
|
| | | 10 | setProperty(XML_DATA, content);↵
|
13 | } | | 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 |