String getTitle() {
return getPropertyAsString(REPORT_PAGE_TITLE);
}
public void setTitle(String title) {
setProperty(REPORT_PAGE_TITLE,title);
}
public boolean getIndex() {
return getPropertyAsBoolean(REPORT_PAGE_INDEX);
}
String getContent() {
return getPropertyAsString(XML_DATA);
}
public void setContent(String content) {
setProperty(XML_DATA, content);
}
public boolean isOneway() {
return getPropertyAsBoolean(IS_ONE_WAY);
}
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 | String getTitle() {↵ | | 1 | String get↵
|
2 | ↵ | | 2 | Content() {↵
|
3 | return getPropertyAsString(REPORT_PAGE_TITLE);↵ | | 3 | return getPropertyAsString(↵
|
4 | }↵ | | |
|
5 | ↵ | | |
|
6 | ↵ | | 4 | XML_DATA);↵
|
| | | 5 | }↵
|
|
7 | public void setTitle(String title) {↵ | | 6 | public void setContent(String ↵
|
8 | setProperty(REPORT_PAGE_TITLE,title);↵ | | |
|
9 | }↵ | | |
|
10 | ↵ | | |
|
11 | public boolean getIndex() {↵ | | |
|
12 | ↵ | | 7 | content) {↵
|
| | | 8 | setProperty(XML_DATA, content);↵
|
| | | 9 | }↵
|
|
| | | 10 | public boolean isOneway() {↵
|
13 | return getPropertyAsBoolean(REPORT_PAGE_INDEX);↵ | | 11 | return getPropertyAsBoolean(↵
|
14 | ↵ | | 12 | IS_ONE_WAY);↵
|
15 | } | | 13 | }
|
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 |