CloneSet280


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112468
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java
212515
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
468
Source File
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;
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
515
Source File
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;
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None