CloneSet3869


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1573
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/FieldInfo.java
2586
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java
Clone Instance
1
Line Count
5
Source Line
73
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/FieldInfo.java

                        constantPoolEntry = constantPool.decodeEntry(u2At(classFileBytes, readOffset, offset));
                        if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
                                throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
                        }
                        char[] attributeName = constantPoolEntry.getUtf8Value();


Clone Instance
2
Line Count
5
Source Line
86
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java

                        constantPoolEntry = constantPool.decodeEntry(u2At(classFileBytes, readOffset, offset));
                        if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
                                throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
                        }
                        char[] attributeName = constantPoolEntry.getUtf8Value();


Clone AbstractionParameter Count: 0Parameter Bindings

constantPoolEntry = constantPool.decodeEntry(u2At(classFileBytes, readOffset, offset));
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
  throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
char[] attributeName = constantPoolEntry.getUtf8Value();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None