Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 45 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
2 | 4 | 171 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java |
| ||||
/** * @param classFileBytes byte[] * @param offsets int[] * @param offset int */ protected FieldInfo (byte classFileBytes[], int offsets[], int offset) { super(classFileBytes, offsets, offset); this.accessFlags = -1; this.signatureUtf8Offset = -1; } |
| ||||
/** * @param classFileBytes byte[] * @param offsets int[] * @param offset int */ protected MethodInfo (byte classFileBytes[], int offsets[], int offset) { super(classFileBytes, offsets, offset); this.accessFlags = -1; this.signatureUtf8Offset = -1; } |
| |||
/** * @param classFileBytes byte[] * @param offsets int[] * @param offset int */ protected [[#variable72ea7ac0]](byte classFileBytes[], int offsets[], int offset) { super(classFileBytes, offsets, offset); this.accessFlags = -1; this.signatureUtf8Offset = -1; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#72ea7ac0]] | MethodInfo |
1 | 2 | [[#72ea7ac0]] | FieldInfo |