Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.984 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1458 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 3 | 1464 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
for (int i = 0; i < classpathCount; i++) { String path = readString(in); println(TcpIpSpyMessages.VerbosePacketStream_Classpath__68, path); } |
| ||||
for (int i = 0; i < bootclasspathCount; i++) { String path = readString(in); println(TcpIpSpyMessages.VerbosePacketStream_Bootclasspath__70, path); } |
| |||
for (int i = 0; i < [[#variable974b2bc0]]; i++) { String path = readString(in); println(TcpIpSpyMessages. [[#variable974b2b60]], path); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#974b2bc0]] | bootclasspathCount |
1 | 2 | [[#974b2bc0]] | classpathCount |
2 | 1 | [[#974b2b60]] | VerbosePacketStream_Bootclasspath__70 |
2 | 2 | [[#974b2b60]] | VerbosePacketStream_Classpath__68 |