CloneSet328


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
20210.972class_body_declarations[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12073
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2InputStream.java
220521
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2OutputStream.java
Next
Last
Clone Instance
1
Line Count
20
Source Line
73
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2InputStream.java

/**
 * Index of the last char in the block, so the block size == last + 1.
 */
private int last;

/**
 * Index in zptr[] of original string after sorting.
 */
private int origPtr;

/**
 * always: in the range 0 .. 9.
 * The current block size is 100000 * this number.
 */
private int blockSize100k;

private boolean blockRandomised;

private int bsBuff;

private int bsLive;

private final CRC crc = new CRC();

private int nInUse;


First
Previous
Clone Instance
2
Line Count
20
Source Line
521
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2OutputStream.java

/**
  Index of the last char in the block, so
  the block size == last + 1.
*/
private int last;

/**
 * Index in fmap[] of original string after sorting.
 */
private int origPtr;

/**
   Always: in the range 0 .. 9.
   The current block size is 100000 * this number.
 */
private final int blockSize100k;

private boolean blockRandomised;

private int bsBuff;

private int bsLive;

private final CRC crc = new CRC();

private int nInUse;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
      Index of the last char in the block, so
      the block size == last + 1.
    */
/**
     * Index of the last char in the block, so the block size == last + 1.
     */
private int last;

/**
     * Index in fmap[] of original string after sorting.
     */
/**
     * Index in zptr[] of original string after sorting.
     */
private int origPtr;

 [[#variable1013da40]]int blockSize100k;

private boolean blockRandomised;

private int bsBuff;

private int bsLive;

private final CRC crc = new CRC();

private int nInUse;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1013da40]]
/**
 * always: in the range 0 .. 9.
 * The current block size is 100000 * this number.
 */
private 
12[[#1013da40]]
/**
   Always: in the range 0 .. 9.
   The current block size is 100000 * this number.
 */
private final