Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 58 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketAttachingConnectorImpl.java |
2 | 2 | 51 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java |
| ||||
// Port IntegerArgumentImpl intArg = new IntegerArgumentImpl("port", ConnectMessages.SocketAttachingConnectorImpl_Port_number_to_which_to_attach_for_VM_connections_3, ConnectMessages.SocketAttachingConnectorImpl_Port_4, true, SocketTransportImpl.MIN_PORTNR, SocketTransportImpl.MAX_PORTNR); //$NON-NLS-1$ arguments.put(intArg.name(), intArg); |
| ||||
// Port IntegerArgumentImpl intArg = new IntegerArgumentImpl("port", ConnectMessages.SocketListeningConnectorImpl_Port_number_at_which_to_listen_for_VM_connections_1, ConnectMessages.SocketListeningConnectorImpl_Port_2, true, SocketTransportImpl.MIN_PORTNR, SocketTransportImpl.MAX_PORTNR); //$NON-NLS-1$ arguments.put(intArg.name(), intArg); |
| |||
// Port IntegerArgumentImpl intArg = new IntegerArgumentImpl("port", ConnectMessages. [[#variablea4bd8580]], ConnectMessages. [[#variablebb876260]], true, SocketTransportImpl.MIN_PORTNR, SocketTransportImpl.MAX_PORTNR); //$NON-NLS-1$ arguments.put(intArg.name(), intArg); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4bd8580]] | SocketListeningConnectorImpl_Port_number_at_which_to_listen_for_VM_connections_1 |
1 | 2 | [[#a4bd8580]] | SocketAttachingConnectorImpl_Port_number_to_which_to_attach_for_VM_connections_3 |
2 | 1 | [[#bb876260]] | SocketListeningConnectorImpl_Port_2 |
2 | 2 | [[#bb876260]] | SocketAttachingConnectorImpl_Port_4 |