Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 4 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 329 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/ResourceModifications.java |
2 | 2 | 111 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java |
3 | 2 | 523 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java |
4 | 2 | 623 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java |
5 | 2 | 627 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java |
6 | 2 | 633 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java |
| ||||
for (Iterator iter = fDeltaDescriptions.iterator(); iter.hasNext();) { ((DeltaDescription) iter.next()).buildDelta(builder); } |
| ||||
for (Iterator iter = fChildren.iterator(); iter.hasNext();) { ((Node) iter.next()).getCheckedLeafs(list); } |
| ||||
for (Iterator iter = fActions.iterator(); iter.hasNext();) { ((SelectionDispatchAction) iter.next()).update(selection); } |
| ||||
for (Iterator iter = fActions.iterator(); iter.hasNext();) { ((SelectionDispatchAction) iter.next()).update(javaSelection); } |
| ||||
for (Iterator iter = fActions.iterator(); iter.hasNext();) { ((SelectionDispatchAction) iter.next()).update(textSelection); } |
| ||||
for (Iterator iter = fActions.iterator(); iter.hasNext();) { ((SelectionDispatchAction) iter.next()).update(selection); } |
| |||
for (Iterator iter = [[#variablebc646ac0]].iterator(); iter.hasNext();) { (( [[#variablebb885e20]]) iter.next()). [[#variablebc646a20]]( [[#variablebc646a60]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc646ac0]] | fActions |
1 | 2 | [[#bc646ac0]] | fDeltaDescriptions |
1 | 3 | [[#bc646ac0]] | fActions |
1 | 4 | [[#bc646ac0]] | fActions |
1 | 5 | [[#bc646ac0]] | fChildren |
1 | 6 | [[#bc646ac0]] | fActions |
2 | 1 | [[#bb885e20]] | SelectionDispatchAction |
2 | 2 | [[#bb885e20]] | DeltaDescription |
2 | 3 | [[#bb885e20]] | SelectionDispatchAction |
2 | 4 | [[#bb885e20]] | SelectionDispatchAction |
2 | 5 | [[#bb885e20]] | Node |
2 | 6 | [[#bb885e20]] | SelectionDispatchAction |
3 | 1 | [[#bc646a20]] | update |
3 | 2 | [[#bc646a20]] | buildDelta |
3 | 3 | [[#bc646a20]] | update |
3 | 4 | [[#bc646a20]] | update |
3 | 5 | [[#bc646a20]] | getCheckedLeafs |
3 | 6 | [[#bc646a20]] | update |
4 | 1 | [[#bc646a60]] | selection |
4 | 2 | [[#bc646a60]] | builder |
4 | 3 | [[#bc646a60]] | javaSelection |
4 | 4 | [[#bc646a60]] | textSelection |
4 | 5 | [[#bc646a60]] | list |
4 | 6 | [[#bc646a60]] | selection |