Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.989 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 180 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java |
2 | 3 | 197 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java |
3 | 3 | 218 | 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)); } |
| ||||
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)); } |
| ||||
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)); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b7edc80]] | IllegalStateException |
1 | 2 | [[#9b7edc80]] | IOException |
1 | 3 | [[#9b7edc80]] | IOException |
2 | 1 | [[#9b7edd80]] | ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__2 |
2 | 2 | [[#9b7edd80]] | ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__1 |
2 | 3 | [[#9b7edd80]] | ArchiveSourceLocation_Unable_to_locate_source_element_in_archive__0__1 |