Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 4 | 0.959 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 772 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 3 | 1153 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
3 | 3 | 1185 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
{ super.getfield(fieldBinding); this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(fieldBinding.type); } |
| ||||
{ super.instance_of(typeBinding); this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.INT); } |
| ||||
{ super.invokeEnumOrdinal(enumTypeConstantPoolName); this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.INT); } |
| |||
{ super. [[#variable5425c340]]( [[#variable5425c2c0]]); this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo( [[#variable5425c220]]. [[#variable5425c1c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5425c340]] | getfield |
1 | 2 | [[#5425c340]] | invokeEnumOrdinal |
1 | 3 | [[#5425c340]] | instance_of |
2 | 1 | [[#5425c2c0]] | fieldBinding |
2 | 2 | [[#5425c2c0]] | enumTypeConstantPoolName |
2 | 3 | [[#5425c2c0]] | typeBinding |
3 | 1 | [[#5425c220]] | fieldBinding |
3 | 2 | [[#5425c220]] | TypeBinding |
3 | 3 | [[#5425c220]] | TypeBinding |
4 | 1 | [[#5425c1c0]] | type |
4 | 2 | [[#5425c1c0]] | INT |
4 | 3 | [[#5425c1c0]] | INT |