Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1074 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
2 | 2 | 1097 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
| ||||
if (fUpdateReferences) addReferenceUpdates(fChangeManager, new SubProgressMonitor(pm, 3)); |
| ||||
if (fUpdateSimilarElements) addSimilarElementsTextualUpdates(fChangeManager, new SubProgressMonitor(pm, 3)); |
| |||
if ( [[#variablebb79b260]]) [[#variablebb79b1e0]](fChangeManager, new SubProgressMonitor(pm, 3)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb79b260]] | fUpdateSimilarElements |
1 | 2 | [[#bb79b260]] | fUpdateReferences |
2 | 1 | [[#bb79b1e0]] | addSimilarElementsTextualUpdates |
2 | 2 | [[#bb79b1e0]] | addReferenceUpdates |