Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 3 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 62 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/AnnotationComponentValue.java |
2 | 2 | 81 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/AnnotationComponentValue.java |
3 | 2 | 103 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/AnnotationComponentValue.java |
4 | 2 | 120 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/AnnotationComponentValue.java |
| ||||
final int constantIndex = this.u2At(classFileBytes, this.readOffset, offset); this.constantValueIndex = constantIndex; |
| ||||
int index = this.u2At(classFileBytes, this.readOffset, offset); this.enumConstantTypeNameIndex = index; |
| ||||
final int classFileIndex = this.u2At(classFileBytes, this.readOffset, offset); this.classFileInfoIndex = classFileIndex; |
| ||||
final int numberOfValues = this.u2At(classFileBytes, this.readOffset, offset); this.valuesNumber = numberOfValues; |
| |||
[[#variableba292ce0]]int [[#variablebaca5c80]]= this.u2At(classFileBytes, this.readOffset, offset); this. [[#variablebad10ec0]]= [[#variablebaca5c80]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba292ce0]] | final |
1 | 2 | [[#ba292ce0]] | final |
1 | 3 | [[#ba292ce0]] | |
1 | 4 | [[#ba292ce0]] | final |
2 | 1 | [[#baca5c80]] | numberOfValues |
2 | 2 | [[#baca5c80]] | classFileIndex |
2 | 3 | [[#baca5c80]] | index |
2 | 4 | [[#baca5c80]] | constantIndex |
3 | 1 | [[#bad10ec0]] | valuesNumber |
3 | 2 | [[#bad10ec0]] | classFileInfoIndex |
3 | 3 | [[#bad10ec0]] | enumConstantTypeNameIndex |
3 | 4 | [[#bad10ec0]] | constantValueIndex |