CloneSet758


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5410.985statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152592
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
253029
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
353655
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
453883
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
5
Source Line
2592
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                        int augmentedLength = problemConstructor.parameters.length;
                        TypeBinding inferredTypeArgument = problemConstructor.parameters[augmentedLength - 2];
                        TypeVariableBinding typeParameter = (TypeVariableBinding) problemConstructor.parameters[augmentedLength - 1];
                        TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
                        System.arraycopy(problemConstructor.parameters, 0, invocationArguments, 0, augmentedLength - 2);


Clone Instance
2
Line Count
5
Source Line
3029
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                        int augmentedLength = problemMethod.parameters.length;
                        TypeBinding inferredTypeArgument = problemMethod.parameters[augmentedLength - 2];
                        TypeVariableBinding typeParameter = (TypeVariableBinding) problemMethod.parameters[augmentedLength - 1];
                        TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
                        System.arraycopy(problemMethod.parameters, 0, invocationArguments, 0, augmentedLength - 2);


Clone Instance
3
Line Count
5
Source Line
3655
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                        int augmentedLength = problemConstructor.parameters.length;
                        TypeBinding inferredTypeArgument = problemConstructor.parameters[augmentedLength - 2];
                        TypeVariableBinding typeParameter = (TypeVariableBinding) problemConstructor.parameters[augmentedLength - 1];
                        TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
                        System.arraycopy(problemConstructor.parameters, 0, invocationArguments, 0, augmentedLength - 2);


Clone Instance
4
Line Count
5
Source Line
3883
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                        int augmentedLength = problemMethod.parameters.length;
                        TypeBinding inferredTypeArgument = problemMethod.parameters[augmentedLength - 2];
                        TypeVariableBinding typeParameter = (TypeVariableBinding) problemMethod.parameters[augmentedLength - 1];
                        TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
                        System.arraycopy(problemMethod.parameters, 0, invocationArguments, 0, augmentedLength - 2);


Clone AbstractionParameter Count: 1Parameter Bindings

int augmentedLength = [[#variablebb8380e0]].parameters.length;
TypeBinding inferredTypeArgument = [[#variablebb8380e0]].parameters[augmentedLength - 2];
TypeVariableBinding typeParameter = (TypeVariableBinding)  [[#variablebb8380e0]].parameters[augmentedLength - 1];
TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
System.arraycopy( [[#variablebb8380e0]].parameters, 0, invocationArguments, 0, augmentedLength - 2);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb8380e0]]
problemMethod 
12[[#bb8380e0]]
problemConstructor 
13[[#bb8380e0]]
problemMethod 
14[[#bb8380e0]]
problemConstructor