| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 24 | 3 | 0.968 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 50 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Annotation.java |
| 2 | 4 | 38 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/AnnotationComponent.java |
| 3 | 4 | 85 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/AnnotationComponentValue.java |
| 4 | 4 | 95 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/AnnotationComponentValue.java |
| 5 | 4 | 32 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileAttribute.java |
| 6 | 4 | 39 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/EnclosingMethodAttribute.java |
| 7 | 4 | 46 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/EnclosingMethodAttribute.java |
| 8 | 4 | 52 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/EnclosingMethodAttribute.java |
| 9 | 4 | 57 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/EnclosingMethodAttribute.java |
| 10 | 4 | 40 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ExceptionTableEntry.java |
| 11 | 4 | 53 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/FieldInfo.java |
| 12 | 4 | 60 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/FieldInfo.java |
| 13 | 4 | 43 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/InnerClassesAttributeEntry.java |
| 14 | 4 | 50 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/InnerClassesAttributeEntry.java |
| 15 | 4 | 57 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/InnerClassesAttributeEntry.java |
| 16 | 4 | 50 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTableEntry.java |
| 17 | 4 | 55 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTableEntry.java |
| 18 | 4 | 50 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTypeTableEntry.java |
| 19 | 4 | 55 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTypeTableEntry.java |
| 20 | 4 | 60 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
| 21 | 4 | 67 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
| 22 | 4 | 32 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/SignatureAttribute.java |
| 23 | 4 | 44 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/SourceFileAttribute.java |
| 24 | 4 | 40 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/VerificationInfo.java |
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.typeName = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.componentName = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.enumConstantTypeName = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.enumConstantName = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.attributeName = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Class) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.enclosingClassName = constantPoolEntry.getClassInfoName();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_NameAndType) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.methodDescriptorIndex = constantPoolEntry.getNameAndTypeInfoDescriptorIndex();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.methodDescriptor = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.methodName = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Class) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.catchType = constantPoolEntry.getClassInfoName();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.name = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.descriptor = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Class) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.innerClassName = constantPoolEntry.getClassInfoName();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Class) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.outerClassName = constantPoolEntry.getClassInfoName();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.innerName = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.name = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.descriptor = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.name = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.signature = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.name = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.descriptor = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.signature = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Utf8) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.sourceFileName = constantPoolEntry.getUtf8Value();
|
| ||||
if (constantPoolEntry.getKind() != IConstantPoolConstant.CONSTANT_Class) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this.classTypeName = constantPoolEntry.getClassInfoName();
|
| |||
if (constantPoolEntry.getKind() != IConstantPoolConstant. [[#variablec1607200]]) {
throw new ClassFormatException(ClassFormatException.INVALID_CONSTANT_POOL_ENTRY);
}
this. [[#variablec1607160]]= constantPoolEntry. [[#variablec16070e0]]();
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 2 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 3 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 4 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 5 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 6 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 7 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 8 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 9 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 10 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 11 | [[#c1607200]] | CONSTANT_Class |
| 1 | 12 | [[#c1607200]] | CONSTANT_Class |
| 1 | 13 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 14 | [[#c1607200]] | CONSTANT_Class |
| 1 | 15 | [[#c1607200]] | CONSTANT_Class |
| 1 | 16 | [[#c1607200]] | CONSTANT_NameAndType |
| 1 | 17 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 18 | [[#c1607200]] | CONSTANT_Class |
| 1 | 19 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 20 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 21 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 22 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 23 | [[#c1607200]] | CONSTANT_Utf8 |
| 1 | 24 | [[#c1607200]] | CONSTANT_Utf8 |
| 2 | 1 | [[#c1607160]] | typeName |
| 2 | 2 | [[#c1607160]] | descriptor |
| 2 | 3 | [[#c1607160]] | name |
| 2 | 4 | [[#c1607160]] | signature |
| 2 | 5 | [[#c1607160]] | enumConstantName |
| 2 | 6 | [[#c1607160]] | enumConstantTypeName |
| 2 | 7 | [[#c1607160]] | attributeName |
| 2 | 8 | [[#c1607160]] | componentName |
| 2 | 9 | [[#c1607160]] | methodName |
| 2 | 10 | [[#c1607160]] | methodDescriptor |
| 2 | 11 | [[#c1607160]] | enclosingClassName |
| 2 | 12 | [[#c1607160]] | catchType |
| 2 | 13 | [[#c1607160]] | innerName |
| 2 | 14 | [[#c1607160]] | outerClassName |
| 2 | 15 | [[#c1607160]] | innerClassName |
| 2 | 16 | [[#c1607160]] | methodDescriptorIndex |
| 2 | 17 | [[#c1607160]] | sourceFileName |
| 2 | 18 | [[#c1607160]] | classTypeName |
| 2 | 19 | [[#c1607160]] | name |
| 2 | 20 | [[#c1607160]] | descriptor |
| 2 | 21 | [[#c1607160]] | name |
| 2 | 22 | [[#c1607160]] | signature |
| 2 | 23 | [[#c1607160]] | descriptor |
| 2 | 24 | [[#c1607160]] | name |
| 3 | 1 | [[#c16070e0]] | getUtf8Value |
| 3 | 2 | [[#c16070e0]] | getUtf8Value |
| 3 | 3 | [[#c16070e0]] | getUtf8Value |
| 3 | 4 | [[#c16070e0]] | getUtf8Value |
| 3 | 5 | [[#c16070e0]] | getUtf8Value |
| 3 | 6 | [[#c16070e0]] | getUtf8Value |
| 3 | 7 | [[#c16070e0]] | getUtf8Value |
| 3 | 8 | [[#c16070e0]] | getUtf8Value |
| 3 | 9 | [[#c16070e0]] | getUtf8Value |
| 3 | 10 | [[#c16070e0]] | getUtf8Value |
| 3 | 11 | [[#c16070e0]] | getClassInfoName |
| 3 | 12 | [[#c16070e0]] | getClassInfoName |
| 3 | 13 | [[#c16070e0]] | getUtf8Value |
| 3 | 14 | [[#c16070e0]] | getClassInfoName |
| 3 | 15 | [[#c16070e0]] | getClassInfoName |
| 3 | 16 | [[#c16070e0]] | getNameAndTypeInfoDescriptorIndex |
| 3 | 17 | [[#c16070e0]] | getUtf8Value |
| 3 | 18 | [[#c16070e0]] | getClassInfoName |
| 3 | 19 | [[#c16070e0]] | getUtf8Value |
| 3 | 20 | [[#c16070e0]] | getUtf8Value |
| 3 | 21 | [[#c16070e0]] | getUtf8Value |
| 3 | 22 | [[#c16070e0]] | getUtf8Value |
| 3 | 23 | [[#c16070e0]] | getUtf8Value |
| 3 | 24 | [[#c16070e0]] | getUtf8Value |