Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.973 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 235 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ComponentHelper.java |
2 | 3 | 996 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ComponentHelper.java |
| |||||
{ AntTypeDefinition def = getDefinition(componentName); return (def == null) ? null: def.create(project); } |
| |||||
{ AntTypeDefinition def = getDefinition(name); return (def == null) ? null: def.create(project); } |
| |||
{ AntTypeDefinition def = getDefinition( [[#variable112630c0]]); return (def == null) ? null: def.create(project); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112630c0]] | componentName |
1 | 2 | [[#112630c0]] | name |