Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 67 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/GoToNextPreviousMemberAction.java |
2 | 4 | 53 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/CommonLayoutActionGroup.java |
3 | 4 | 91 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/LayoutActionGroup.java |
| ||||
if (isGotoNext) PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.GOTO_NEXT_MEMBER_ACTION); else PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.GOTO_PREVIOUS_MEMBER_ACTION); |
| ||||
if (fIsFlatLayout) PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.LAYOUT_FLAT_ACTION); else PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.LAYOUT_HIERARCHICAL_ACTION); |
| ||||
if (fIsFlatLayout) PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.LAYOUT_FLAT_ACTION); else PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.LAYOUT_HIERARCHICAL_ACTION); |
| |||
if ( [[#variable8f12c840]]) PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds. [[#variable8f12c800]]); else PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds. [[#variable8f12c820]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8f12c840]] | fIsFlatLayout |
1 | 2 | [[#8f12c840]] | isGotoNext |
1 | 3 | [[#8f12c840]] | fIsFlatLayout |
2 | 1 | [[#8f12c800]] | LAYOUT_FLAT_ACTION |
2 | 2 | [[#8f12c800]] | GOTO_NEXT_MEMBER_ACTION |
2 | 3 | [[#8f12c800]] | LAYOUT_FLAT_ACTION |
3 | 1 | [[#8f12c820]] | LAYOUT_HIERARCHICAL_ACTION |
3 | 2 | [[#8f12c820]] | GOTO_PREVIOUS_MEMBER_ACTION |
3 | 3 | [[#8f12c820]] | LAYOUT_HIERARCHICAL_ACTION |