CloneSet8937


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.975switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18486
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
28790
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
8
Source Line
486
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        /** Commands ClassLoaderReference. */
                        case JdwpCommandPacket.CLR_VISIBLE_CLASSES:
                                printClrVisibleClassesCommand(in);
                                break;

                        /** Commands EventRequest. */
                        case JdwpCommandPacket.ER_SET:
                                printErSetCommand(in);
                                break;


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

                        /** Commands ClassLoaderReference. */
                        case JdwpCommandPacket.CLR_VISIBLE_CLASSES:
                                printClrVisibleClassesReply(in);
                                break;

                        /** Commands EventRequest. */
                        case JdwpCommandPacket.ER_SET:
                                printErSetReply(in);
                                break;


Clone AbstractionParameter Count: 2Parameter Bindings

/** Commands ClassLoaderReference. */
case JdwpCommandPacket.CLR_VISIBLE_CLASSES:
   [[#variableb520b1e0]](in);
  break;
/** Commands EventRequest. */
case JdwpCommandPacket.ER_SET:
   [[#variableb520b6e0]](in);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b520b1e0]]
printClrVisibleClassesReply 
12[[#b520b1e0]]
printClrVisibleClassesCommand 
21[[#b520b6e0]]
printErSetReply 
22[[#b520b6e0]]
printErSetCommand