String getHeaderURL() {
return getPropertyAsString(REPORT_PAGE_HEADER);
}
public void setHeaderURL(String url) {
setProperty(REPORT_PAGE_HEADER,url);
}
public String getFooterURL() {
return getPropertyAsString(REPORT_PAGE_FOOTER);
}
String getParameters() {
return this.getPropertyAsString(PARAMETERS);
}
public void setParameters(String newScript) {
this.setProperty(PARAMETERS, newScript);
}
public String getScriptLanguage() {
return this.getPropertyAsString(LANGUAGE);
}
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/java/sampler/BSFSampler.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | String getHeaderURL() {↵ | | 1 | String get↵
|
2 | ↵ | | 2 | Parameters() {↵
|
3 | return getPropertyAsString(REPORT_PAGE_HEADER);↵ | | 3 | return this.getPropertyAsString(PARAMETERS);↵
|
4 | }↵ | | |
|
5 | ↵ | | |
|
6 | ↵ | | 4 | }↵
|
|
7 | public void setHeaderURL(String url) {↵ | | 5 | public void set↵
|
8 | setProperty(REPORT_PAGE_HEADER,url);↵ | | |
|
9 | }↵ | | |
|
10 | ↵ | | |
|
11 | public String getFooterURL() {↵ | | |
|
12 | ↵ | | 6 | Parameters(String newScript) {↵
|
| | | 7 | this.setProperty(PARAMETERS, newScript);↵
|
| | | 8 | }↵
|
|
| | | 9 | public String getScriptLanguage() {↵
|
13 | return getPropertyAsString(REPORT_PAGE_FOOTER);↵ | | 10 | return this.getPropertyAsString(↵
|
14 | ↵ | | 11 | LANGUAGE);↵
|
15 | } | | 12 | }
|
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 |