Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1374 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 2 | 2306 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
long typeId = readReferenceTypeID(in); String signature = readString(in); |
| ||||
long typeId = readReferenceTypeID(in); String typeSignature = readString(in); |
| |||
long typeId = readReferenceTypeID(in); String [[#variable9df85bc0]]= readString(in); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9df85bc0]] | typeSignature |
1 | 2 | [[#9df85bc0]] | signature |