CloneSet2987


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15690
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
251225
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
Clone Instance
1
Line Count
5
Source Line
690
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                for (int i = 0, max = defaultAbstractMethods.length; i < max; i++) {
                        generateMethodInfoHeader(defaultAbstractMethods[i]);
                        int methodAttributeOffset = contentsOffset;
                        int attributeNumber = generateMethodInfoAttribute(defaultAbstractMethods[i]);
                        completeMethodInfo(methodAttributeOffset, attributeNumber);
                }


Clone Instance
2
Line Count
5
Source Line
1225
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                for (int i = 0, max = defaultAbstractMethods.length; i < max; i++) {
                        generateMethodInfoHeader(defaultAbstractMethods[i]);
                        int methodAttributeOffset = contentsOffset;
                        int attributeNumber = generateMethodInfoAttribute(defaultAbstractMethods[i]);
                        completeMethodInfo(methodAttributeOffset, attributeNumber);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

for (int i = 0, max = defaultAbstractMethods.length; i < max; i++) {
  generateMethodInfoHeader(defaultAbstractMethods[i]);
  int methodAttributeOffset = contentsOffset;
  int attributeNumber = generateMethodInfoAttribute(defaultAbstractMethods[i]);
  completeMethodInfo(methodAttributeOffset, attributeNumber);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None