Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | statement_sequence[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1366 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
2 | 7 | 1384 | 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; |
| ||||
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; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |