CloneSet6371


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14765
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
24887
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
Clone Instance
1
Line Count
4
Source Line
765
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                                                     if (mayBeGeneric && isTypeParam)
                                                        this.sourceParser.problemReporter().javadocInvalidParamTypeParameter(start, end);
                                                     else
                                                        this.sourceParser.problemReporter().javadocInvalidParamTagName(start, end);


Clone Instance
2
Line Count
4
Source Line
887
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                        if (mayBeGeneric && isTypeParam)
                                this.sourceParser.problemReporter().javadocInvalidParamTypeParameter(start, end);
                        else
                                this.sourceParser.problemReporter().javadocInvalidParamTagName(start, end);


Clone AbstractionParameter Count: 0Parameter Bindings

if (mayBeGeneric && isTypeParam)
  this.sourceParser.problemReporter().javadocInvalidParamTypeParameter(start, end);
else
  this.sourceParser.problemReporter().javadocInvalidParamTagName(start, end);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None