CloneSet8211


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.989class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12155
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java
22101
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java
Clone Instance
1
Line Count
2
Source Line
155
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 shellStyle the additional styles for the shell
         * @param style the additional styles for the styled text widget
         */
        public BrowserInformationControl(Shell parent, int shellStyle, int style) {
                this(parent, shellStyle, style, null);
        }


Clone Instance
2
Line Count
2
Source Line
101
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 shellStyle the additional styles for the shell
         * @param style the additional styles for the styled text widget
         */
        public SourceViewerInformationControl(Shell parent, int shellStyle, int style) {
                this(parent, shellStyle, style, null);
        }


Clone AbstractionParameter Count: 1Parameter 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 shellStyle the additional styles for the shell
         * @param style the additional styles for the styled text widget
         */
public [[#variableb48b6ea0]](Shell parent, int shellStyle, int style) {
  this(parent, shellStyle, style, null);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b48b6ea0]]
SourceViewerInformationControl 
12[[#b48b6ea0]]
BrowserInformationControl