CloneSet8414


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13265
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
23301
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
Clone Instance
1
Line Count
3
Source Line
265
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java

                               if ( !receiverType.canBeInstantiated()) {
                                scope.problemReporter().cannotInstantiate(type, receiverType);
                                return this.resolvedType = receiverType;
                               }


Clone Instance
2
Line Count
3
Source Line
301
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java

                        // qualified allocation with no anonymous type
                        if ( !receiverType.canBeInstantiated()) {
                                scope.problemReporter().cannotInstantiate(type, receiverType);
                                return this.resolvedType = receiverType;
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

// qualified allocation with no anonymous type
if ( !receiverType.canBeInstantiated()) {
  scope.problemReporter().cannotInstantiate(type, receiverType);
  return this.resolvedType = receiverType;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None