Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 5 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 50 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketAttachingConnectorImpl.java |
2 | 4 | 61 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketLaunchingConnectorImpl.java |
3 | 4 | 54 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketRawLaunchingConnectorImpl.java |
| ||||
HashMap arguments = new HashMap(2); // Hostname StringArgumentImpl strArg = new StringArgumentImpl("hostname", ConnectMessages.SocketAttachingConnectorImpl_Machine_name_to_which_to_attach_for_VM_connections_1, ConnectMessages.SocketAttachingConnectorImpl_Host_2, false); //$NON-NLS-1$ |
| ||||
HashMap arguments = new HashMap(6); // Home StringArgumentImpl strArg = new StringArgumentImpl("home", ConnectMessages.SocketLaunchingConnectorImpl_Home_directory_of_the_SDK_or_runtime_environment_used_to_launch_the_application_1, ConnectMessages.SocketLaunchingConnectorImpl_Home_2, false); //$NON-NLS-1$ |
| ||||
HashMap arguments = new HashMap(3); // Command StringArgumentImpl strArg = new StringArgumentImpl("command", ConnectMessages.SocketRawLaunchingConnectorImpl_Raw_command_to_start_the_debugged_application_VM_1, ConnectMessages.SocketRawLaunchingConnectorImpl_Command_2, true); //$NON-NLS-1$ |
| |||
HashMap arguments = new HashMap( [[#variable57cd7900]]); // Hostname // Home // Command StringArgumentImpl strArg = new StringArgumentImpl( [[#variable57cd77c0]], ConnectMessages. [[#variableb30dd6c0]], ConnectMessages. [[#variable57cd77a0]], [[#variable57cd7860]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57cd7900]] | 2 |
1 | 2 | [[#57cd7900]] | 6 |
1 | 3 | [[#57cd7900]] | 3 |
2 | 1 | [[#57cd77c0]] | "hostname" |
2 | 2 | [[#57cd77c0]] | "home" |
2 | 3 | [[#57cd77c0]] | "command" |
3 | 1 | [[#b30dd6c0]] | SocketAttachingConnectorImpl_Machine_name_to_which_to_attach_for_VM_connections_1 |
3 | 2 | [[#b30dd6c0]] | SocketLaunchingConnectorImpl_Home_directory_of_the_SDK_or_runtime_environment_used_to_launch_the_application_1 |
3 | 3 | [[#b30dd6c0]] | SocketRawLaunchingConnectorImpl_Raw_command_to_start_the_debugged_application_VM_1 |
4 | 1 | [[#57cd77a0]] | SocketAttachingConnectorImpl_Host_2 |
4 | 2 | [[#57cd77a0]] | SocketLaunchingConnectorImpl_Home_2 |
4 | 3 | [[#57cd77a0]] | SocketRawLaunchingConnectorImpl_Command_2 |
5 | 1 | [[#57cd7860]] | false |
5 | 2 | [[#57cd7860]] | false |
5 | 3 | [[#57cd7860]] | true |