Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.988 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 97 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchUpdater.java |
2 | 5 | 140 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchUpdater.java |
| ||||
for (int i = 0; i < projectsInScope.length; i++) { if (pm.isCanceled()) throw new OperationCanceledException(); addTextMatches(projectsInScope[i], new SubProgressMonitor(pm, 1)); } |
| ||||
for (int i = 0; i < members.length; i++) { if (pm.isCanceled()) throw new OperationCanceledException(); addTextMatches(members[i], new SubProgressMonitor(pm, 1)); } |
| |||
for (int i = 0; i < [[#variable773a0b40]].length; i++) { if (pm.isCanceled()) throw new OperationCanceledException(); addTextMatches( [[#variable773a0b40]][i], new SubProgressMonitor(pm, 1)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#773a0b40]] | members |
1 | 2 | [[#773a0b40]] | projectsInScope |