Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 571 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java |
2 | 4 | 303 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java |
3 | 4 | 355 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java |
| ||||
Object[] object = dialog.getResult(); if (object == null) { notifyResult(false); return; } |
| ||||
Object[] result = dialog.getResult(); if (result == null) { notifyResult(false); return; } |
| ||||
Object[] elements = dialog.getResult(); if (elements == null) { notifyResult(false); return; } |
| |||
Object[] [[#variable62ce3ee0]]= dialog.getResult(); if ( [[#variable62ce3ee0]]== null) { notifyResult(false); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62ce3ee0]] | elements |
1 | 2 | [[#62ce3ee0]] | result |
1 | 3 | [[#62ce3ee0]] | object |