| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 4 | 5 | 0.955 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 136 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FoldingActionGroup.java |
| 2 | 3 | 140 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FoldingActionGroup.java |
| 3 | 3 | 144 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FoldingActionGroup.java |
| 4 | 3 | 148 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FoldingActionGroup.java |
| ||||
fExpandAll = new TextOperationAction(FoldingMessages.getResourceBundle(), "Projection.ExpandAll.", editor, ProjectionViewer.EXPAND_ALL, true); //$NON-NLS-1$
fExpandAll.setActionDefinitionId(IFoldingCommandIds.FOLDING_EXPAND_ALL);
editor.setAction("FoldingExpandAll", fExpandAll); //$NON-NLS-1$
|
| ||||
fCollapseAll = new TextOperationAction(FoldingMessages.getResourceBundle(), "Projection.CollapseAll.", editor, ProjectionViewer.COLLAPSE_ALL, true); //$NON-NLS-1$
fCollapseAll.setActionDefinitionId(IFoldingCommandIds.FOLDING_COLLAPSE_ALL);
editor.setAction("FoldingCollapseAll", fCollapseAll); //$NON-NLS-1$
|
| ||||
fExpand = new TextOperationAction(FoldingMessages.getResourceBundle(), "Projection.Expand.", editor, ProjectionViewer.EXPAND, true); //$NON-NLS-1$
fExpand.setActionDefinitionId(IFoldingCommandIds.FOLDING_EXPAND);
editor.setAction("FoldingExpand", fExpand); //$NON-NLS-1$
|
| ||||
fCollapse = new TextOperationAction(FoldingMessages.getResourceBundle(), "Projection.Collapse.", editor, ProjectionViewer.COLLAPSE, true); //$NON-NLS-1$
fCollapse.setActionDefinitionId(IFoldingCommandIds.FOLDING_COLLAPSE);
editor.setAction("FoldingCollapse", fCollapse); //$NON-NLS-1$
|
| |||
[[#variable5717db60]]= new TextOperationAction(FoldingMessages.getResourceBundle(), [[#variable5717da20]], editor, ProjectionViewer. [[#variable5717cb00]], true); //$NON-NLS-1$ [[#variable5717db60]].setActionDefinitionId(IFoldingCommandIds. [[#variable5717cc80]]); editor.setAction( [[#variable5717d9c0]], [[#variable5717db60]]); //$NON-NLS-1$ |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5717db60]] | fCollapse |
| 1 | 2 | [[#5717db60]] | fExpand |
| 1 | 3 | [[#5717db60]] | fCollapseAll |
| 1 | 4 | [[#5717db60]] | fExpandAll |
| 2 | 1 | [[#5717da20]] | "Projection.Collapse." |
| 2 | 2 | [[#5717da20]] | "Projection.Expand." |
| 2 | 3 | [[#5717da20]] | "Projection.CollapseAll." |
| 2 | 4 | [[#5717da20]] | "Projection.ExpandAll." |
| 3 | 1 | [[#5717cb00]] | COLLAPSE |
| 3 | 2 | [[#5717cb00]] | EXPAND |
| 3 | 3 | [[#5717cb00]] | COLLAPSE_ALL |
| 3 | 4 | [[#5717cb00]] | EXPAND_ALL |
| 4 | 1 | [[#5717cc80]] | FOLDING_COLLAPSE |
| 4 | 2 | [[#5717cc80]] | FOLDING_EXPAND |
| 4 | 3 | [[#5717cc80]] | FOLDING_COLLAPSE_ALL |
| 4 | 4 | [[#5717cc80]] | FOLDING_EXPAND_ALL |
| 5 | 1 | [[#5717d9c0]] | "FoldingCollapse" |
| 5 | 2 | [[#5717d9c0]] | "FoldingExpand" |
| 5 | 3 | [[#5717d9c0]] | "FoldingCollapseAll" |
| 5 | 4 | [[#5717d9c0]] | "FoldingExpandAll" |