Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.993 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 147 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketLaunchingConnectorImpl.java |
2 | 3 | 118 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketRawLaunchingConnectorImpl.java |
| ||||
((Connector.IntegerArgument) args.get("port")).setValue(port); //$NON-NLS-1$ ((Connector.IntegerArgument) args.get("timeout")).setValue(ACCEPT_TIMEOUT); //$NON-NLS-1$ listenConnector.startListening(args); |
| ||||
((Connector.IntegerArgument) args.get("port")).setValue(fAddress); //$NON-NLS-1$ ((Connector.IntegerArgument) args.get("timeout")).setValue(ACCEPT_TIMEOUT); //$NON-NLS-1$ listenConnector.startListening(args); |
| |||
((Connector.IntegerArgument) args.get("port")).setValue( [[#variable581fff80]]); //$NON-NLS-1$ ((Connector.IntegerArgument) args.get("timeout")).setValue(ACCEPT_TIMEOUT); //$NON-NLS-1$ listenConnector.startListening(args); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#581fff80]] | port |
1 | 2 | [[#581fff80]] | fAddress |