CloneSet6217


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1236
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression.java
2267
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocImplicitTypeReference.java
3257
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference.java
Clone Instance
1
Line Count
2
Source Line
36
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression.java

                if (this.resolvedType != null) // is a shared type reference which was already resolved
                        return this.resolvedType.isValidBinding() ? this.resolvedType:  null; // already reported error


Clone Instance
2
Line Count
2
Source Line
67
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocImplicitTypeReference.java

                if (this.resolvedType != null) // is a shared type reference which was already resolved
                        return this.resolvedType.isValidBinding() ? this.resolvedType:  null; // already reported error


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

                if (this.resolvedType != null) // is a shared type reference which was already resolved
                        return this.resolvedType.isValidBinding() ? this.resolvedType:  null; // already reported error


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.resolvedType != null) // is a shared type reference which was already resolved
  return this.resolvedType.isValidBinding() ? this.resolvedType: null; // already reported error
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None