CloneSet5963


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15594
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
26602
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
Clone Instance
1
Line Count
5
Source Line
594
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                                                        allocationExpr.arguments = arguments;
                                                        pushOnGenericsIdentifiersLengthStack(identifierLengthStack[identifierLengthPtr]);
                                                        pushOnGenericsLengthStack(0);
                                                        allocationExpr.type = getTypeReference(0);
                                                        assistNodeParent = allocationExpr;


Clone Instance
2
Line Count
6
Source Line
602
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                                                        allocationExpr.arguments = arguments;
                                                        pushOnGenericsIdentifiersLengthStack(identifierLengthStack[identifierLengthPtr]);
                                                        pushOnGenericsLengthStack(0);

                                                        allocationExpr.type = getTypeReference(0);
                                                        assistNodeParent = allocationExpr;


Clone AbstractionParameter Count: 0Parameter Bindings

allocationExpr.arguments = arguments;
pushOnGenericsIdentifiersLengthStack(identifierLengthStack[identifierLengthPtr]);
pushOnGenericsLengthStack(0);
allocationExpr.type = getTypeReference(0);
assistNodeParent = allocationExpr;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None