Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 151 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CleanUpAction.java |
2 | 4 | 464 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java |
| ||||
if ( !ElementValidator.check(cu, getShell(), ActionMessages.CleanUpAction_ErrorDialogTitle, fEditor != null)) return; if ( !ActionUtil.isProcessable(getShell(), cu)) return; |
| ||||
if ( !ElementValidator.check(cu, getShell(), ActionMessages.OrganizeImportsAction_error_title, fEditor != null)) return; if ( !ActionUtil.isProcessable(getShell(), cu)) return; |
| |||
if ( !ElementValidator.check(cu, getShell(), ActionMessages. [[#variableb29f3620]], fEditor != null)) return; if ( !ActionUtil.isProcessable(getShell(), cu)) return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b29f3620]] | OrganizeImportsAction_error_title |
1 | 2 | [[#b29f3620]] | CleanUpAction_ErrorDialogTitle |