void setConnTimeOut(String connto) { setProperty(new StringProperty(CONNTO, connto)); } public String getConnTimeOut() { return getPropertyAsString(CONNTO); } public void setSecure(String sec) { setProperty(new StringProperty(SECURE, sec));
void setValue(String newValue) { setProperty(new StringProperty(VALUE, newValue)); } /** * Gets the value of the Argument object. * * @return the attribute's value */ public String getValue() { return getPropertyAsString(VALUE); } /** * Sets the opcode of the Argument. * * @param newOpcode * the new value */ public void setOpcode(String newOpcode) { setProperty(new StringProperty(OPCODE, newOpcode));
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgument.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void setConnTimeOut(String connto) {
1
void set
2
        setProperty(new StringProperty(CONNTO, connto));
3
    }
4
    public String getConnTimeOut() {
5
        return getPropertyAsString(CONNTO);
6
    }
7
    
8
    
2
Value(String newValue) {
3
		setProperty(new StringProperty(VALUE, newValue));
4
	}
5
	/**
6
	 * Gets the value of the Argument object.
7
	 * 
8
	 * @return the attribute's value
9
	 */
10
	public String getValue() {
11
		return getPropertyAsString(VALUE);
12
	}
13
	/**
14
	 * Sets the opcode of the Argument.
15
	 * 
16
	 * @param newOpcode
17
	 *            the new value
18
	 */
9
public void setSecure(String sec) {
19
	public void setOpcode(String 
10
        
20
newOpcode) {
11
setProperty(new StringProperty(SECURE, sec));
21
		setProperty(new StringProperty(OPCODE, newOpcode));
12
    
22
	
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