String getReceiveQueue() { return getPropertyAsString(RECEIVE_QUEUE); } public void setReceiveQueue(String name) { setProperty(RECEIVE_QUEUE, name); } public String getContent() { return getPropertyAsString(XML_DATA); } public void setContent(String content) { setProperty(XML_DATA, content);
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); } public void setIntroduction(String intro) { setProperty(REPORT_PAGE_INTRO,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 getReceiveQueue() {
1
String get
2
		
2
FooterURL() {
3
return getPropertyAsString(RECEIVE_QUEUE);
3
        return getPropertyAsString(RE
4
	}
5
	
4
PORT_PAGE_FOOTER);
5
    }
6
    
6
public void setReceiveQueue(String name) {
7
    public void setFooterURL(String url) {
7
		setProperty(RECEIVE_QUEUE, name);
8
        setProperty(RE
8
	}
9
	public String getContent() {
10
		return getPropertyAsString(XML_DATA);
11
	}
12
	
9
PORT_PAGE_FOOTER,url);
10
    }
11
    
12
    public String getIntroduction() {
13
        return getPropertyAsString(REPORT_PAGE_INTRO);
14
    }
15
    
13
public void setContent(String content) {
16
    public void set
14
		setProperty(XML_DATA, content);
15
	
17
Introduction(String intro) {
18
        setProperty(REPORT_PAGE_INTRO,intro);
19
    
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0