Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 362 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragmentRoot.java |
2 | 8 | 397 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragmentRoot.java |
| ||||
{ if (target instanceof IFile) { IFile file = (IFile) target; if (org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName(file.getName())) { return entry; } } else if (target instanceof IContainer) { return entry; } } |
| ||||
{ if (target instanceof IFile) { IFile file = (IFile) target; if (org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName(file.getName())) { return entry; } } else if (target instanceof IContainer) { return entry; } } |
| |||
{ if (target instanceof IFile) { IFile file = (IFile) target; if (org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName(file.getName())) { return entry; } } else if (target instanceof IContainer) { return entry; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |