Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 449 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java |
2 | 3 | 1557 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
if (typeName.indexOf('.') != -1) { status.setError(WizardMessages.NewTestSuiteWizPage_typeName_error_name_qualified); return status; } |
| ||||
if (typeName.indexOf('.') != -1) { status.setError(NewWizardMessages.NewTypeWizardPage_error_QualifiedName); return status; } |
| |||
if (typeName.indexOf('.') != -1) { status.setError( [[#variableb4489ba0]]. [[#variableb4489b00]]); return status; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4489ba0]] | WizardMessages |
1 | 2 | [[#b4489ba0]] | NewWizardMessages |
2 | 1 | [[#b4489b00]] | NewTestSuiteWizPage_typeName_error_name_qualified |
2 | 2 | [[#b4489b00]] | NewTypeWizardPage_error_QualifiedName |