CloneSet2116


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.989catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13180
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java
23197
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java
33218
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java
Clone Instance
1
Line Count
3
Source Line
180
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java

                  catch (IOException e) {
                        throw new CoreException(new Status(IStatus.ERROR, LaunchingPlugin.getUniqueIdentifier(), IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR, 
                                MessageFormat.format(LaunchingMessages.ArchiveSourceLocation_Unable_to_locate_source_element_in_archive__0__1, new String[] {
                                                                                                                                                             getName()
                                                                                                                                                            } ),          e));
                  }


Clone Instance
2
Line Count
3
Source Line
197
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java

                          catch (IOException e) {
                                throw new CoreException(new Status(IStatus.ERROR, LaunchingPlugin.getUniqueIdentifier(), IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR, 
                                        MessageFormat.format(LaunchingMessages.ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__1, new String[] {
                                                                                                                                                                                              getName()
                                                                                                                                                                                             } ),          e));
                          }


Clone Instance
3
Line Count
3
Source Line
218
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java

                                  catch (IllegalStateException e) {
                                        throw new CoreException(new Status(IStatus.ERROR, LaunchingPlugin.getUniqueIdentifier(), IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR, 
                                                MessageFormat.format(LaunchingMessages.ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__2, new String[] {
                                                                                                                                                                                                      getName()
                                                                                                                                                                                                     } ),          e));
                                  }


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable9b7edc80]] e) {
  throw new CoreException(new Status(IStatus.ERROR, LaunchingPlugin.getUniqueIdentifier(), IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR, MessageFormat.format(LaunchingMessages. [[#variable9b7edd80]], new String[] {
                                                                                                                                                                                                                               getName()
                                                                                                                                                                                                                             } ), e));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9b7edc80]]
IllegalStateException 
12[[#9b7edc80]]
IOException 
13[[#9b7edc80]]
IOException 
21[[#9b7edd80]]
ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__2 
22[[#9b7edd80]]
ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__1 
23[[#9b7edd80]]
ArchiveSourceLocation_Unable_to_locate_source_element_in_archive__0__1