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.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 175 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicCompilationUnitEditorActionContributor.java |
2 | 3 | 130 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java |
| ||||
super.init(bars, page); // register actions that have a dynamic editor. bars.setGlobalActionHandler(JdtActionConstants.CONTENT_ASSIST, fContentAssist); |
| ||||
super.init(bars, page); bars.setGlobalActionHandler(ITextEditorActionDefinitionIds.TOGGLE_SHOW_SELECTED_ELEMENT_ONLY, fTogglePresentation); |
| |||
super.init(bars, page); // register actions that have a dynamic editor. bars.setGlobalActionHandler( [[#variablea384e8c0]]. [[#variablea318caa0]], [[#variablea318dfc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a384e8c0]] | ITextEditorActionDefinitionIds |
1 | 2 | [[#a384e8c0]] | JdtActionConstants |
2 | 1 | [[#a318caa0]] | TOGGLE_SHOW_SELECTED_ELEMENT_ONLY |
2 | 2 | [[#a318caa0]] | CONTENT_ASSIST |
3 | 1 | [[#a318dfc0]] | fTogglePresentation |
3 | 2 | [[#a318dfc0]] | fContentAssist |