void setMethod(String value) { setProperty(METHOD, value); } public String getMethod() { return getPropertyAsString(METHOD); } public void setContentEncoding(String value) { setProperty(CONTENT_ENCODING, value);
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/http/sampler/HTTPSamplerBase.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 setMethod(String value) {
1
void setConfigChoice(String choice) {
2
		setProperty(METHOD, value);
2
		setProperty(
3
	}
3
CONFIG_CHOICE, choice);
4
	}
5
	/**
6
	 * return the config choice
7
	 * 
8
	 */
4
	public String getMethod() {
9
	public String getConfigChoice() {
5
		return getPropertyAsString(METHOD);
10
		return getPropertyAsString(
6
	}
7
	public void setContentEncoding
11
CONFIG_CHOICE);
12
	}
13
	/**
14
	 * set the source of the message
15
	 * 
16
	 * @param choice
17
	 */
8
(String value) {
18
	public void setMessageChoice(String choice) {
9
		setProperty(CONTENT_ENCODING, value);
19
		setProperty(MESSAGE_CHOICE, choice);
10
	
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