Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 387 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java |
2 | 5 | 724 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java |
3 | 5 | 314 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java |
| ||||
for (int i = 0; i < subs.length; i++) { if (subs[i].hasSourceChange()) return true; } return false; |
| ||||
for (int i = 0; i < children.length; i++) { if (children[i].isFocusControl()) return true; } return false; |
| ||||
for (int i = 0; i < items.length; i++) { if (items[i].getChecked()) return true; } return false; |
| |||
for (int i = 0; i < [[#variable5fa303a0]].length; i++) { if ( [[#variable5fa303a0]][i]. [[#variable5fa30380]]()) return true; } return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fa303a0]] | items |
1 | 2 | [[#5fa303a0]] | children |
1 | 3 | [[#5fa303a0]] | subs |
2 | 1 | [[#5fa30380]] | getChecked |
2 | 2 | [[#5fa30380]] | isFocusControl |
2 | 3 | [[#5fa30380]] | hasSourceChange |