String getValue() { return getPropertyAsString(VALUE); } /** * Sets the Meta Data attribute of the Argument. * * @param newMetaData * the new metadata */ public void setMetaData(String newMetaData) { setProperty(new StringProperty(METADATA, newMetaData)); } /** * Gets the Meta Data attribute of the Argument. * * @return the MetaData value */ public String getMetaData() { return getPropertyAsString(METADATA);
String getAttrs() { return getPropertyAsString(ATTRIBS); } /*************************************************************************** * Sets the Base Entry DN attribute of the LDAPSampler object * * @param newbaseentry * The new Base entry DN value **************************************************************************/ public void setBaseEntryDN(String newbaseentry) { setProperty(new StringProperty(BASE_ENTRY_DN, newbaseentry)); } /*************************************************************************** * Gets the BaseEntryDN attribute of the LDAPSampler object * * @return The Base entry DN value **************************************************************************/ public String getBaseEntryDN() { return getPropertyAsString(BASE_ENTRY_DN);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/config/Argument.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
String getValue() {
1
String getAttrs() {
2
		return getPropertyAsString(VALUE);
2
		return getPropertyAsString(ATTRIBS);
3
	}
3
	}
4
	/**
4
	/***************************************************************************
5
	 * Sets the Meta Data attribute of the Argument.
5
	 * Sets the Base Entry DN attribute of the LDAPSampler object
6
	 * 
6
	 * 
7
	 * @param newMetaData
7
	 * @param newbaseentry
8
	 *            the new metadata
8
	 *            The new 
9
	 
9
Base entry DN value
10
*/
10
	 **************************************************************************/
11
	public void setMetaData(String newMetaData) {
11
	public void setBaseEntryDN(String newbaseentry) {
12
		setProperty(new StringProperty(METADATA, newMetaData));
12
		setProperty(new StringProperty(
13
	}
14
	/
13
BASE_ENTRY_DN, newbaseentry));
14
	}
15
**
15
	/***************************************************************************
16
	 * Gets the Meta Data attribute of the Argument.
16
	 * Gets the BaseEntryDN attribute of the LDAPSampler object
17
	 * 
17
	 * 
18
	 * @return the MetaData value
18
	 * @return The 
19
	 
19
Base entry DN value
20
*/
20
	 **************************************************************************/
21
	public String getMetaData() {
21
	public String getBaseEntryDN() {
22
		return getPropertyAsString(METADATA);
22
		return getPropertyAsString(BASE_ENTRY_DN);
23
	
23
	
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