Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.974 | class_body_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 28 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/FieldInfo.java |
2 | 6 | 30 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
| ||||
private int attributeBytes; private IClassFileAttribute[] attributes; private int attributesCount; private IConstantValueAttribute constantValueAttribute; private char[] descriptor; private int descriptorIndex; |
| ||||
private int attributeBytes; private IClassFileAttribute[] attributes; private int attributesCount; private ICodeAttribute codeAttribute; private char[] descriptor; private int descriptorIndex; |
| |||
private int attributeBytes; private IClassFileAttribute[] attributes; private int attributesCount; private [[#variableb61a3840]] [[#variable987a8e20]]; private char[] descriptor; private int descriptorIndex; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b61a3840]] | IConstantValueAttribute |
1 | 2 | [[#b61a3840]] | ICodeAttribute |
2 | 1 | [[#987a8e20]] | constantValueAttribute |
2 | 2 | [[#987a8e20]] | codeAttribute |