CloneSet3097


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4340.971catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14199
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java
24285
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java
34666
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java
Clone Instance
1
Line Count
4
Source Line
199
Source File
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);
                                  }


Clone Instance
2
Line Count
4
Source Line
285
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java

                                                  catch (CoreException e) {
                                                        String title = JavaEditorMessages.SourceAttachmentForm_error_title;
                                                        String message = JavaEditorMessages.SourceAttachmentForm_error_message;
                                                        ExceptionHandler.handle(e, fScrolledComposite.getShell(), title, message);
                                                  }


Clone Instance
3
Line Count
4
Source Line
666
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java

                  catch (CoreException e) {
                        String title = JavaEditorMessages.ClassFileEditor_error_title;
                        String message = JavaEditorMessages.ClassFileEditor_error_message;
                        ExceptionHandler.handle(e, fParent.getShell(), title, message);
                  }


Clone AbstractionParameter Count: 4Parameter Bindings

catch ( [[#variable544e12c0]] e) {
  String title = JavaEditorMessages. [[#variable544e1240]];
  String message = JavaEditorMessages. [[#variable544e1160]];
  ExceptionHandler.handle(e,  [[#variable544e1300]].getShell(), title, message);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#544e12c0]]
CoreException 
12[[#544e12c0]]
CoreException 
13[[#544e12c0]]
JavaModelException 
21[[#544e1240]]
SourceAttachmentForm_error_title 
22[[#544e1240]]
ClassFileEditor_error_title 
23[[#544e1240]]
SourceAttachmentForm_error_title 
31[[#544e1160]]
SourceAttachmentForm_error_message 
32[[#544e1160]]
ClassFileEditor_error_message 
33[[#544e1160]]
SourceAttachmentForm_error_message 
41[[#544e1300]]
fScrolledComposite 
42[[#544e1300]]
fParent 
43[[#544e1300]]
fScrolledComposite