CloneSet975


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.952method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1280
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroInstance.java
22443
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
80
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroInstance.java

/**
 * A parameter name value pair as a xml attribute.
 *
 * @param name the name of the attribute
 * @param value the value of the attribute
 */
public void setDynamicAttribute(String name, String value) {
  map.put(name, value);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
443
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java

/**
 * Add a parameter.
 * @param name the name of the parameter
 * @param value the value of the parameter
 */
public void addParam(String name, String value) {
  params.put(name, value);
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Add a parameter.
     * @param name the name of the parameter
     * @param value the value of the parameter
     */
/**
     * A parameter name value pair as a xml attribute.
     *
     * @param name the name of the attribute
     * @param value the value of the attribute
     */
public void [[#variable130fec00]](String name, String value) {
   [[#variable130feb80]].put(name, value);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130fec00]]
setDynamicAttribute 
12[[#130fec00]]
addParam 
21[[#130feb80]]
map 
22[[#130feb80]]
params