CloneSet1639


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6830.963switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16308
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
26314
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
36320
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
46326
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
56332
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
66338
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
76344
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
88350
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
6
Source Line
308
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        /** Commands ReferenceType. */
                        case JdwpCommandPacket.RT_SIGNATURE:
                                printRtDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.RT_CLASS_LOADER:
                                printRtDefaultCommand(in);
                                break;


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

                        case JdwpCommandPacket.RT_MODIFIERS:
                                printRtDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.RT_FIELDS:
                                printRtDefaultCommand(in);
                                break;


Clone Instance
3
Line Count
6
Source Line
320
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        case JdwpCommandPacket.RT_METHODS:
                                printRtDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.RT_GET_VALUES:
                                printRtGetValuesCommand(in);
                                break;


Clone Instance
4
Line Count
6
Source Line
326
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        case JdwpCommandPacket.RT_SOURCE_FILE:
                                printRtDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.RT_NESTED_TYPES:
                                printRtDefaultCommand(in);
                                break;


Clone Instance
5
Line Count
6
Source Line
332
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        case JdwpCommandPacket.RT_STATUS:
                                printRtDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.RT_INTERFACES:
                                printRtDefaultCommand(in);
                                break;


Clone Instance
6
Line Count
6
Source Line
338
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        case JdwpCommandPacket.RT_CLASS_OBJECT:
                                printRtDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.RT_SOURCE_DEBUG_EXTENSION:
                                printRtDefaultCommand(in);
                                break;


Clone Instance
7
Line Count
6
Source Line
344
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                        case JdwpCommandPacket.RT_SIGNATURE_WITH_GENERIC:
                                printRtDefaultCommand(in);
                                break;
                        case JdwpCommandPacket.RT_FIELDS_WITH_GENERIC:
                                printRtDefaultCommand(in);
                                break;


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

                        case JdwpCommandPacket.RT_METHODS_WITH_GENERIC:
                                printRtDefaultCommand(in);
                                break;

                        /** Commands ClassType. */
                        case JdwpCommandPacket.CT_SUPERCLASS:
                                printCtSuperclassCommand(in);
                                break;


Clone AbstractionParameter Count: 3Parameter Bindings

/** Commands ReferenceType. */
case JdwpCommandPacket. [[#variable5bf5f680]]:
  printRtDefaultCommand(in);
  break;
/** Commands ClassType. */
case JdwpCommandPacket. [[#variable5bf5f600]]:
   [[#variable5bf5f5a0]](in);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5bf5f680]]
RT_SIGNATURE 
12[[#5bf5f680]]
RT_MODIFIERS 
13[[#5bf5f680]]
RT_METHODS 
14[[#5bf5f680]]
RT_SOURCE_FILE 
15[[#5bf5f680]]
RT_STATUS 
16[[#5bf5f680]]
RT_CLASS_OBJECT 
17[[#5bf5f680]]
RT_SIGNATURE_WITH_GENERIC 
18[[#5bf5f680]]
RT_METHODS_WITH_GENERIC 
21[[#5bf5f600]]
RT_CLASS_LOADER 
22[[#5bf5f600]]
RT_FIELDS 
23[[#5bf5f600]]
RT_GET_VALUES 
24[[#5bf5f600]]
RT_NESTED_TYPES 
25[[#5bf5f600]]
RT_INTERFACES 
26[[#5bf5f600]]
RT_SOURCE_DEBUG_EXTENSION 
27[[#5bf5f600]]
RT_FIELDS_WITH_GENERIC 
28[[#5bf5f600]]
CT_SUPERCLASS 
31[[#5bf5f5a0]]
printRtDefaultCommand 
32[[#5bf5f5a0]]
printRtDefaultCommand 
33[[#5bf5f5a0]]
printRtGetValuesCommand 
34[[#5bf5f5a0]]
printRtDefaultCommand 
35[[#5bf5f5a0]]
printRtDefaultCommand 
36[[#5bf5f5a0]]
printRtDefaultCommand 
37[[#5bf5f5a0]]
printRtDefaultCommand 
38[[#5bf5f5a0]]
printCtSuperclassCommand