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.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1001 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ComponentHelper.java |
2 | 3 | 1006 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ComponentHelper.java |
| |||||
Class getTypeClass(String name) { AntTypeDefinition def = getDefinition(name); return (def == null) ? null: def.getTypeClass(project); } |
| |||||
Class getExposedClass(String name) { AntTypeDefinition def = getDefinition(name); return (def == null) ? null: def.getExposedClass(project); } |
| |||
Class [[#variable13037160]](String name) { AntTypeDefinition def = getDefinition(name); return (def == null) ? null: def. [[#variable13037160]](project); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13037160]] | getTypeClass |
1 | 2 | [[#13037160]] | getExposedClass |