| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 4 | 3 | 0.983 | catch_statements |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 101 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketAttachingConnectorImpl.java |
| 2 | 6 | 126 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketLaunchingConnectorImpl.java |
| 3 | 6 | 91 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java |
| 4 | 6 | 98 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketRawLaunchingConnectorImpl.java |
| ||||
catch (ClassCastException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketAttachingConnectorImpl_Connection_argument_is_not_of_the_right_type_6, attribute);
}
catch (NullPointerException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketAttachingConnectorImpl_Necessary_connection_argument_is_null_7, attribute);
}
catch (NumberFormatException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketAttachingConnectorImpl_Connection_argument_is_not_a_number_8, attribute);
}
|
| ||||
catch (ClassCastException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketLaunchingConnectorImpl_Connection_argument_is_not_of_the_right_type_14, attribute);
}
catch (NullPointerException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketLaunchingConnectorImpl_Necessary_connection_argument_is_null_15, attribute);
}
catch (NumberFormatException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketLaunchingConnectorImpl_Connection_argument_is_not_a_number_16, attribute);
}
|
| ||||
catch (ClassCastException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketListeningConnectorImpl_Connection_argument_is_not_of_the_right_type_6, attribute);
}
catch (NullPointerException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketListeningConnectorImpl_Necessary_connection_argument_is_null_7, attribute);
}
catch (NumberFormatException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketListeningConnectorImpl_Connection_argument_is_not_a_number_8, attribute);
}
|
| ||||
catch (ClassCastException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketRawLaunchingConnectorImpl_Connection_argument_is_not_of_the_right_type_8, attribute);
}
catch (NullPointerException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketRawLaunchingConnectorImpl_Necessary_connection_argument_is_null_9, attribute);
}
catch (NumberFormatException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages.SocketRawLaunchingConnectorImpl_Connection_argument_is_not_a_number_10, attribute);
}
|
| |||
catch (ClassCastException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages. [[#variable6463e7e0]], attribute);
}
catch (NullPointerException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages. [[#variablebeeda2e0]], attribute);
}
catch (NumberFormatException e) {
throw new IllegalConnectorArgumentsException(ConnectMessages. [[#variablebeeda320]], attribute);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6463e7e0]] | SocketAttachingConnectorImpl_Connection_argument_is_not_of_the_right_type_6 |
| 1 | 2 | [[#6463e7e0]] | SocketLaunchingConnectorImpl_Connection_argument_is_not_of_the_right_type_14 |
| 1 | 3 | [[#6463e7e0]] | SocketListeningConnectorImpl_Connection_argument_is_not_of_the_right_type_6 |
| 1 | 4 | [[#6463e7e0]] | SocketRawLaunchingConnectorImpl_Connection_argument_is_not_of_the_right_type_8 |
| 2 | 1 | [[#beeda2e0]] | SocketAttachingConnectorImpl_Necessary_connection_argument_is_null_7 |
| 2 | 2 | [[#beeda2e0]] | SocketLaunchingConnectorImpl_Necessary_connection_argument_is_null_15 |
| 2 | 3 | [[#beeda2e0]] | SocketListeningConnectorImpl_Necessary_connection_argument_is_null_7 |
| 2 | 4 | [[#beeda2e0]] | SocketRawLaunchingConnectorImpl_Necessary_connection_argument_is_null_9 |
| 3 | 1 | [[#beeda320]] | SocketAttachingConnectorImpl_Connection_argument_is_not_a_number_8 |
| 3 | 2 | [[#beeda320]] | SocketLaunchingConnectorImpl_Connection_argument_is_not_a_number_16 |
| 3 | 3 | [[#beeda320]] | SocketListeningConnectorImpl_Connection_argument_is_not_a_number_8 |
| 3 | 4 | [[#beeda320]] | SocketRawLaunchingConnectorImpl_Connection_argument_is_not_a_number_10 |