Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.973 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 344 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java |
2 | 3 | 358 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java |
3 | 3 | 362 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java |
4 | 3 | 1702 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
5 | 3 | 1706 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
{ status.setError(Messages.format(NewWizardMessages.NewContainerWizardPage_error_ContainerIsBinary, str)); return status; } |
| ||||
{ status.setError(Messages.format(NewWizardMessages.NewContainerWizardPage_error_NotAFolder, str)); return status; } |
| ||||
{ status.setError(Messages.format(NewWizardMessages.NewContainerWizardPage_error_ContainerDoesNotExist, str)); return status; } |
| ||||
{ status.setError(Messages.format(NewWizardMessages.NewTypeWizardPage_error_InvalidSuperInterfaceName, intfname)); return status; } |
| ||||
{ status.setError(Messages.format(NewWizardMessages.NewTypeWizardPage_error_SuperInterfaceNotParameterized, intfname)); return status; } |
| |||
{ status.setError(Messages.format(NewWizardMessages. [[#variable5f9b1e00]], [[#variable5f9b1d60]])); return status; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f9b1e00]] | NewContainerWizardPage_error_ContainerDoesNotExist |
1 | 2 | [[#5f9b1e00]] | NewContainerWizardPage_error_NotAFolder |
1 | 3 | [[#5f9b1e00]] | NewContainerWizardPage_error_ContainerIsBinary |
1 | 4 | [[#5f9b1e00]] | NewTypeWizardPage_error_SuperInterfaceNotParameterized |
1 | 5 | [[#5f9b1e00]] | NewTypeWizardPage_error_InvalidSuperInterfaceName |
2 | 1 | [[#5f9b1d60]] | str |
2 | 2 | [[#5f9b1d60]] | str |
2 | 3 | [[#5f9b1d60]] | str |
2 | 4 | [[#5f9b1d60]] | intfname |
2 | 5 | [[#5f9b1d60]] | intfname |