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 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 468 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java |
2 | 12 | 515 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java |
| |||||
{ int ch = (m_bsBuff >> 24); try { m_bsStream.write(ch); // write 8-bit } catch (IOException e) { throw e; } m_bsBuff <<= 8; m_bsLive -= 8; } |
| |||||
{ int ch = (m_bsBuff >> 24); try { m_bsStream.write(ch); // write 8-bit } catch (IOException e) { throw e; } m_bsBuff <<= 8; m_bsLive -= 8; } |
| |||
{ int ch = (m_bsBuff >> 24); try { m_bsStream.write(ch); // write 8-bit } catch (IOException e) { throw e; } m_bsBuff <<= 8; m_bsLive -= 8; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |