void setServer(String newServer) { this.setProperty(SERVER, newServer); } public String getServer() { return getPropertyAsString(SERVER); } public void setReUseConnection(String newServer) { this.setProperty(RE_USE_CONNECTION, newServer); }
void setConfigChoice(String choice) { setProperty(CONFIG_CHOICE, choice); } /** * return the config choice * */ public String getConfigChoice() { return getPropertyAsString(CONFIG_CHOICE); } /** * set the source of the message * * @param choice */ public void setMessageChoice(String choice) { setProperty(MESSAGE_CHOICE, choice); }
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/tcp/sampler/TCPSampler.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void setServer(String newServer) {
1
void setConfigChoice(String choice) {
2
		this.setProperty(SERVER, newServer);
2
		setProperty(
3
	}
3
CONFIG_CHOICE, choice);
4
	}
5
	/**
6
	 * return the config choice
7
	 * 
8
	 */
4
	public String getServer() {
9
	public String getConfigChoice() {
5
		return getPropertyAsString(SERVER);
10
		return getPropertyAsString(
6
	}
11
CONFIG_CHOICE);
12
	}
13
	/**
14
	 * set the source of the message
15
	 * 
16
	 * @param choice
17
	 */
7
	public void setReUseConnection(String newServer) {
18
	public void setMessageChoice(String choice) {
8
		this.setProperty(RE_USE_CONNECTION, newServer);
19
		setProperty(MESSAGE_CHOICE, choice);
9
	}
20
	}
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