Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.986 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 376 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java |
2 | 5 | 505 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java |
| ||||
String menuText = ActionMessages.SourceMenu_label; if (fQuickAccessAction != null) { menuText = fQuickAccessAction.addShortcut(menuText); } IMenuManager subMenu = new MenuManager(menuText, MENU_ID); |
| ||||
String menuText = ActionMessages.RefactorMenu_label; if (fQuickAccessAction != null) { menuText = fQuickAccessAction.addShortcut(menuText); } IMenuManager refactorSubmenu = new MenuManager(menuText, MENU_ID); |
| |||
String menuText = ActionMessages. [[#variable57a59960]]; if (fQuickAccessAction != null) { menuText = fQuickAccessAction.addShortcut(menuText); } IMenuManager [[#variable522b8060]]= new MenuManager(menuText, MENU_ID); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57a59960]] | RefactorMenu_label |
1 | 2 | [[#57a59960]] | SourceMenu_label |
2 | 1 | [[#522b8060]] | refactorSubmenu |
2 | 2 | [[#522b8060]] | subMenu |