CloneSet905


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.955method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13624
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
23633
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
624
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java

/**
 * Return a copy of the properties table.
 * @return a hashtable containing all properties
 *         (including user properties).
 */
public Hashtable getProperties() {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  return ph.getProperties();
}


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

/**
 * Return a copy of the user property hashtable.
 * @return a hashtable containing just the user properties.
 */
public Hashtable getUserProperties() {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  return ph.getUserProperties();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Return a copy of the user property hashtable.
     * @return a hashtable containing just the user properties.
     */
/**
     * Return a copy of the properties table.
     * @return a hashtable containing all properties
     *         (including user properties).
     */
public Hashtable  [[#variable130d59e0]]() {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  return ph. [[#variable130d59e0]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130d59e0]]
getProperties 
12[[#130d59e0]]
getUserProperties