CloneSet6083


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15235
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java
25364
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java
Clone Instance
1
Line Count
5
Source Line
235
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java

                int paramTypeParamLength = this.paramTypeParameters == null ? 0:  this.paramTypeParameters.length;

                // Verify if there's any type parameter to tag
                TypeParameter[] parameters =  null;
                TypeVariableBinding[] typeVariables = null;


Clone Instance
2
Line Count
5
Source Line
364
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java

                int paramTypeParamLength = this.paramTypeParameters == null ? 0:  this.paramTypeParameters.length;

                // Get declaration infos
                TypeParameter[] parameters = null;
                TypeVariableBinding[] typeVariables = null;


Clone AbstractionParameter Count: 0Parameter Bindings

int paramTypeParamLength = this.paramTypeParameters == null ? 0: this.paramTypeParameters.length;
// Verify if there's any type parameter to tag
// Get declaration infos
TypeParameter[] parameters = null;
TypeVariableBinding[] typeVariables = null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None