CloneSet869


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4830.975switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141681
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
241685
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
341689
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
441693
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
541697
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
641701
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
741705
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
841709
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
4
Source Line
1681
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                case TypeIds.T_int:  // new: java.lang.Integer
                        verificationTypeInfo = new VerificationTypeInfo(TypeIds.T_JavaLangInteger, VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool.JavaLangIntegerConstantPoolName);
                        this.currentFrame.addStackItem(verificationTypeInfo);
                        break;


Clone Instance
2
Line Count
4
Source Line
1685
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                case TypeIds.T_boolean:  // new: java.lang.Boolean
                        verificationTypeInfo = new VerificationTypeInfo(TypeIds.T_JavaLangBoolean, VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool.JavaLangBooleanConstantPoolName);
                        this.currentFrame.addStackItem(verificationTypeInfo);
                        break;


Clone Instance
3
Line Count
4
Source Line
1689
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                case TypeIds.T_byte:  // new: java.lang.Byte
                        verificationTypeInfo = new VerificationTypeInfo(TypeIds.T_JavaLangByte, VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool.JavaLangByteConstantPoolName);
                        this.currentFrame.addStackItem(verificationTypeInfo);
                        break;


Clone Instance
4
Line Count
4
Source Line
1693
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                case TypeIds.T_char:  // new: java.lang.Character
                        verificationTypeInfo = new VerificationTypeInfo(TypeIds.T_JavaLangCharacter, VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool.JavaLangCharacterConstantPoolName);
                        this.currentFrame.addStackItem(verificationTypeInfo);
                        break;


Clone Instance
5
Line Count
4
Source Line
1697
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                case TypeIds.T_float:  // new: java.lang.Float
                        verificationTypeInfo = new VerificationTypeInfo(TypeIds.T_JavaLangFloat, VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool.JavaLangFloatConstantPoolName);
                        this.currentFrame.addStackItem(verificationTypeInfo);
                        break;


Clone Instance
6
Line Count
4
Source Line
1701
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                case TypeIds.T_double:  // new: java.lang.Double
                        verificationTypeInfo = new VerificationTypeInfo(TypeIds.T_JavaLangDouble, VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool.JavaLangDoubleConstantPoolName);
                        this.currentFrame.addStackItem(verificationTypeInfo);
                        break;


Clone Instance
7
Line Count
4
Source Line
1705
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                case TypeIds.T_short:  // new: java.lang.Short
                        verificationTypeInfo = new VerificationTypeInfo(TypeIds.T_JavaLangShort, VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool.JavaLangShortConstantPoolName);
                        this.currentFrame.addStackItem(verificationTypeInfo);
                        break;


Clone Instance
8
Line Count
4
Source Line
1709
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                case TypeIds.T_long:  // new: java.lang.Long
                        verificationTypeInfo = new VerificationTypeInfo(TypeIds.T_JavaLangLong, VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool.JavaLangLongConstantPoolName);
                        this.currentFrame.addStackItem(verificationTypeInfo);
                        break;


Clone AbstractionParameter Count: 3Parameter Bindings

case TypeIds. [[#variable5fef41c0]]: // new: java.lang.Integer // new: java.lang.Boolean // new: java.lang.Byte // new: java.lang.Character // new: java.lang.Float // new: java.lang.Double // new: java.lang.Short // new: java.lang.Long
  verificationTypeInfo = new VerificationTypeInfo(TypeIds. [[#variable5e88ba60]], VerificationTypeInfo.ITEM_UNINITIALIZED, ConstantPool. [[#variable5fef4240]]);
  this.currentFrame.addStackItem(verificationTypeInfo);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5fef41c0]]
T_int 
12[[#5fef41c0]]
T_boolean 
13[[#5fef41c0]]
T_byte 
14[[#5fef41c0]]
T_char 
15[[#5fef41c0]]
T_float 
16[[#5fef41c0]]
T_double 
17[[#5fef41c0]]
T_short 
18[[#5fef41c0]]
T_long 
21[[#5e88ba60]]
T_JavaLangInteger 
22[[#5e88ba60]]
T_JavaLangBoolean 
23[[#5e88ba60]]
T_JavaLangByte 
24[[#5e88ba60]]
T_JavaLangCharacter 
25[[#5e88ba60]]
T_JavaLangFloat 
26[[#5e88ba60]]
T_JavaLangDouble 
27[[#5e88ba60]]
T_JavaLangShort 
28[[#5e88ba60]]
T_JavaLangLong 
31[[#5fef4240]]
JavaLangIntegerConstantPoolName 
32[[#5fef4240]]
JavaLangBooleanConstantPoolName 
33[[#5fef4240]]
JavaLangByteConstantPoolName 
34[[#5fef4240]]
JavaLangCharacterConstantPoolName 
35[[#5fef4240]]
JavaLangFloatConstantPoolName 
36[[#5fef4240]]
JavaLangDoubleConstantPoolName 
37[[#5fef4240]]
JavaLangShortConstantPoolName 
38[[#5fef4240]]
JavaLangLongConstantPoolName