CloneSet3348


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6401.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16473
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
24485
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
36501
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
44519
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
Clone Instance
1
Line Count
6
Source Line
473
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java

                                                               {
                                                                // bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=53290
                                                                // Cannot have @link outside inline comment
                                                                valid = false;
                                                                if (this.reportProblems) {
                                                                        this.sourceParser.problemReporter().javadocUnexpectedTag(this.tagSourceStart, this.tagSourceEnd);
                                                                }
                                                               }


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

                                                               {
                                                                valid = false;
                                                                if (this.reportProblems) {
                                                                        this.sourceParser.problemReporter().javadocUnexpectedTag(this.tagSourceStart, this.tagSourceEnd);
                                                                }
                                                               }


Clone Instance
3
Line Count
6
Source Line
501
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java

                                                                                   {
                                                                // bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=53290
                                                                // Cannot have @see inside inline comment
                                                                valid = false;
                                                                if (this.reportProblems) {
                                                                        this.sourceParser.problemReporter().javadocUnexpectedTag(this.tagSourceStart, this.tagSourceEnd);
                                                                }
                                                                                   }


Clone Instance
4
Line Count
4
Source Line
519
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java

                                                               {
                                                                valid = false;
                                                                if (this.reportProblems) {
                                                                        this.sourceParser.problemReporter().javadocUnexpectedTag(this.tagSourceStart, this.tagSourceEnd);
                                                                }
                                                               }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  // bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=53290
  // Cannot have @link outside inline comment
  // Cannot have @see inside inline comment
  valid = false;
  if (this.reportProblems) {
    this.sourceParser.problemReporter().javadocUnexpectedTag(this.tagSourceStart, this.tagSourceEnd);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None