CloneSet4295


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.988statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1258
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketAttachingConnectorImpl.java
2251
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java
Clone Instance
1
Line Count
2
Source Line
58
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketAttachingConnectorImpl.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);


Clone Instance
2
Line Count
2
Source Line
51
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java

                // 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);


Clone AbstractionParameter Count: 2Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4bd8580]]
SocketListeningConnectorImpl_Port_number_at_which_to_listen_for_VM_connections_1 
12[[#a4bd8580]]
SocketAttachingConnectorImpl_Port_number_to_which_to_attach_for_VM_connections_3 
21[[#bb876260]]
SocketListeningConnectorImpl_Port_2 
22[[#bb876260]]
SocketAttachingConnectorImpl_Port_4