CloneSet8362


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.965class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12280
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java
22206
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java
Clone Instance
1
Line Count
2
Source Line
280
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java

        /**
         * Creates a default information control with the given shell as parent. The given
         * information presenter is used to process the information to be displayed. The given
         * styles are applied to the created styled text widget.
         *
         * @param parent the parent shell
         * @param style the additional styles for the browser widget
         */
        public BrowserInformationControl(Shell parent, int style) {
                this(parent, SWT.TOOL|  SWT.NO_TRIM, style);
        }


Clone Instance
2
Line Count
2
Source Line
206
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java

        /**
         * Creates a default information control with the given shell as parent. The given
         * information presenter is used to process the information to be displayed. The given
         * styles are applied to the created styled text widget.
         *
         * @param parent the parent shell
         * @param style the additional styles for the styled text widget
         */
        public SourceViewerInformationControl(Shell parent, int style) {
                this(parent, SWT.NO_TRIM|  SWT.TOOL, style);
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Creates a default information control with the given shell as parent. The given
         * information presenter is used to process the information to be displayed. The given
         * styles are applied to the created styled text widget.
         *
         * @param parent the parent shell
         * @param style the additional styles for the styled text widget
         */
/**
         * Creates a default information control with the given shell as parent. The given
         * information presenter is used to process the information to be displayed. The given
         * styles are applied to the created styled text widget.
         *
         * @param parent the parent shell
         * @param style the additional styles for the browser widget
         */
public [[#variableb9c523c0]](Shell parent, int style) {
  this(parent, SWT. [[#variableb9c52340]]|SWT. [[#variableb9c522c0]], style);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9c523c0]]
SourceViewerInformationControl 
12[[#b9c523c0]]
BrowserInformationControl 
21[[#b9c52340]]
NO_TRIM 
22[[#b9c52340]]
TOOL 
31[[#b9c522c0]]
TOOL 
32[[#b9c522c0]]
NO_TRIM