Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.974 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 65 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CCPActionGroup.java |
2 | 13 | 71 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java |
| ||||
/** * Creates a new <code>CCPActionGroup</code>. The group requires that * the selection provided by the view part's selection provider is of type * <code>org.eclipse.jface.viewers.IStructuredSelection</code>. * * @param part the view part that owns this action group */ public CCPActionGroup(IViewPart part) { this(part.getSite()); } /** * Creates a new <code>CCPActionGroup</code>. The group requires that * the selection provided by the page's selection provider is of type * <code>org.eclipse.jface.viewers.IStructuredSelection</code>. * * @param page the page that owns this action group */ public CCPActionGroup(Page page) { this(page.getSite()); } |
| ||||
/** * Creates a new <code>FindOccurrencesInFileAction</code>. The action requires * that the selection provided by the view part's selection provider is of type <code> * org.eclipse.jface.viewers.IStructuredSelection</code>. * * @param part the part providing context information for this action */ public FindOccurrencesInFileAction(IViewPart part) { this(part.getSite()); } /** * Creates a new <code>FindOccurrencesInFileAction</code>. The action requires * that the selection provided by the page's selection provider is of type <code> * org.eclipse.jface.viewers.IStructuredSelection</code>. * * @param page the page providing context information for this action */ public FindOccurrencesInFileAction(Page page) { this(page.getSite()); } |
| |||
/** * Creates a new <code>FindOccurrencesInFileAction</code>. The action requires * that the selection provided by the view part's selection provider is of type <code> * org.eclipse.jface.viewers.IStructuredSelection</code>. * * @param part the part providing context information for this action */ /** * Creates a new <code>CCPActionGroup</code>. The group requires that * the selection provided by the view part's selection provider is of type * <code>org.eclipse.jface.viewers.IStructuredSelection</code>. * * @param part the view part that owns this action group */ public [[#variable9c383d00]](IViewPart part) { this(part.getSite()); } /** * Creates a new <code>FindOccurrencesInFileAction</code>. The action requires * that the selection provided by the page's selection provider is of type <code> * org.eclipse.jface.viewers.IStructuredSelection</code>. * * @param page the page providing context information for this action */ /** * Creates a new <code>CCPActionGroup</code>. The group requires that * the selection provided by the page's selection provider is of type * <code>org.eclipse.jface.viewers.IStructuredSelection</code>. * * @param page the page that owns this action group */ public [[#variable9c383d00]](Page page) { this(page.getSite()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c383d00]] | FindOccurrencesInFileAction |
1 | 2 | [[#9c383d00]] | CCPActionGroup |