CloneSet2483


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22260.975switch_groups[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122364
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
222669
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
22
Source Line
364
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        case JdwpCommandPacket.CT_NEW_INSTANCE:
                                printCtNewInstanceCommand(in);
                                break;

                        /** Commands ArrayType. */
                        case JdwpCommandPacket.AT_NEW_INSTANCE:
                                printAtNewInstanceCommand(in);
                                break;

                        /** Commands Method. */
                        case JdwpCommandPacket.M_LINE_TABLE:
                                printMDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.M_VARIABLE_TABLE:
                                printMDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.M_BYTECODES:
                                printMDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.M_IS_OBSOLETE:
                                printMDefaultCommand(in);
                                break;


Clone Instance
2
Line Count
22
Source Line
669
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        case JdwpCommandPacket.CT_NEW_INSTANCE:
                                printCtNewInstanceReply(in);
                                break;

                        /** Commands ArrayType. */
                        case JdwpCommandPacket.AT_NEW_INSTANCE:
                                printAtNewInstanceReply(in);
                                break;

                        /** Commands Method. */
                        case JdwpCommandPacket.M_LINE_TABLE:
                                printMLineTableReply(in);
                                break;
                        case JdwpCommandPacket.M_VARIABLE_TABLE:
                                printMVariableTableReply(in);
                                break;
                        case JdwpCommandPacket.M_BYTECODES:
                                printMBytecodesReply(in);
                                break;
                        case JdwpCommandPacket.M_IS_OBSOLETE:
                                printMIsObsoleteReply(in);
                                break;


Clone AbstractionParameter Count: 6Parameter Bindings

case JdwpCommandPacket.CT_NEW_INSTANCE:
   [[#variable5ac16640]](in);
  break;
/** Commands ArrayType. */
case JdwpCommandPacket.AT_NEW_INSTANCE:
   [[#variable5ac165a0]](in);
  break;
/** Commands Method. */
case JdwpCommandPacket.M_LINE_TABLE:
   [[#variable5ac16520]](in);
  break;
case JdwpCommandPacket.M_VARIABLE_TABLE:
   [[#variable5ac164c0]](in);
  break;
case JdwpCommandPacket.M_BYTECODES:
   [[#variable5ac16420]](in);
  break;
case JdwpCommandPacket.M_IS_OBSOLETE:
   [[#variable5ac162a0]](in);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ac16640]]
printCtNewInstanceReply 
12[[#5ac16640]]
printCtNewInstanceCommand 
21[[#5ac165a0]]
printAtNewInstanceReply 
22[[#5ac165a0]]
printAtNewInstanceCommand 
31[[#5ac16520]]
printMLineTableReply 
32[[#5ac16520]]
printMDefaultCommand 
41[[#5ac164c0]]
printMVariableTableReply 
42[[#5ac164c0]]
printMDefaultCommand 
51[[#5ac16420]]
printMBytecodesReply 
52[[#5ac16420]]
printMDefaultCommand 
61[[#5ac162a0]]
printMIsObsoleteReply 
62[[#5ac162a0]]
printMDefaultCommand