CloneSet3685


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.995statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
195254
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
296211
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
9
Source Line
5254
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        for (int i = (3 - (pos&  3)); i > 0; i--) { // faster than % 4
                if (classFileOffset >= bCodeStream.length) {
                        resizeByteArray();
                }
                position++;
                bCodeStream[classFileOffset++ ] = 0;
        }
        defaultLabel.branch();
        writeSignedWord(length);


Clone Instance
2
Line Count
9
Source Line
6211
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        // padding
        for (int i = (3 - (pos&  3)); i > 0; i--) {
                if (classFileOffset >= bCodeStream.length) {
                        resizeByteArray();
                }
                position++;
                bCodeStream[classFileOffset++ ] = 0;
        }
        defaultLabel.branch();
        writeSignedWord(low);


Clone AbstractionParameter Count: 1Parameter Bindings

// padding
for (int i = (3 - (pos&3)); i > 0; i--) { // faster than % 4
  if (classFileOffset >= bCodeStream.length) {
    resizeByteArray();
  }
  position++;
  bCodeStream[classFileOffset++ ] = 0;
}
defaultLabel.branch();
writeSignedWord( [[#variable52dae320]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52dae320]]
length 
12[[#52dae320]]
low