Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.981 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 369 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java |
2 | 5 | 376 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java |
| ||||
for (int index = 0; index < fGetterFields.length; index++) { generateGetterMethod(fGetterFields[index], rewriter); monitor.worked(1); if (monitor.isCanceled()) { throw new OperationCanceledException(); } } |
| ||||
for (int index = 0; index < fSetterFields.length; index++) { generateSetterMethod(fSetterFields[index], rewriter); monitor.worked(1); if (monitor.isCanceled()) { throw new OperationCanceledException(); } } |
| |||
for (int index = 0; index < [[#variablea3c83b60]].length; index++) { [[#variablea3c83ae0]]( [[#variablea3c83b60]][index], rewriter); monitor.worked(1); if (monitor.isCanceled()) { throw new OperationCanceledException(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3c83b60]] | fSetterFields |
1 | 2 | [[#a3c83b60]] | fGetterFields |
2 | 1 | [[#a3c83ae0]] | generateSetterMethod |
2 | 2 | [[#a3c83ae0]] | generateGetterMethod |