Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 3 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 874 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 4 | 908 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
3 | 4 | 984 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
4 | 4 | 1084 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
5 | 4 | 1160 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
boolean spaceNeeded = false; if ((status& JDWP_CLASS_STATUS_VERIFIED) != 0) { print("VERIFIED"); //$NON-NLS-1$ spaceNeeded = true; } |
| ||||
boolean spaceNeeded = false; if ((modifiers& ACC_PUBLIC) != 0) { print("PUBLIC"); //$NON-NLS-1$ spaceNeeded = true; } |
| ||||
boolean spaceNeeded = false; if ((modifiers& ACC_PUBLIC) != 0) { print("PUBLIC"); //$NON-NLS-1$ spaceNeeded = true; } |
| ||||
boolean spaceNeeded = false; if ((modifiers& ACC_PUBLIC) != 0) { print("PUBLIC"); //$NON-NLS-1$ spaceNeeded = true; } |
| ||||
boolean spaceNeeded = false; if ((invocationOptions& INVOKE_SINGLE_THREADED) != 0) { print("SINGLE_THREADED"); //$NON-NLS-1$ spaceNeeded = true; } |
| |||
boolean spaceNeeded = false; if (( [[#variableb5a75ae0]]& [[#variableb31320c0]]) != 0) { print( [[#variable7d1c66c0]]); //$NON-NLS-1$ spaceNeeded = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5a75ae0]] | invocationOptions |
1 | 2 | [[#b5a75ae0]] | modifiers |
1 | 3 | [[#b5a75ae0]] | status |
1 | 4 | [[#b5a75ae0]] | modifiers |
1 | 5 | [[#b5a75ae0]] | modifiers |
2 | 1 | [[#b31320c0]] | INVOKE_SINGLE_THREADED |
2 | 2 | [[#b31320c0]] | ACC_PUBLIC |
2 | 3 | [[#b31320c0]] | JDWP_CLASS_STATUS_VERIFIED |
2 | 4 | [[#b31320c0]] | ACC_PUBLIC |
2 | 5 | [[#b31320c0]] | ACC_PUBLIC |
3 | 1 | [[#7d1c66c0]] | "SINGLE_THREADED" |
3 | 2 | [[#7d1c66c0]] | "PUBLIC" |
3 | 3 | [[#7d1c66c0]] | "VERIFIED" |
3 | 4 | [[#7d1c66c0]] | "PUBLIC" |
3 | 5 | [[#7d1c66c0]] | "PUBLIC" |