Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 445 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java |
2 | 1 | 1348 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
return new StatusInfo(IStatus.ERROR, Messages.format(NewWizardMessages.NewFolderDialog_folderNameEmpty_alreadyExists, folder.getFullPath().toString())); |
| ||||
// error as createType will fail otherwise (bug 96928) return new StatusInfo(IStatus.ERROR, Messages.format(NewWizardMessages.NewTypeWizardPage_warning_NotJDKCompliant, root.getJavaProject().getElementName())); |
| |||
// error as createType will fail otherwise (bug 96928) return new StatusInfo(IStatus.ERROR, Messages.format(NewWizardMessages. [[#variable5ba043c0]], [[#variable5ba04300]]. [[#variable5ba04280]](). [[#variable5ba04220]]())); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ba043c0]] | NewTypeWizardPage_warning_NotJDKCompliant |
1 | 2 | [[#5ba043c0]] | NewFolderDialog_folderNameEmpty_alreadyExists |
2 | 1 | [[#5ba04300]] | root |
2 | 2 | [[#5ba04300]] | folder |
3 | 1 | [[#5ba04280]] | getJavaProject |
3 | 2 | [[#5ba04280]] | getFullPath |
4 | 1 | [[#5ba04220]] | getElementName |
4 | 2 | [[#5ba04220]] | toString |