CloneSet4615


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6301.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16403
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
261347
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java
361623
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
Clone Instance
1
Line Count
6
Source Line
403
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java

        /**
         * Returns the <code>IShowInSource</code> for this view.
         */
        protected IShowInSource getShowInSource() {
                return new IShowInSource() {
                        public ShowInContext getShowInContext() {
                                return new ShowInContext(
                                        null, 
                                getSite().getSelectionProvider().getSelection());
                        }
                       };
        }


Clone Instance
2
Line Count
6
Source Line
1347
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java

        /**
         * Returns the <code>IShowInSource</code> for this view.
         *
         * @return the {@link IShowInSource}
         */
        protected IShowInSource getShowInSource() {
                return new IShowInSource() {
                        public ShowInContext getShowInContext() {
                                return new ShowInContext(
                                        null, 
                                        getSite().getSelectionProvider().getSelection());
                        }
                       };
        }


Clone Instance
3
Line Count
6
Source Line
1623
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java

        /**
         * @return Returns the <code>IShowInSource</code> for this view.
         */
        protected IShowInSource getShowInSource() {
                return new IShowInSource() {
                        public ShowInContext getShowInContext() {
                                return new ShowInContext(
                                        null, 
                                getSite().getSelectionProvider().getSelection());
                        }
                       };
        }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * @return Returns the <code>IShowInSource</code> for this view.
         */
/**
         * Returns the <code>IShowInSource</code> for this view.
         *
         * @return the {@link IShowInSource}
         */
/**
         * Returns the <code>IShowInSource</code> for this view.
         */
protected IShowInSource getShowInSource() {
  return new IShowInSource() {
           public ShowInContext getShowInContext() {
             return new ShowInContext(null, getSite().getSelectionProvider().getSelection());
           }
         };
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None