Code Tidy: Remove obsolete MoveEventInfo.NewParent#22728
Conversation
Updated methods that were still using it Obsoleted constructors that were still setting the value.
|
Claude finished @Migaroez's task in 5m 2s —— View job PR ReviewTarget: Removes
Important
Suggestions
Request ChangesThe two Important issues above should be addressed: the obsolete messages carry the wrong removal version/format, and two internal callers that could be updated in this PR were missed. The constructor-chain suggestion is minor but aligns with the repo's documented pattern. |
Removed obsolete (parentId) cases and updated constructors
AndyButland
left a comment
There was a problem hiding this comment.
Spotted a few additional usages of the obsolete constructors that we may be able to clean-up, and a minor DRY up of the constructor code.
MoveEventInfo.NewParent
Description
The GetHashCode is not used directly anywhere so the change should not cause any issues with already persisted data.