Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 8 | 3 | 0.954 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 46 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Annotation.java |
2 | 2 | 57 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Annotation.java |
3 | 2 | 34 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/AnnotationComponent.java |
4 | 2 | 46 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/FieldInfo.java |
5 | 2 | 42 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LineNumberAttribute.java |
6 | 2 | 52 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
7 | 2 | 29 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/SignatureAttribute.java |
8 | 2 | 36 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/VerificationInfo.java |
| ||||
final int index = u2At(classFileBytes, 0, offset); this.typeIndex = index; |
| ||||
final int length = u2At(classFileBytes, 2, offset); this.componentsNumber = length; |
| ||||
final int nameIndex = u2At(classFileBytes, 0, offset); this.componentNameIndex = nameIndex; |
| ||||
final int flags = u2At(classFileBytes, 0, offset); this.accessFlags = flags; |
| ||||
final int length = u2At(classFileBytes, 6, offset); this.lineNumberTableLength = length; |
| ||||
final int flags = u2At(classFileBytes, 0, offset); this.accessFlags = flags; |
| ||||
final int index = u2At(classFileBytes, 6, offset); this.signatureIndex = index; |
| ||||
final int constantIndex = u2At(classFileBytes, 1, offset); this.constantPoolIndex = constantIndex; |
| |||
final int [[#variableba7af2c0]]= u2At(classFileBytes, [[#variableba7af280]], offset); this. [[#variableba7af220]]= [[#variableba7af2c0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba7af2c0]] | flags |
1 | 2 | [[#ba7af2c0]] | length |
1 | 3 | [[#ba7af2c0]] | constantIndex |
1 | 4 | [[#ba7af2c0]] | nameIndex |
1 | 5 | [[#ba7af2c0]] | index |
1 | 6 | [[#ba7af2c0]] | length |
1 | 7 | [[#ba7af2c0]] | index |
1 | 8 | [[#ba7af2c0]] | flags |
2 | 1 | [[#ba7af280]] | 0 |
2 | 2 | [[#ba7af280]] | 6 |
2 | 3 | [[#ba7af280]] | 1 |
2 | 4 | [[#ba7af280]] | 0 |
2 | 5 | [[#ba7af280]] | 6 |
2 | 6 | [[#ba7af280]] | 2 |
2 | 7 | [[#ba7af280]] | 0 |
2 | 8 | [[#ba7af280]] | 0 |
3 | 1 | [[#ba7af220]] | accessFlags |
3 | 2 | [[#ba7af220]] | lineNumberTableLength |
3 | 3 | [[#ba7af220]] | constantPoolIndex |
3 | 4 | [[#ba7af220]] | componentNameIndex |
3 | 5 | [[#ba7af220]] | signatureIndex |
3 | 6 | [[#ba7af220]] | componentsNumber |
3 | 7 | [[#ba7af220]] | typeIndex |
3 | 8 | [[#ba7af220]] | accessFlags |