Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 796 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java |
2 | 3 | 607 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java |
| ||||
newWorkingCopies = RenameAnalyzeUtil.createNewWorkingCopies((ICompilationUnit[]) compilationUnitsToModify.toArray(new ICompilationUnit[compilationUnitsToModify.size()]), fChangeManager , newWCOwner, new SubProgressMonitor(pm, 1)); |
| ||||
otherWCs = RenameAnalyzeUtil.createNewWorkingCopies( (ICompilationUnit[]) needWCs.toArray(new ICompilationUnit[needWCs.size()]), fChangeManager, fWorkingCopyOwner, new SubProgressMonitor(pm, 1)); |
| |||
[[#variable53d1e080]]= RenameAnalyzeUtil.createNewWorkingCopies((ICompilationUnit[]) [[#variable53d1e000]].toArray(new ICompilationUnit[ [[#variable53d1e000]].size()]), fChangeManager, [[#variable53d1e9e0]], new SubProgressMonitor(pm, 1)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d1e080]] | newWorkingCopies |
1 | 2 | [[#53d1e080]] | otherWCs |
2 | 1 | [[#53d1e000]] | compilationUnitsToModify |
2 | 2 | [[#53d1e000]] | needWCs |
3 | 1 | [[#53d1e9e0]] | newWCOwner |
3 | 2 | [[#53d1e9e0]] | fWorkingCopyOwner |