CloneSet1544


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1102130
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
2102221
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
Clone Instance
1
Line Count
10
Source Line
2130
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                                        char[][] parameterPackageNames = new char[paramLength][];
                                        char[][] parameterTypeNames = new char[paramLength][];
                                        for (int i = 0; i < paramLength; i++) {
                                                TypeBinding type = parameters[i];
                                                parameterPackageNames[i] = type.qualifiedPackageName();
                                                parameterTypeNames[i] = type.qualifiedSourceName();
                                        }
                                        char[][] parameterNames = findMethodParameterNames(constructor, parameterTypeNames);

                                        char[] completion = CharOperation.NO_CHAR;


Clone Instance
2
Line Count
10
Source Line
2221
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                                        char[][] parameterPackageNames = new char[paramLength][];
                                        char[][] parameterTypeNames = new char[paramLength][];
                                        for (int i = 0; i < paramLength; i++) {
                                                TypeBinding type = parameters[i];
                                                parameterPackageNames[i] = type.qualifiedPackageName();
                                                parameterTypeNames[i] = type.qualifiedSourceName();
                                        }
                                        char[][] parameterNames = findMethodParameterNames(constructor, parameterTypeNames);

                                        char[] completion = CharOperation.NO_CHAR;


Clone AbstractionParameter Count: 0Parameter Bindings

char[][] parameterPackageNames = new char[paramLength][];
char[][] parameterTypeNames = new char[paramLength][];
for (int i = 0; i < paramLength; i++) {
  TypeBinding type = parameters[i];
  parameterPackageNames[i] = type.qualifiedPackageName();
  parameterTypeNames[i] = type.qualifiedSourceName();
}
char[][] parameterNames = findMethodParameterNames(constructor, parameterTypeNames);
char[] completion = CharOperation.NO_CHAR;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None