Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.972 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 46 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/BZip2Resource.java |
2 | 2 | 44 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/GZipResource.java |
| |||||
/** * Constructor with another resource to wrap. * @param other the resource to wrap. */ public BZip2Resource(org.apache.tools.ant.types.ResourceCollection other) { super(other); } |
| |||||
/** * Constructor with another resource to wrap. * @param other the resource to wrap. */ public GZipResource(org.apache.tools.ant.types.ResourceCollection other) { super(other); } |
| |||
/** * Constructor with another resource to wrap. * @param other the resource to wrap. */ public [[#variable11261580]](org.apache.tools.ant.types.ResourceCollection other) { super(other); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11261580]] | BZip2Resource |
1 | 2 | [[#11261580]] | GZipResource |