Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.972 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 51 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/GoToNextPreviousMemberAction.java |
2 | 3 | 56 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/GoToNextPreviousMemberAction.java |
| ||||
public static GoToNextPreviousMemberAction newGoToNextMemberAction(JavaEditor editor) { String text = SelectionActionMessages.GotoNextMember_label; return new GoToNextPreviousMemberAction(editor, text, true); } |
| ||||
public static GoToNextPreviousMemberAction newGoToPreviousMemberAction(JavaEditor editor) { String text = SelectionActionMessages.GotoPreviousMember_label; return new GoToNextPreviousMemberAction(editor, text, false); } |
| |||
public static GoToNextPreviousMemberAction [[#variable646757a0]](JavaEditor editor) { String text = SelectionActionMessages. [[#variable646756e0]]; return new GoToNextPreviousMemberAction(editor, text, [[#variable64675660]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#646757a0]] | newGoToNextMemberAction |
1 | 2 | [[#646757a0]] | newGoToPreviousMemberAction |
2 | 1 | [[#646756e0]] | GotoNextMember_label |
2 | 2 | [[#646756e0]] | GotoPreviousMember_label |
3 | 1 | [[#64675660]] | true |
3 | 2 | [[#64675660]] | false |