CloneSet559


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.968method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13580
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
23614
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
580
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java

/**
 * Return the value of a property, if it is set.
 *
 * @param propertyName The name of the property.
 *             May be <code>null</code>, in which case
 *             the return value is also <code>null</code>.
 * @return the property value, or <code>null</code> for no match
 *         or if a <code>null</code> name is provided.
 */
public String getProperty(String propertyName) {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  return (String) ph.getProperty(null, propertyName);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
614
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java

/**
 * Return the value of a user property, if it is set.
 *
 * @param propertyName The name of the property.
 *             May be <code>null</code>, in which case
 *             the return value is also <code>null</code>.
 * @return the property value, or <code>null</code> for no match
 *         or if a <code>null</code> name is provided.
 */
public String getUserProperty(String propertyName) {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  return (String) ph.getUserProperty(null, propertyName);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Return the value of a user property, if it is set.
     *
     * @param propertyName The name of the property.
     *             May be <code>null</code>, in which case
     *             the return value is also <code>null</code>.
     * @return the property value, or <code>null</code> for no match
     *         or if a <code>null</code> name is provided.
     */
/**
     * Return the value of a property, if it is set.
     *
     * @param propertyName The name of the property.
     *             May be <code>null</code>, in which case
     *             the return value is also <code>null</code>.
     * @return the property value, or <code>null</code> for no match
     *         or if a <code>null</code> name is provided.
     */
public String  [[#variable13000e80]](String propertyName) {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  return (String) ph. [[#variable13000e80]](null, propertyName);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13000e80]]
getProperty 
12[[#13000e80]]
getUserProperty