CloneSet1215


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4420.990statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14439
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
24517
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
34670
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
441112
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
Clone Instance
1
Line Count
4
Source Line
439
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                                                int end = this.starPosition == -1 ? this.lineEnd:  this.starPosition;
                                                if (this.source[end] == '\n')
                                                                            end--;
                                                if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference(start, end);
                                                return null;


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

                                        int end = this.starPosition == -1 ? this.lineEnd:  this.starPosition;
                                        if (this.source[end] == '\n')
                                                                    end--;
                                        if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference(start, end);
                                        return null;


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

                                int end = this.starPosition == -1 ? this.lineEnd:  this.starPosition;
                                if (this.source[end] == '\n')
                                                            end--;
                                if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference(start, end);
                                return null;


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

                                int end = this.starPosition == -1 ? this.lineEnd:  this.starPosition;
                                if (this.source[end] == '\n')
                                                            end--;
                                if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference(typeRefStartPosition, end);
                                return false;


Clone AbstractionParameter Count: 2Parameter Bindings

int end = this.starPosition == -1 ? this.lineEnd: this.starPosition;
if (this.source[end] == '\n')
  end--;
if (this.reportProblems)
  this.sourceParser.problemReporter().javadocMalformedSeeReference( [[#variableb9bb0920]], end);
return [[#variable9ce80b60]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9bb0920]]
typeRefStartPosition 
12[[#b9bb0920]]
start 
13[[#b9bb0920]]
start 
14[[#b9bb0920]]
start 
21[[#9ce80b60]]
false 
22[[#9ce80b60]]
null 
23[[#9ce80b60]]
null 
24[[#9ce80b60]]
null