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); }
String getQueueConnectionFactory() { return getPropertyAsString(QUEUE_CONNECTION_FACTORY_JNDI); } public void setQueueConnectionFactory(String qcf) { setProperty(QUEUE_CONNECTION_FACTORY_JNDI, qcf); } public String getSendQueue() { return getPropertyAsString(SEND_QUEUE); } public void setSendQueue(String name) { setProperty(SEND_QUEUE, name); }
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 getFooterURL() {
1
String get
2
        return getPropertyAsString(REPORT_PAGE_FOOTER);
3
    }
4
    
5
    public void setFooterURL
2
QueueConnectionFactory() {
3
		return getPropertyAsString(QUEUE_CONNECTION_FACTORY_JNDI);
4
	}
6
(String url) {
5
	public void setQueueConnectionFactory(String qcf) {
7
        setProperty(REPORT_PAGE_FOOTER,url);
6
		setProperty(
8
    }
9
    
10
    public String getIntroduction() {
11
        return getPropertyAsString(REPORT_PAGE_INTRO);
12
    }
13
    
14
    
7
QUEUE_CONNECTION_FACTORY_JNDI, qcf);
8
	}
9
	public String getSendQueue() {
10
		return getPropertyAsString(SEND_QUEUE);
11
	}
15
public void setIntroduction(String intro) {
12
	public void set
16
        setProperty(REPORT_PAGE_INTRO,intro);
17
    
13
SendQueue(String name) {
14
		setProperty(SEND_QUEUE, name);
18
}
15
	}
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