Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.979 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 255 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java |
2 | 6 | 262 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java |
| ||||
{ createLabel(composite, Messages.format(JavaEditorMessages.SourceAttachmentForm_message_noSourceAttachment, root.getElementName())); createLabel(composite, JavaEditorMessages.SourceAttachmentForm_message_pressButtonToAttach); createLabel(composite, null); button = createButton(composite, JavaEditorMessages.SourceAttachmentForm_button_attachSource); } |
| ||||
{ createLabel(composite, Messages.format(JavaEditorMessages.SourceAttachmentForm_message_noSourceInAttachment, fFile.getElementName())); createLabel(composite, JavaEditorMessages.SourceAttachmentForm_message_pressButtonToChange); createLabel(composite, null); button = createButton(composite, JavaEditorMessages.SourceAttachmentForm_button_changeAttachedSource); } |
| |||
{ createLabel(composite, Messages.format(JavaEditorMessages. [[#variable5fec48a0]], [[#variable5fec47e0]].getElementName())); createLabel(composite, JavaEditorMessages. [[#variable5fec4740]]); createLabel(composite, null); button = createButton(composite, JavaEditorMessages. [[#variable5fec46c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fec48a0]] | SourceAttachmentForm_message_noSourceAttachment |
1 | 2 | [[#5fec48a0]] | SourceAttachmentForm_message_noSourceInAttachment |
2 | 1 | [[#5fec47e0]] | root |
2 | 2 | [[#5fec47e0]] | fFile |
3 | 1 | [[#5fec4740]] | SourceAttachmentForm_message_pressButtonToAttach |
3 | 2 | [[#5fec4740]] | SourceAttachmentForm_message_pressButtonToChange |
4 | 1 | [[#5fec46c0]] | SourceAttachmentForm_button_attachSource |
4 | 2 | [[#5fec46c0]] | SourceAttachmentForm_button_changeAttachedSource |