Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 7 | 2 | 0.959 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2797 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 4 | 2803 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
3 | 4 | 2809 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
4 | 4 | 2815 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
5 | 4 | 2821 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
6 | 4 | 2827 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
7 | 4 | 2833 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
protected void printParanthetical(byte i) { print(" ("); //$NON-NLS-1$ print(i); print(')'); } |
| ||||
protected void printParanthetical(char i) { print(" ("); //$NON-NLS-1$ print(i); print(')'); } |
| ||||
protected void printParanthetical(short i) { print(" ("); //$NON-NLS-1$ print(i); print(')'); } |
| ||||
protected void printParanthetical(int i) { print(" ("); //$NON-NLS-1$ print(i); print(')'); } |
| ||||
protected void printParanthetical(long l) { print(" ("); //$NON-NLS-1$ print(l); print(')'); } |
| ||||
protected void printParanthetical(float f) { print(" ("); //$NON-NLS-1$ print(f); print(')'); } |
| ||||
protected void printParanthetical(double d) { print(" ("); //$NON-NLS-1$ print(d); print(')'); } |
| |||
protected void printParanthetical( [[#variablea4313800]] [[#variablea4313780]]) { print(" ("); //$NON-NLS-1$ print( [[#variablea4313780]]); print(')'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4313800]] | byte |
1 | 2 | [[#a4313800]] | char |
1 | 3 | [[#a4313800]] | short |
1 | 4 | [[#a4313800]] | int |
1 | 5 | [[#a4313800]] | long |
1 | 6 | [[#a4313800]] | float |
1 | 7 | [[#a4313800]] | double |
2 | 1 | [[#a4313780]] | i |
2 | 2 | [[#a4313780]] | i |
2 | 3 | [[#a4313780]] | i |
2 | 4 | [[#a4313780]] | i |
2 | 5 | [[#a4313780]] | l |
2 | 6 | [[#a4313780]] | f |
2 | 7 | [[#a4313780]] | d |