Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 82 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Classloader.java |
2 | 2 | 1299 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
3 | 2 | 339 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/zip/ZipEntry.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; } |
| |||||
/** * 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; } |
| |||||
/** * Set the name of the entry. * @param name the name to use */ protected void setName(String name) { this.name = name; } |
| |||
[[#variable130e2620]]void setName(String name) { this.name = name; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130e2620]] | /** Name of the loader. If none, the default loader will be modified * * @param name the name of this loader */ public |
1 | 2 | [[#130e2620]] | /** * Sets the name of the tag. * * @param name The name of the tag. * Must not be <code>null</code> or empty. */ public |
1 | 3 | [[#130e2620]] | /** * Set the name of the entry. * @param name the name to use */ protected |