this.su_i2++; this.currentChar = su_ch2Shadow; this.currentState = RAND_PART_B_STATE; this.crc.updateCRC(su_ch2Shadow);
this.su_i2++; this.currentChar = su_ch2Shadow; this.currentState = NO_RAND_PART_B_STATE; this.crc.updateCRC(su_ch2Shadow);
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2InputStream.java File path: /apache-ant-1.7.0/src/org/apache/tools/bzip2/CBZip2InputStream.java
Method name: void setupRandPartA() Method name: void setupNoRandPartA()
Number of AST nodes: 4 Number of AST nodes: 4
1
this.su_i2++;
1
this.su_i2++;
2
            this.currentChar = su_ch2Shadow;
2
            this.currentChar = su_ch2Shadow;
3
            this.currentState = RAND_PART_B_STATE;
3
            this.currentState = NO_RAND_PART_B_STATE;
4
            this.crc.updateCRC(su_ch2Shadow);
4
            this.crc.updateCRC(su_ch2Shadow);
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are declared in the same class
Number of node comparisons0