Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 782 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragmentRoot.java |
2 | 4 | 151 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragmentRootInfo.java |
| ||||
for (int i = 0, length = classpath.length; i < length; i++) { IClasspathEntry entry = classpath[i]; if (entry.getPath().equals(path)) { return Status.OK_STATUS; } } |
| ||||
for (int i = 0, length = resolvedClasspath.length; i < length; i++) { IClasspathEntry entry = resolvedClasspath[i]; if (entry.getPath().equals(path)) { return true; } } |
| |||
for (int i = 0, length = [[#variable5b846740]].length; i < length; i++) { IClasspathEntry entry = [[#variable5b846740]][i]; if (entry.getPath().equals(path)) { return [[#variable5b8467c0]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b846740]] | classpath |
1 | 2 | [[#5b846740]] | resolvedClasspath |
2 | 1 | [[#5b8467c0]] | Status.OK_STATUS |
2 | 2 | [[#5b8467c0]] | true |