CloneSet4686


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

                // Verify if there's some possible param tag
                AbstractMethodDeclaration md = methScope.referenceMethod();
                int paramTagsSize = this.paramReferences == null ? 0:  this.paramReferences.length;


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

                AbstractMethodDeclaration md = methScope.referenceMethod();
                int paramTagsSize = this.paramReferences == null ? 0:  this.paramReferences.length;


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

                AbstractMethodDeclaration md = methScope.referenceMethod();
                int throwsTagsLength = this.exceptionReferences == null ? 0:  this.exceptionReferences.length;


Clone AbstractionParameter Count: 2Parameter Bindings

// Verify if there's some possible param tag
AbstractMethodDeclaration md = methScope.referenceMethod();
int  [[#variable5055ad40]]= this. [[#variable5055ad00]]== null ? 0: this. [[#variable5055ad00]].length;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5055ad40]]
throwsTagsLength 
12[[#5055ad40]]
paramTagsSize 
13[[#5055ad40]]
paramTagsSize 
21[[#5055ad00]]
exceptionReferences 
22[[#5055ad00]]
paramReferences 
23[[#5055ad00]]
paramReferences