CloneSet2482


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

                        case JdwpCommandPacket.TR_SUSPEND_COUNT:
                                printTrDefaultCommand(in);
                                break;
/* no more in the jdwp spec
                        case JdwpCommandPacket.TR_POP_TOP_FRAME:
                                break;
*/

                        /** Commands ThreadGroupReference. */
                        case JdwpCommandPacket.TGR_NAME:
                                printTgrDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.TGR_PARENT:
                                printTgrDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.TGR_CHILDREN:
                                printTgrDefaultCommand(in);
                                break;

                        /** Commands ArrayReference. */
                        case JdwpCommandPacket.AR_LENGTH:
                                printArLengthCommand(in);
                                break;
                        case JdwpCommandPacket.AR_GET_VALUES:
                                printArGetValuesCommand(in);
                                break;


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

                        case JdwpCommandPacket.TR_SUSPEND_COUNT:
                                printTrSuspendCountReply(in);
                                break;
/* no more in the jdwp spec
                        case JdwpCommandPacket.TR_POP_TOP_FRAME:
                                break;
*/
                        /** Commands ThreadGroupReference. */
                        case JdwpCommandPacket.TGR_NAME:
                                printTgrNameReply(in);
                                break;
                        case JdwpCommandPacket.TGR_PARENT:
                                printTgrParentReply(in);
                                break;
                        case JdwpCommandPacket.TGR_CHILDREN:
                                printTgrChildrenReply(in);
                                break;

                        /** Commands ArrayReference. */
                        case JdwpCommandPacket.AR_LENGTH:
                                printArLengthReply(in);
                                break;
                        case JdwpCommandPacket.AR_GET_VALUES:
                                printArGetValuesReply(in);
                                break;


Clone AbstractionParameter Count: 6Parameter Bindings

case JdwpCommandPacket.TR_SUSPEND_COUNT:
   [[#variable597b5840]](in);
  break;
/* no more in the jdwp spec
                        case JdwpCommandPacket.TR_POP_TOP_FRAME:
                                break;
*/
/** Commands ThreadGroupReference. */
case JdwpCommandPacket.TGR_NAME:
   [[#variable597b57c0]](in);
  break;
case JdwpCommandPacket.TGR_PARENT:
   [[#variable597b5700]](in);
  break;
case JdwpCommandPacket.TGR_CHILDREN:
   [[#variable597b56c0]](in);
  break;
/** Commands ArrayReference. */
case JdwpCommandPacket.AR_LENGTH:
   [[#variable597b5680]](in);
  break;
case JdwpCommandPacket.AR_GET_VALUES:
   [[#variable5a675080]](in);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#597b5840]]
printTrSuspendCountReply 
12[[#597b5840]]
printTrDefaultCommand 
21[[#597b57c0]]
printTgrNameReply 
22[[#597b57c0]]
printTgrDefaultCommand 
31[[#597b5700]]
printTgrParentReply 
32[[#597b5700]]
printTgrDefaultCommand 
41[[#597b56c0]]
printTgrChildrenReply 
42[[#597b56c0]]
printTgrDefaultCommand 
51[[#597b5680]]
printArLengthReply 
52[[#597b5680]]
printArLengthCommand 
61[[#5a675080]]
printArGetValuesReply 
62[[#5a675080]]
printArGetValuesCommand