Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1291 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
2 | 3 | 1316 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
| ||||
status.merge(checkForConflictingRename(currentField, newName)); if (status.hasFatalError()) return status; |
| ||||
status.merge(checkForConflictingRename(ripples, newName)); if (status.hasFatalError()) return status; |
| |||
status.merge(checkForConflictingRename( [[#variable9883bcc0]], newName)); if (status.hasFatalError()) return status; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9883bcc0]] | ripples |
1 | 2 | [[#9883bcc0]] | currentField |