CloneSet928


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18260.987switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1181304
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java
2181322
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java
Clone Instance
1
Line Count
18
Source Line
1304
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java

                                case IConstantPoolConstant.CONSTANT_Integer:
                                        buffer.append(
                                                Messages.bind(Messages.disassembler_constantpool_integer, 
                                                        new String[] {
                                                                Integer.toString(i),
                                                                Integer.toString(constantPoolEntry.getIntegerValue())
                                                                     } ));
                                        break;
                                case IConstantPoolConstant.CONSTANT_InterfaceMethodref:
                                        buffer.append(
                                                        Messages.bind(Messages.disassembler_constantpool_interfacemethodref, 
                                                                new String[] {
                                                                        Integer.toString(i),
                                                                        Integer.toString(constantPoolEntry.getClassIndex()),
                                                                        Integer.toString(constantPoolEntry.getNameAndTypeIndex()),
                                                                        new String(constantPoolEntry.getClassName()),
                                                                        new String(constantPoolEntry.getMethodName()),
                                                                        new String(constantPoolEntry.getMethodDescriptor())
                                                                             } ));
                                        break;


Clone Instance
2
Line Count
18
Source Line
1322
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java

                                case IConstantPoolConstant.CONSTANT_Long:
                                        buffer.append(
                                                Messages.bind(Messages.disassembler_constantpool_long, 
                                                        new String[] {
                                                                Integer.toString(i),
                                                                Long.toString(constantPoolEntry.getLongValue())
                                                                     } ));
                                        break;
                                case IConstantPoolConstant.CONSTANT_Methodref:
                                        buffer.append(
                                                        Messages.bind(Messages.disassembler_constantpool_methodref, 
                                                                new String[] {
                                                                        Integer.toString(i),
                                                                        Integer.toString(constantPoolEntry.getClassIndex()),
                                                                        Integer.toString(constantPoolEntry.getNameAndTypeIndex()),
                                                                        new String(constantPoolEntry.getClassName()),
                                                                        new String(constantPoolEntry.getMethodName()),
                                                                        new String(constantPoolEntry.getMethodDescriptor())
                                                                             } ));
                                        break;


Clone AbstractionParameter Count: 6Parameter Bindings

case IConstantPoolConstant. [[#variablea0b34760]]:
  buffer.append(Messages.bind(Messages. [[#variablea0b346c0]], new String[] {
                                                                              Integer.toString(i),
                                                                               [[#variablea0b34640]].toString(constantPoolEntry. [[#variablea0b34520]]())
                                                                            } ));
  break;
case IConstantPoolConstant. [[#variablea0b34540]]:
  buffer.append(Messages.bind(Messages. [[#variable94559d00]], new String[] {
                                                                              Integer.toString(i),
                                                                              Integer.toString(constantPoolEntry.getClassIndex()),
                                                                              Integer.toString(constantPoolEntry.getNameAndTypeIndex()),
                                                                              new String(constantPoolEntry.getClassName()),
                                                                              new String(constantPoolEntry.getMethodName()),
                                                                              new String(constantPoolEntry.getMethodDescriptor())
                                                                            } ));
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0b34760]]
CONSTANT_Long 
12[[#a0b34760]]
CONSTANT_Integer 
21[[#a0b346c0]]
disassembler_constantpool_long 
22[[#a0b346c0]]
disassembler_constantpool_integer 
31[[#a0b34640]]
Long 
32[[#a0b34640]]
Integer 
41[[#a0b34520]]
getLongValue 
42[[#a0b34520]]
getIntegerValue 
51[[#a0b34540]]
CONSTANT_Methodref 
52[[#a0b34540]]
CONSTANT_InterfaceMethodref 
61[[#94559d00]]
disassembler_constantpool_methodref 
62[[#94559d00]]
disassembler_constantpool_interfacemethodref