Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 67 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/containers/JavaSourceLookupParticipant.java |
2 | 4 | 73 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java |
| ||||
Iterator iterator = fDelegateContainers.values().iterator(); while (iterator.hasNext()) { ISourceContainer container = (ISourceContainer) iterator.next(); container.dispose(); } |
| ||||
Iterator iterator = fIcons.values().iterator(); while (iterator.hasNext()) { Image icon = (Image) iterator.next(); icon.dispose(); } |
| |||
Iterator iterator = [[#variable55da1220]].values().iterator(); while (iterator.hasNext()) { [[#variable55da1280]] [[#variable55da1120]]= ( [[#variable55da1280]]) iterator.next(); [[#variable55da1120]].dispose(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55da1220]] | fIcons |
1 | 2 | [[#55da1220]] | fDelegateContainers |
2 | 1 | [[#55da1280]] | Image |
2 | 2 | [[#55da1280]] | ISourceContainer |
3 | 1 | [[#55da1120]] | icon |
3 | 2 | [[#55da1120]] | container |