Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 87 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetActionGroup.java |
2 | 2 | 89 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetActionGroup.java |
| ||||
if (fCloseAction != null && fCloseAction.isEnabled()) menu.appendToGroup(IContextMenuConstants.GROUP_BUILD, fCloseAction); |
| ||||
if (fOpenAction != null && fOpenAction.isEnabled()) menu.appendToGroup(IContextMenuConstants.GROUP_BUILD, fOpenAction); |
| |||
if ( [[#variablebb75a760]]!= null && [[#variablebb75a760]].isEnabled()) menu.appendToGroup(IContextMenuConstants.GROUP_BUILD, [[#variablebb75a760]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb75a760]] | fOpenAction |
1 | 2 | [[#bb75a760]] | fCloseAction |