CloneSet2821


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

                if (parameterTypes != null) {
                        for (int i = 0; i < argCount; i++)
                                addTypeReference(parameterTypes[i]);
                }
                if (exceptionTypes != null)
                        for (int i = 0, max = exceptionTypes.length; i < max; i++)
                                addTypeReference(exceptionTypes[i]);


Clone Instance
2
Line Count
7
Source Line
140
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/AbstractIndexer.java

                if (parameterTypes != null) {
                        for (int i = 0; i < argCount; i++)
                                addTypeReference(parameterTypes[i]);
                }
                if (exceptionTypes != null)
                        for (int i = 0, max = exceptionTypes.length; i < max; i++)
                                addTypeReference(exceptionTypes[i]);


Clone AbstractionParameter Count: 0Parameter Bindings

if (parameterTypes != null) {
  for (int i = 0; i < argCount; i++)
    addTypeReference(parameterTypes[i]);
}
if (exceptionTypes != null)
  for (int i = 0, max = exceptionTypes.length; i < max; i++)
    addTypeReference(exceptionTypes[i]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None