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.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 200 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java |
2 | 3 | 171 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsPage.java |
| ||||
IStatus status = JavaConventions.validateFieldName(text); if (status.matches(IStatus.ERROR)) return status; |
| ||||
IStatus status = JavaConventions.validateIdentifier(name); if (status.matches(IStatus.ERROR)) return status; |
| |||
IStatus status = JavaConventions. [[#variable5ab8a640]]( [[#variable5ab8a600]]); if (status.matches(IStatus.ERROR)) return status; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ab8a640]] | validateIdentifier |
1 | 2 | [[#5ab8a640]] | validateFieldName |
2 | 1 | [[#5ab8a600]] | name |
2 | 2 | [[#5ab8a600]] | text |