Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.980 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1747 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 7 | 1927 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
printlnMethodId(TcpIpSpyMessages.VerbosePacketStream_Method_id__113, methodId); println(TcpIpSpyMessages.VerbosePacketStream_Arguments_count__136, argumentsCount); for (int i = 0; i < argumentsCount; i++) { readAndPrintlnTaggedValue(TcpIpSpyMessages.VerbosePacketStream_Argument__137, in); } int invocationOptions = in.readInt(); printInvocationOptions(invocationOptions); |
| ||||
printlnMethodId(TcpIpSpyMessages.VerbosePacketStream_Method_id__113, methodId); println(TcpIpSpyMessages.VerbosePacketStream_Arguments_count__136, argsCount); for (int i = 0; i < argsCount; i++) { readAndPrintlnTaggedValue(TcpIpSpyMessages.VerbosePacketStream_Argument__137, in); } int invocationOption = in.readInt(); printInvocationOptions(invocationOption); |
| |||
printlnMethodId(TcpIpSpyMessages.VerbosePacketStream_Method_id__113, methodId); println(TcpIpSpyMessages.VerbosePacketStream_Arguments_count__136, [[#variable52882c40]]); for (int i = 0; i < [[#variable52882c40]]; i++) { readAndPrintlnTaggedValue(TcpIpSpyMessages.VerbosePacketStream_Argument__137, in); } int [[#variable528836e0]]= in.readInt(); printInvocationOptions( [[#variable528836e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52882c40]] | argsCount |
1 | 2 | [[#52882c40]] | argumentsCount |
2 | 1 | [[#528836e0]] | invocationOption |
2 | 2 | [[#528836e0]] | invocationOptions |