CloneSet1976


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000statement_sequence[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111051
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
2121136
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
Clone Instance
1
Line Count
11
Source Line
1051
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                // always clear the strictfp/native/abstract bit for a problem method
                generateMethodInfoHeader(methodBinding, methodBinding.modifiers&  ~(ClassFileConstants.AccStrictfp|  ClassFileConstants.AccNative|  ClassFileConstants.AccAbstract));
                int methodAttributeOffset = contentsOffset;
                int attributeNumber = generateMethodInfoAttribute(methodBinding, true);

                // Code attribute
                attributeNumber++;
                int codeAttributeOffset = contentsOffset;
                generateCodeAttributeHeader();
                codeStream.reset(method, this );
                String problemString = "";  //$NON-NLS-1$
                int problemLine = 0;


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

                // always clear the strictfp/native/abstract bit for a problem method
                generateMethodInfoHeader(methodBinding, methodBinding.modifiers&  ~(ClassFileConstants.AccStrictfp|  ClassFileConstants.AccNative|  ClassFileConstants.AccAbstract));
                int methodAttributeOffset = contentsOffset;
                int attributeNumber = generateMethodInfoAttribute(methodBinding, true);

                // Code attribute
                attributeNumber++;

                int codeAttributeOffset = contentsOffset;
                generateCodeAttributeHeader();
                codeStream.reset(method, this );
                String problemString = "";  //$NON-NLS-1$
                int problemLine = 0;


Clone AbstractionParameter Count: 0Parameter Bindings

// always clear the strictfp/native/abstract bit for a problem method
generateMethodInfoHeader(methodBinding, methodBinding.modifiers& ~(ClassFileConstants.AccStrictfp|ClassFileConstants.AccNative|ClassFileConstants.AccAbstract));
int methodAttributeOffset = contentsOffset;
int attributeNumber = generateMethodInfoAttribute(methodBinding, true);
// Code attribute
attributeNumber++;
int codeAttributeOffset = contentsOffset;
generateCodeAttributeHeader();
codeStream.reset(method, this );
String problemString = ""; //$NON-NLS-1$
int problemLine = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None