CloneSet2814


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3530.955class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131421
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
231999
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
332027
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
432067
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
532191
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
3
Source Line
1421
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

        private void printVmExitCommand(DataInputStream in) throws IOException {
                int exitCode = in.readInt();
                println(TcpIpSpyMessages.VerbosePacketStream_Exit_code__56, exitCode);
        }


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

        private void printTrFrameCountReply(DataInputStream in) throws IOException {
                int framesCount = in.readInt();
                println(TcpIpSpyMessages.VerbosePacketStream_Frames_count__194, framesCount);
        }


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

        private void printTrSuspendCountReply(DataInputStream in) throws IOException {
                int suspendCount = in.readInt();
                println(TcpIpSpyMessages.VerbosePacketStream_Suspend_count__202, suspendCount);
        }


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

        private void printArLengthReply(DataInputStream in) throws IOException {
                int length = in.readInt();
                println(TcpIpSpyMessages.VerbosePacketStream_Length__143, length);
        }


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

        private void printErSetReply(DataInputStream in) throws IOException {
                int requestId = in.readInt();
                println(TcpIpSpyMessages.VerbosePacketStream_Request_id__248, requestId);
        }


Clone AbstractionParameter Count: 3Parameter Bindings

private void [[#variable7c410d60]](DataInputStream in) throws IOException {
  int  [[#variable7c410cc0]]= in.readInt();
  println(TcpIpSpyMessages. [[#variable7c410c40]],  [[#variable7c410cc0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7c410d60]]
printVmExitCommand 
12[[#7c410d60]]
printTrFrameCountReply 
13[[#7c410d60]]
printTrSuspendCountReply 
14[[#7c410d60]]
printArLengthReply 
15[[#7c410d60]]
printErSetReply 
21[[#7c410cc0]]
exitCode 
22[[#7c410cc0]]
framesCount 
23[[#7c410cc0]]
suspendCount 
24[[#7c410cc0]]
length 
25[[#7c410cc0]]
requestId 
31[[#7c410c40]]
VerbosePacketStream_Exit_code__56 
32[[#7c410c40]]
VerbosePacketStream_Frames_count__194 
33[[#7c410c40]]
VerbosePacketStream_Suspend_count__202 
34[[#7c410c40]]
VerbosePacketStream_Length__143 
35[[#7c410c40]]
VerbosePacketStream_Request_id__248