CloneSet6719


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.991statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110957
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
281016
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
10
Source Line
957
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

        int completionIndex;

        /* no need to take action if not inside completed identifiers */
        if ((completionIndex = indexOfAssistIdentifier()) < 0) {
                return super.getUnspecifiedReferenceOptimized();
        }

        /* retrieve identifiers subset and whole positions, the completion node positions
                should include the entire replaced source. */
        int length = identifierLengthStack[identifierLengthPtr];


Clone Instance
2
Line Count
8
Source Line
1016
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        /* build a (unspecified) NameReference which may be qualified*/
        int completionIndex;

        /* no need to take action if not inside completed identifiers */
        if ((completionIndex = indexOfAssistIdentifier()) < 0) {
                return super.getUnspecifiedReference();
        }

        int length = identifierLengthStack[identifierLengthPtr];


Clone AbstractionParameter Count: 1Parameter Bindings

/* build a (unspecified) NameReference which may be qualified*/
int completionIndex;
/* no need to take action if not inside completed identifiers */
if ((completionIndex = indexOfAssistIdentifier()) < 0) {
  return super. [[#variable63df6bc0]]();
}
/* retrieve identifiers subset and whole positions, the completion node positions
                should include the entire replaced source. */
int length = identifierLengthStack[identifierLengthPtr];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63df6bc0]]
getUnspecifiedReferenceOptimized 
12[[#63df6bc0]]
getUnspecifiedReference