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.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 612 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/tar/TarEntry.java |
2 | 2 | 626 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/tar/TarEntry.java |
| |||||
this.name = TarUtils.parseName(header, offset, NAMELEN); offset += NAMELEN; |
| |||||
this.linkName = TarUtils.parseName(header, offset, NAMELEN); offset += NAMELEN; |
| |||
this. [[#variable112cd3c0]]= TarUtils.parseName(header, offset, NAMELEN); offset += NAMELEN; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112cd3c0]] | name |
1 | 2 | [[#112cd3c0]] | linkName |