Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 848 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java |
2 | 12 | 882 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java |
| |||||
switch (zPend % 2) { case 0: m_szptr[wr] = (short) RUNA; wr++; m_mtfFreq[RUNA]++; break; case 1: m_szptr[wr] = (short) RUNB; wr++; m_mtfFreq[RUNB]++; break; } |
| |||||
switch (zPend % 2) { case 0: m_szptr[wr] = (short) RUNA; wr++; m_mtfFreq[RUNA]++; break; case 1: m_szptr[wr] = (short) RUNB; wr++; m_mtfFreq[RUNB]++; break; } |
| |||
switch (zPend % 2) { case 0: m_szptr[wr] = (short) RUNA; wr++; m_mtfFreq[RUNA]++; break; case 1: m_szptr[wr] = (short) RUNB; wr++; m_mtfFreq[RUNB]++; break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |