Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 140 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketLaunchingConnectorImpl.java |
2 | 6 | 112 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketRawLaunchingConnectorImpl.java |
| ||||
getConnectionArguments(connectionArgs); // A listening connector is used that waits for a connection of the VM that is started up. // Note that port number zero means that a free port is chosen. SocketListeningConnectorImpl listenConnector = new SocketListeningConnectorImpl(virtualMachineManager()); Map args = listenConnector.defaultArguments(); |
| ||||
getConnectionArguments(connectionArgs); // A listening connector is used that waits for a connection of the VM that is started up. // Note that port number zero means that a free port is chosen. SocketListeningConnectorImpl listenConnector = new SocketListeningConnectorImpl(virtualMachineManager()); Map args = listenConnector.defaultArguments(); |
| |||
getConnectionArguments(connectionArgs); // A listening connector is used that waits for a connection of the VM that is started up. // Note that port number zero means that a free port is chosen. SocketListeningConnectorImpl listenConnector = new SocketListeningConnectorImpl(virtualMachineManager()); Map args = listenConnector.defaultArguments(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |