Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.985 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 165 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/ClasspathModel.java |
2 | 2 | 174 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/ClasspathModel.java |
3 | 2 | 189 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/ClasspathModel.java |
| ||||
for (int i = 0; i < entries.length; i++) { bootstrapEntries.addEntry(new ClasspathEntry(entries[i], bootstrapEntries), null); } |
| ||||
for (int i = 0; i < entries.length; i++) { group.addEntry(new ClasspathEntry(entries[i], group), null); } |
| ||||
for (int i = 0; i < entries.length; i++) { userEntries.addEntry(new ClasspathEntry(entries[i], userEntries), null); } |
| |||
for (int i = 0; i < entries.length; i++) { [[#variable90171220]].addEntry(new ClasspathEntry(entries[i], [[#variable90171220]]), null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#90171220]] | userEntries |
1 | 2 | [[#90171220]] | group |
1 | 3 | [[#90171220]] | bootstrapEntries |