CloneSet938


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1282
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Classloader.java
221299
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java
32339
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/zip/ZipEntry.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
82
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Classloader.java

/** Name of the loader. If none, the default loader will be modified
 *
 * @param name the name of this loader
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
1299
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java

/**
 * Sets the name of the tag.
 *
 * @param name The name of the tag.
 *             Must not be <code>null</code> or empty.
 */
public void setName(String name) {
  this.name = name;
}


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

/**
 * Set the name of the entry.
 * @param name the name to use
 */
protected void setName(String name) {
  this.name = name;
}


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable130e2620]]void setName(String name) {
  this.name = name;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130e2620]]
/** Name of the loader. If none, the default loader will be modified
 *
 * @param name the name of this loader
 */
public 
12[[#130e2620]]
/**
 * Sets the name of the tag.
 *
 * @param name The name of the tag.
 *             Must not be <code>null</code> or empty.
 */
public 
13[[#130e2620]]
/**
 * Set the name of the entry.
 * @param name the name to use
 */
protected