Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.982 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 378 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/TokenScanner.java |
2 | 3 | 391 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/TokenScanner.java |
| ||||
catch (BadLocationException e) { String message = "Illegal offset: " + offset; //$NON-NLS-1$ throw new CoreException(createError(DOCUMENT_ERROR, message, e)); } |
| ||||
catch (BadLocationException e) { String message = "Illegal line: " + line; //$NON-NLS-1$ throw new CoreException(createError(DOCUMENT_ERROR, message, e)); } |
| |||
catch (BadLocationException e) { String message = [[#variable61813de0]] + [[#variable617e0280]]; //$NON-NLS-1$ throw new CoreException(createError(DOCUMENT_ERROR, message, e)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61813de0]] | "Illegal line: " |
1 | 2 | [[#61813de0]] | "Illegal offset: " |
2 | 1 | [[#617e0280]] | line |
2 | 2 | [[#617e0280]] | offset |