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.979 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 415 | plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java |
2 | 4 | 424 | plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java |
| ||||
/* * Helper method to get rid of unchecked conversion warning */ @SuppressWarnings("unchecked") private List<FactoryPathEntry> getListContents() { List<FactoryPathEntry> contents = fFactoryPathList.getElements(); return contents; } |
| ||||
/* * Helper method to get rid of unchecked conversion warning */ @SuppressWarnings("unchecked") private List<FactoryPathEntry> getSelectedListContents() { List<FactoryPathEntry> contents = fFactoryPathList.getSelectedElements(); return contents; } |
| |||
/* * Helper method to get rid of unchecked conversion warning */ @SuppressWarnings("unchecked") private List<FactoryPathEntry> [[#variable5ad65220]]() { List<FactoryPathEntry> contents = fFactoryPathList. [[#variable5ad652a0]](); return contents; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ad65220]] | getListContents |
1 | 2 | [[#5ad65220]] | getSelectedListContents |
2 | 1 | [[#5ad652a0]] | getElements |
2 | 2 | [[#5ad652a0]] | getSelectedElements |