Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 5 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 164 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicCompilationUnitEditorActionContributor.java |
2 | 2 | 67 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java |
3 | 2 | 69 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java |
4 | 2 | 71 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java |
5 | 2 | 73 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java |
| ||||
actionBars.setGlobalActionHandler(JdtActionConstants.SHIFT_RIGHT, getAction(textEditor, "ShiftRight")); //$NON-NLS-1$ actionBars.setGlobalActionHandler(JdtActionConstants.SHIFT_LEFT, getAction(textEditor, "ShiftLeft")); //$NON-NLS-1$ |
| ||||
bars.setGlobalActionHandler(JdtActionConstants.COMMENT, getAction(textEditor, "Comment")); //$NON-NLS-1$ bars.setGlobalActionHandler(JdtActionConstants.UNCOMMENT, getAction(textEditor, "Uncomment")); //$NON-NLS-1$ |
| ||||
bars.setGlobalActionHandler(JdtActionConstants.TOGGLE_COMMENT, getAction(textEditor, "ToggleComment")); //$NON-NLS-1$ bars.setGlobalActionHandler(JdtActionConstants.FORMAT, getAction(textEditor, "Format")); //$NON-NLS-1$ |
| ||||
bars.setGlobalActionHandler(JdtActionConstants.FORMAT_ELEMENT, getAction(textEditor, "QuickFormat")); //$NON-NLS-1$ bars.setGlobalActionHandler(JdtActionConstants.ADD_BLOCK_COMMENT, getAction(textEditor, "AddBlockComment")); //$NON-NLS-1$ |
| ||||
bars.setGlobalActionHandler(JdtActionConstants.REMOVE_BLOCK_COMMENT, getAction(textEditor, "RemoveBlockComment")); //$NON-NLS-1$ bars.setGlobalActionHandler(JdtActionConstants.INDENT, getAction(textEditor, "Indent")); //$NON-NLS-1$ |
| |||
[[#variable917bd0c0]].setGlobalActionHandler(JdtActionConstants. [[#variable97b21600]], getAction(textEditor, [[#variable50f8ae40]])); //$NON-NLS-1$ [[#variable917bd0c0]].setGlobalActionHandler(JdtActionConstants. [[#variable97b21620]], getAction(textEditor, [[#variablec1199ca0]])); //$NON-NLS-1$ //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#917bd0c0]] | bars |
1 | 2 | [[#917bd0c0]] | bars |
1 | 3 | [[#917bd0c0]] | bars |
1 | 4 | [[#917bd0c0]] | bars |
1 | 5 | [[#917bd0c0]] | actionBars |
2 | 1 | [[#97b21600]] | COMMENT |
2 | 2 | [[#97b21600]] | TOGGLE_COMMENT |
2 | 3 | [[#97b21600]] | FORMAT_ELEMENT |
2 | 4 | [[#97b21600]] | REMOVE_BLOCK_COMMENT |
2 | 5 | [[#97b21600]] | SHIFT_RIGHT |
3 | 1 | [[#50f8ae40]] | "Comment" |
3 | 2 | [[#50f8ae40]] | "ToggleComment" |
3 | 3 | [[#50f8ae40]] | "QuickFormat" |
3 | 4 | [[#50f8ae40]] | "RemoveBlockComment" |
3 | 5 | [[#50f8ae40]] | "ShiftRight" |
4 | 1 | [[#97b21620]] | UNCOMMENT |
4 | 2 | [[#97b21620]] | FORMAT |
4 | 3 | [[#97b21620]] | ADD_BLOCK_COMMENT |
4 | 4 | [[#97b21620]] | INDENT |
4 | 5 | [[#97b21620]] | SHIFT_LEFT |
5 | 1 | [[#c1199ca0]] | "Uncomment" |
5 | 2 | [[#c1199ca0]] | "Format" |
5 | 3 | [[#c1199ca0]] | "AddBlockComment" |
5 | 4 | [[#c1199ca0]] | "Indent" |
5 | 5 | [[#c1199ca0]] | "ShiftLeft" |