CloneSet9146


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13210.974class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11365
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CCPActionGroup.java
21371
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java
Clone Instance
1
Line Count
13
Source Line
65
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CCPActionGroup.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());
        }


Clone Instance
2
Line Count
13
Source Line
71
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java

        /**
         * 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());
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9c383d00]]
FindOccurrencesInFileAction 
12[[#9c383d00]]
CCPActionGroup