Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 4 | 0.971 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 199 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java |
2 | 4 | 285 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java |
3 | 4 | 666 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java |
| ||||
catch (JavaModelException e) { String title = JavaEditorMessages.SourceAttachmentForm_error_title; String message = JavaEditorMessages.SourceAttachmentForm_error_message; ExceptionHandler.handle(e, fScrolledComposite.getShell(), title, message); } |
| ||||
catch (CoreException e) { String title = JavaEditorMessages.SourceAttachmentForm_error_title; String message = JavaEditorMessages.SourceAttachmentForm_error_message; ExceptionHandler.handle(e, fScrolledComposite.getShell(), title, message); } |
| ||||
catch (CoreException e) { String title = JavaEditorMessages.ClassFileEditor_error_title; String message = JavaEditorMessages.ClassFileEditor_error_message; ExceptionHandler.handle(e, fParent.getShell(), title, message); } |
| |||
catch ( [[#variable544e12c0]] e) { String title = JavaEditorMessages. [[#variable544e1240]]; String message = JavaEditorMessages. [[#variable544e1160]]; ExceptionHandler.handle(e, [[#variable544e1300]].getShell(), title, message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#544e12c0]] | CoreException |
1 | 2 | [[#544e12c0]] | CoreException |
1 | 3 | [[#544e12c0]] | JavaModelException |
2 | 1 | [[#544e1240]] | SourceAttachmentForm_error_title |
2 | 2 | [[#544e1240]] | ClassFileEditor_error_title |
2 | 3 | [[#544e1240]] | SourceAttachmentForm_error_title |
3 | 1 | [[#544e1160]] | SourceAttachmentForm_error_message |
3 | 2 | [[#544e1160]] | ClassFileEditor_error_message |
3 | 3 | [[#544e1160]] | SourceAttachmentForm_error_message |
4 | 1 | [[#544e1300]] | fScrolledComposite |
4 | 2 | [[#544e1300]] | fParent |
4 | 3 | [[#544e1300]] | fScrolledComposite |