Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.987 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1256 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
2 | 5 | 435 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java |
| ||||
String[] fileNames = dialog.getFileNames(); int nChosen = fileNames.length; IPath filterPath = Path.fromOSString(dialog.getFilterPath()); CPListElement[] elems = new CPListElement[nChosen]; |
| ||||
String[] fileNames = dialog.getFileNames(); int nChosen = fileNames.length; IPath filterPath = Path.fromOSString(dialog.getFilterPath()); IPath[] elems = new IPath[nChosen]; |
| |||
String[] fileNames = dialog.getFileNames(); int nChosen = fileNames.length; IPath filterPath = Path.fromOSString(dialog.getFilterPath()); [[#variable59fe7280]][] elems = new [[#variable59fe7280]][nChosen]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59fe7280]] | IPath |
1 | 2 | [[#59fe7280]] | CPListElement |