CloneSet1558


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

        int bits = reference.bits;
        boolean isCoupoundAssigned = (bits&  ASTNode.IsCompoundAssigned) != 0;
        boolean isReadAccess = isCoupoundAssigned || (bits&  ASTNode.IsStrictlyAssigned) == 0;
        boolean isWriteAccess = isCoupoundAssigned || (bits&  ASTNode.IsStrictlyAssigned) != 0;
        boolean insideDocComment = (bits&  ASTNode.InsideJavadoc) != 0;
        SearchParticipant participant = getParticipant();
        IResource resource = this.currentPossibleMatch.resource;


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

        int bits = reference.bits;
        boolean isCoupoundAssigned = (bits&  ASTNode.IsCompoundAssigned) != 0;
        boolean isReadAccess = isCoupoundAssigned || (bits&  ASTNode.IsStrictlyAssigned) == 0;
        boolean isWriteAccess = isCoupoundAssigned || (bits&  ASTNode.IsStrictlyAssigned) != 0;
        boolean insideDocComment = (bits&  ASTNode.InsideJavadoc) != 0;
        SearchParticipant participant = getParticipant();
        IResource resource = this.currentPossibleMatch.resource;


Clone AbstractionParameter Count: 0Parameter Bindings

int bits = reference.bits;
boolean isCoupoundAssigned = (bits&ASTNode.IsCompoundAssigned) != 0;
boolean isReadAccess = isCoupoundAssigned || (bits&ASTNode.IsStrictlyAssigned) == 0;
boolean isWriteAccess = isCoupoundAssigned || (bits&ASTNode.IsStrictlyAssigned) != 0;
boolean insideDocComment = (bits&ASTNode.InsideJavadoc) != 0;
SearchParticipant participant = getParticipant();
IResource resource = this.currentPossibleMatch.resource;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None