Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.977 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1187 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java |
2 | 3 | 116 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ValueImpl.java |
| ||||
/** * Writes JDWP representation. */ public void writeWithTag(MirrorImpl target, DataOutputStream out) throws IOException { target.writeByte(typeTag(), "type tag", JdwpID.typeTagMap(), out); //$NON-NLS-1$ write(target, out); } |
| ||||
/** * Writes value with value tag. */ public void writeWithTag(MirrorImpl target, DataOutputStream out) throws IOException { target.writeByte(getTag(), "tag", JdwpID.tagMap(), out); //$NON-NLS-1$ write(target, out); } |
| |||
/** * Writes value with value tag. */ /** * Writes JDWP representation. */ public void writeWithTag(MirrorImpl target, DataOutputStream out) throws IOException { target.writeByte( [[#variablea527baa0]](), [[#variablea527ba00]], JdwpID. [[#variablea527b980]](), out); //$NON-NLS-1$ write(target, out); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a527baa0]] | getTag |
1 | 2 | [[#a527baa0]] | typeTag |
2 | 1 | [[#a527ba00]] | "tag" |
2 | 2 | [[#a527ba00]] | "type tag" |
3 | 1 | [[#a527b980]] | tagMap |
3 | 2 | [[#a527b980]] | typeTagMap |