CloneSet3436


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14104
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchingNodeSet.java
24110
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchingNodeSet.java
Clone Instance
1
Line Count
4
Source Line
104
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchingNodeSet.java

        for (int i = 0, l = nodes.length; i < l; i++) {
                ASTNode node = (ASTNode) nodes[i];
                if (node != null && start <= node.sourceStart && node.sourceEnd <= end)
                        return true;
        }


Clone Instance
2
Line Count
4
Source Line
110
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchingNodeSet.java

        for (int i = 0, l = nodes.length; i < l; i++) {
                ASTNode node = (ASTNode) nodes[i];
                if (node != null && start <= node.sourceStart && node.sourceEnd <= end)
                        return true;
        }


Clone AbstractionParameter Count: 0Parameter Bindings

for (int i = 0, l = nodes.length; i < l; i++) {
  ASTNode node = (ASTNode) nodes[i];
  if (node != null && start <= node.sourceStart && node.sourceEnd <= end)
    return true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None