CloneSet318


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1161995
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2OutputStream.java
2162022
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2OutputStream.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
1995
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2OutputStream.java

zPend--;
while (true) {
  if ((zPend&1) == 0) {
    sfmap[wr] = RUNA;
    wr++;
    mtfFreq[RUNA]++;
  }
  else {
    sfmap[wr] = RUNB;
    wr++;
    mtfFreq[RUNB]++;
  }
  if (zPend >= 2) {
    zPend = (zPend - 2) >> 1;
  }
  else {
    break;
  }
}


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

zPend--;
while (true) {
  if ((zPend&1) == 0) {
    sfmap[wr] = RUNA;
    wr++;
    mtfFreq[RUNA]++;
  }
  else {
    sfmap[wr] = RUNB;
    wr++;
    mtfFreq[RUNB]++;
  }
  if (zPend >= 2) {
    zPend = (zPend - 2) >> 1;
  }
  else {
    break;
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

zPend--;
while (true) {
  if ((zPend&1) == 0) {
    sfmap[wr] = RUNA;
    wr++;
    mtfFreq[RUNA]++;
  }
  else {
    sfmap[wr] = RUNB;
    wr++;
    mtfFreq[RUNB]++;
  }
  if (zPend >= 2) {
    zPend = (zPend - 2) >> 1;
  }
  else {
    break;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None