CloneSet516


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181560
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java
281823
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
1560
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java

/*
 * Set group start & end marks.
 */
if (gs >= m_nMTF) {
  break;
}
ge = gs + G_SIZE - 1;
if (ge >= m_nMTF) {
  ge = m_nMTF - 1;
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
1823
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/CBZip2OutputStream.java

if (gs >= m_nMTF) {
  break;
}
ge = gs + G_SIZE - 1;
if (ge >= m_nMTF) {
  ge = m_nMTF - 1;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/*
                 * Set group start & end marks.
                 */
if (gs >= m_nMTF) {
  break;
}
ge = gs + G_SIZE - 1;
if (ge >= m_nMTF) {
  ge = m_nMTF - 1;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None