Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 88 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/IndexSelector.java |
2 | 4 | 98 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/IndexSelector.java |
3 | 4 | 108 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/IndexSelector.java |
| ||||
for (int i = 0, length = focusEntriesForPolymorphicSearch.length; i < length; i++) { IClasspathEntry entry = focusEntriesForPolymorphicSearch[i]; if (entry.getEntryKind() == IClasspathEntry.CPE_PROJECT && entry.getPath().equals(projectPath)) return true; } |
| ||||
for (int i = 0, length = entries.length; i < length; i++) { IClasspathEntry entry = entries[i]; if (entry.getEntryKind() == IClasspathEntry.CPE_LIBRARY && entry.getPath().equals(focusPath)) return true; } |
| ||||
for (int i = 0, length = entries.length; i < length; i++) { IClasspathEntry entry = entries[i]; if (entry.getEntryKind() == IClasspathEntry.CPE_PROJECT && entry.getPath().equals(focusPath)) return true; } |
| |||
for (int i = 0, length = [[#variable55d89320]].length; i < length; i++) { IClasspathEntry entry = [[#variable55d89320]][i]; if (entry.getEntryKind() == IClasspathEntry. [[#variable55d89280]]&& entry.getPath().equals( [[#variable55d89200]])) return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55d89320]] | focusEntriesForPolymorphicSearch |
1 | 2 | [[#55d89320]] | entries |
1 | 3 | [[#55d89320]] | entries |
2 | 1 | [[#55d89280]] | CPE_PROJECT |
2 | 2 | [[#55d89280]] | CPE_PROJECT |
2 | 3 | [[#55d89280]] | CPE_LIBRARY |
3 | 1 | [[#55d89200]] | projectPath |
3 | 2 | [[#55d89200]] | focusPath |
3 | 3 | [[#55d89200]] | focusPath |