Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.991 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 239 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 4 | 543 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
byte[] data = command.data(); if (data == null) return; DataInputStream in = new DataInputStream(new ByteArrayInputStream(data)); |
| ||||
byte[] data = reply.data(); if (data == null) return; DataInputStream in = new DataInputStream(new ByteArrayInputStream(data)); |
| |||
byte[] data = [[#variable539e3ec0]].data(); if (data == null) return; DataInputStream in = new DataInputStream(new ByteArrayInputStream(data)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#539e3ec0]] | command |
1 | 2 | [[#539e3ec0]] | reply |