CloneSet1453


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6430.983catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16101
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketAttachingConnectorImpl.java
26126
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketLaunchingConnectorImpl.java
3691
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java
4698
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketRawLaunchingConnectorImpl.java
Clone Instance
1
Line Count
6
Source Line
101
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketAttachingConnectorImpl.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);
                  }


Clone Instance
2
Line Count
6
Source Line
126
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketLaunchingConnectorImpl.java

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


Clone Instance
3
Line Count
6
Source Line
91
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java

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


Clone Instance
4
Line Count
6
Source Line
98
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketRawLaunchingConnectorImpl.java

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


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6463e7e0]]
SocketAttachingConnectorImpl_Connection_argument_is_not_of_the_right_type_6 
12[[#6463e7e0]]
SocketLaunchingConnectorImpl_Connection_argument_is_not_of_the_right_type_14 
13[[#6463e7e0]]
SocketListeningConnectorImpl_Connection_argument_is_not_of_the_right_type_6 
14[[#6463e7e0]]
SocketRawLaunchingConnectorImpl_Connection_argument_is_not_of_the_right_type_8 
21[[#beeda2e0]]
SocketAttachingConnectorImpl_Necessary_connection_argument_is_null_7 
22[[#beeda2e0]]
SocketLaunchingConnectorImpl_Necessary_connection_argument_is_null_15 
23[[#beeda2e0]]
SocketListeningConnectorImpl_Necessary_connection_argument_is_null_7 
24[[#beeda2e0]]
SocketRawLaunchingConnectorImpl_Necessary_connection_argument_is_null_9 
31[[#beeda320]]
SocketAttachingConnectorImpl_Connection_argument_is_not_a_number_8 
32[[#beeda320]]
SocketLaunchingConnectorImpl_Connection_argument_is_not_a_number_16 
33[[#beeda320]]
SocketListeningConnectorImpl_Connection_argument_is_not_a_number_8 
34[[#beeda320]]
SocketRawLaunchingConnectorImpl_Connection_argument_is_not_a_number_10