CloneSet3492


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

                int size = nodeSet.matchingNodes == null ? 0: nodeSet.matchingNodes.elementSize;
                System.out.print("\t- node set: accurate=" +    size); //$NON-NLS-1$
                size = nodeSet.possibleMatchingNodesSet == null ? 0: nodeSet.possibleMatchingNodesSet.elementSize;
                System.out.println(", possible=" + size); //$NON-NLS-1$


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

                        int size = nodeSet.matchingNodes == null ? 0: nodeSet.matchingNodes.elementSize;
                        System.out.print("\t- node set: accurate=" +   size); //$NON-NLS-1$
                        size = nodeSet.possibleMatchingNodesSet == null ? 0: nodeSet.possibleMatchingNodesSet.elementSize;
                        System.out.println(", possible=" + size); //$NON-NLS-1$


Clone AbstractionParameter Count: 0Parameter Bindings

int size = nodeSet.matchingNodes == null ? 0: nodeSet.matchingNodes.elementSize;
System.out.print("\t- node set: accurate=" + size); //$NON-NLS-1$
size = nodeSet.possibleMatchingNodesSet == null ? 0: nodeSet.possibleMatchingNodesSet.elementSize;
System.out.println(", possible=" + size); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None