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.976 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 55 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/TarResource.java |
2 | 3 | 66 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/TarResource.java |
| |||||
/** * Construct a TarResource representing the specified * entry in the specified archive. * @param a the archive as File. * @param e the TarEntry. */ public TarResource(File a, TarEntry e) { super(a, true); setEntry(e); } |
| |||||
/** * Construct a TarResource representing the specified * entry in the specified archive. * @param a the archive as Resource. * @param e the TarEntry. */ public TarResource(Resource a, TarEntry e) { super(a, true); setEntry(e); } |
| |||
/** * Construct a TarResource representing the specified * entry in the specified archive. * @param a the archive as Resource. * @param e the TarEntry. */ /** * Construct a TarResource representing the specified * entry in the specified archive. * @param a the archive as File. * @param e the TarEntry. */ public TarResource( [[#variable112595a0]] a, TarEntry e) { super(a, true); setEntry(e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112595a0]] | File |
1 | 2 | [[#112595a0]] | Resource |