Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 176 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/RuntimeClasspathViewer.java |
2 | 4 | 183 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/RuntimeClasspathViewer.java |
| ||||
for (int i = 0; i < entries.length; i++) { IClasspathEntry existingEntry = entries[i]; if (existingEntry.equals(entry)) { return 1; } } |
| ||||
for (int i = 0; i < entries.length; i++) { IClasspathEntry existingEntry = entries[i]; if (existingEntry.equals(entry)) { return 1; } } |
| |||
for (int i = 0; i < entries.length; i++) { IClasspathEntry existingEntry = entries[i]; if (existingEntry.equals(entry)) { return 1; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |