Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 4 | 0.976 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1208 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java |
2 | 7 | 1215 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java |
| ||||
action.setActionDefinitionId(IJavaEditorActionDefinitionIds.REMOVE_BLOCK_COMMENT); setAction("RemoveBlockComment", action); //$NON-NLS-1$ markAsStateDependentAction("RemoveBlockComment", true); //$NON-NLS-1$ markAsSelectionDependentAction("RemoveBlockComment", true); //$NON-NLS-1$ PlatformUI.getWorkbench().getHelpSystem().setHelp(action, IJavaHelpContextIds.REMOVE_BLOCK_COMMENT_ACTION); action = new IndentAction(JavaEditorMessages.getBundleForConstructedKeys(), "Indent.", this, false); //$NON-NLS-1$ |
| ||||
action.setActionDefinitionId(IJavaEditorActionDefinitionIds.INDENT); setAction("Indent", action); //$NON-NLS-1$ markAsStateDependentAction("Indent", true); //$NON-NLS-1$ markAsSelectionDependentAction("Indent", true); //$NON-NLS-1$ PlatformUI.getWorkbench().getHelpSystem().setHelp(action, IJavaHelpContextIds.INDENT_ACTION); action = new IndentAction(JavaEditorMessages.getBundleForConstructedKeys(), "Indent.", this, true); //$NON-NLS-1$ |
| |||
action.setActionDefinitionId(IJavaEditorActionDefinitionIds. [[#variable524539e0]]); setAction( [[#variable52453040]], action); //$NON-NLS-1$ markAsStateDependentAction( [[#variable52453040]], true); //$NON-NLS-1$ markAsSelectionDependentAction( [[#variable52453040]], true); //$NON-NLS-1$ PlatformUI.getWorkbench().getHelpSystem().setHelp(action, IJavaHelpContextIds. [[#variable52453000]]); action = new IndentAction(JavaEditorMessages.getBundleForConstructedKeys(), "Indent.", this, [[#variable52453900]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#524539e0]] | INDENT |
1 | 2 | [[#524539e0]] | REMOVE_BLOCK_COMMENT |
2 | 1 | [[#52453040]] | "Indent" |
2 | 2 | [[#52453040]] | "RemoveBlockComment" |
3 | 1 | [[#52453000]] | INDENT_ACTION |
3 | 2 | [[#52453000]] | REMOVE_BLOCK_COMMENT_ACTION |
4 | 1 | [[#52453900]] | true |
4 | 2 | [[#52453900]] | false |