Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.991 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 3384 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
2 | 2 | 3706 | 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$ |
| ||||
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$ |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53dbe000]] | "Library path cannot be null" |
1 | 2 | [[#53dbe000]] | "Source path cannot be null" |