Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.982 | catch_statements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 227 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java |
2 | 4 | 231 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java |
| ||||
catch (MalformedTreeException e) { handleException(viewer, e, fRegion); } catch (IllegalArgumentException e) { handleException(viewer, e, fRegion); } |
| ||||
catch (BadLocationException e) { handleException(viewer, e, fRegion); } catch (CoreException e) { handleException(viewer, e, fRegion); } |
| |||
catch ( [[#variable639777c0]] e) { handleException(viewer, e, fRegion); } catch ( [[#variable639777e0]] e) { handleException(viewer, e, fRegion); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#639777c0]] | MalformedTreeException |
1 | 2 | [[#639777c0]] | BadLocationException |
2 | 1 | [[#639777e0]] | IllegalArgumentException |
2 | 2 | [[#639777e0]] | CoreException |