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.951 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 94 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ViewActionGroup.java |
2 | 3 | 97 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ViewActionGroup.java |
| ||||
ViewAction projects = new ViewAction(this, SHOW_PROJECTS); projects.setText(WorkingSetMessages.ViewActionGroup_projects_label); menu.add(projects); |
| ||||
ViewAction workingSets = new ViewAction(this, SHOW_WORKING_SETS); workingSets.setText(WorkingSetMessages.ViewActionGroup_workingSets_label); menu.add(workingSets); |
| |||
ViewAction [[#variable56b6a400]]= new ViewAction(this, [[#variable56b6a320]]); [[#variable56b6a400]].setText(WorkingSetMessages. [[#variable56b6a220]]); menu.add( [[#variable56b6a400]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56b6a400]] | projects |
1 | 2 | [[#56b6a400]] | workingSets |
2 | 1 | [[#56b6a320]] | SHOW_PROJECTS |
2 | 2 | [[#56b6a320]] | SHOW_WORKING_SETS |
3 | 1 | [[#56b6a220]] | ViewActionGroup_projects_label |
3 | 2 | [[#56b6a220]] | ViewActionGroup_workingSets_label |