CloneSet5285


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1694
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java
26151
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java
Clone Instance
1
Line Count
6
Source Line
94
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java

                if (initialEntry == null) {
                        throw new IllegalArgumentException();
                }
                int entryKind = initialEntry.getEntryKind();
                if (entryKind != IClasspathEntry.CPE_LIBRARY && entryKind != IClasspathEntry.CPE_VARIABLE) {
                        throw new IllegalArgumentException();
                }


Clone Instance
2
Line Count
6
Source Line
151
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java

                if (initialEntry == null) {
                        throw new IllegalArgumentException();
                }
                int entryKind = initialEntry.getEntryKind();
                if (entryKind != IClasspathEntry.CPE_LIBRARY && entryKind != IClasspathEntry.CPE_VARIABLE) {
                        throw new IllegalArgumentException();
                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (initialEntry == null) {
  throw new IllegalArgumentException();
}
int entryKind = initialEntry.getEntryKind();
if (entryKind != IClasspathEntry.CPE_LIBRARY && entryKind != IClasspathEntry.CPE_VARIABLE) {
  throw new IllegalArgumentException();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None