CloneSet6898


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.991statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123384
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java
223706
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java
Clone Instance
1
Line Count
2
Source Line
3384
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java

                if (path == null) Assert.isTrue(false, "Library path cannot be null"); //$NON-NLS-1$
                if ( !path.isAbsolute())Assert.isTrue(false, "Path for IClasspathEntry must be absolute"); //$NON-NLS-1$


Clone Instance
2
Line Count
2
Source Line
3706
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java

                if (path == null) Assert.isTrue(false, "Source path cannot be null"); //$NON-NLS-1$
                if ( !path.isAbsolute())Assert.isTrue(false, "Path for IClasspathEntry must be absolute"); //$NON-NLS-1$


Clone AbstractionParameter Count: 1Parameter Bindings

if (path == null)
  Assert.isTrue(false,  [[#variable53dbe000]]); //$NON-NLS-1$
if ( !path.isAbsolute())
  Assert.isTrue(false, "Path for IClasspathEntry must be absolute"); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53dbe000]]
"Library path cannot be null" 
12[[#53dbe000]]
"Source path cannot be null"