Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.970 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 187 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/History.java |
2 | 6 | 77 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocConsoleLineTracker.java |
3 | 6 | 2427 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
catch (IOException e) { JavaPlugin.log(e); } catch (CoreException e) { JavaPlugin.log(e); } catch (TransformerFactoryConfigurationError e) { // The XML library can be misconficgured (e.g. via // -Djava.endorsed.dirs=C:\notExisting\xerces-2_7_1) JavaPlugin.log(e); } |
| ||||
catch (BadLocationException e) { JavaPlugin.log(e); } catch (PartInitException e) { JavaPlugin.log(e); } catch (JavaModelException e) { JavaPlugin.log(e); } |
| ||||
catch (CoreException e) { JavaPlugin.log(e); } catch (BadLocationException e) { JavaPlugin.log(e); } catch (TemplateException e) { JavaPlugin.log(e); } |
| |||
catch ( [[#variable9ef924e0]] e) { JavaPlugin.log(e); } catch ( [[#variable9ef92480]] e) { JavaPlugin.log(e); } catch ( [[#variable9ef92420]] e) { // The XML library can be misconficgured (e.g. via // -Djava.endorsed.dirs=C:\notExisting\xerces-2_7_1) JavaPlugin.log(e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ef924e0]] | BadLocationException |
1 | 2 | [[#9ef924e0]] | CoreException |
1 | 3 | [[#9ef924e0]] | IOException |
2 | 1 | [[#9ef92480]] | PartInitException |
2 | 2 | [[#9ef92480]] | BadLocationException |
2 | 3 | [[#9ef92480]] | CoreException |
3 | 1 | [[#9ef92420]] | JavaModelException |
3 | 2 | [[#9ef92420]] | TemplateException |
3 | 3 | [[#9ef92420]] | TransformerFactoryConfigurationError |