CloneSet9419


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.973class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16182
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java
21148
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/MultiVariableGuess.java
Clone Instance
1
Line Count
6
Source Line
182
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java

        private int fReplacementOffset;

        private int fReplacementLength;

        private int fCursorPosition;

        private Image fImage;

        private IContextInformation fContextInformation;

        private ProposalInfo fProposalInfo;


Clone Instance
2
Line Count
11
Source Line
48
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/MultiVariableGuess.java

                /** The replacement offset */
                private int fReplacementOffset;

                /** The replacement length */
                private int fReplacementLength;

                /** The cursor position after this proposal has been applied */
                private int fCursorPosition;

                /** The image to be displayed in the completion proposal popup */
                private Image fImage;

                /** The context information of this proposal */
                private IContextInformation fContextInformation;

                /** The additional info of this proposal */
                private String fAdditionalProposalInfo;


Clone AbstractionParameter Count: 2Parameter Bindings

/** The replacement offset */
private int fReplacementOffset;

/** The replacement length */
private int fReplacementLength;

/** The cursor position after this proposal has been applied */
private int fCursorPosition;

/** The image to be displayed in the completion proposal popup */
private Image fImage;

/** The context information of this proposal */
private IContextInformation fContextInformation;

/** The additional info of this proposal */
private [[#variablebee91dc0]]  [[#variablebee91de0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bee91dc0]]
ProposalInfo 
12[[#bee91dc0]]
String 
21[[#bee91de0]]
fProposalInfo 
22[[#bee91de0]]
fAdditionalProposalInfo