Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | statement_sequence[9] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1051 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 12 | 1136 | 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; |
| ||||
// 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; |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |