CloneSet5153


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121404
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
221418
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
321444
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
2
Source Line
1404
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

        IResource resource = this.currentPossibleMatch.resource;
        boolean insideDocComment = (reference.bits&  ASTNode.InsideJavadoc) != 0;


Clone Instance
2
Line Count
2
Source Line
1418
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

        IResource resource = this.currentPossibleMatch.resource;
        boolean insideDocComment = (reference.bits&  ASTNode.InsideJavadoc) != 0;


Clone Instance
3
Line Count
2
Source Line
1444
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

        IResource resource = this.currentPossibleMatch.resource;
        boolean insideDocComment = (reference.bits&  ASTNode.InsideJavadoc) != 0;


Clone AbstractionParameter Count: 0Parameter Bindings

IResource resource = this.currentPossibleMatch.resource;
boolean insideDocComment = (reference.bits&ASTNode.InsideJavadoc) != 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None