Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate IBaseDataObjectHelper.clone() that allows partial clones. #1018

Merged

Conversation

jdcove2
Copy link
Collaborator

@jdcove2 jdcove2 commented Dec 2, 2024

This PR deprecates the IBaseDataObjectHelper.clone() method that allows for partial clones. Partial clones were implemented to allow cloning that matched the now deprecated BaseDataObject.clone() method. A search of the code bases did not show any instance where IBaseDataObjectHelper.clone() was called for a partial clone except for in the IBaseDataObjectHelperTest class. Therefore, only full clones seem to be needed and partial clones should be removed.

sambish5
sambish5 previously approved these changes Dec 3, 2024
drivenflywheel
drivenflywheel previously approved these changes Dec 5, 2024
@jpdahlke jpdahlke requested a review from sambish5 December 5, 2024 15:31
@jpdahlke jpdahlke added the tech-debt Low-impact cleanup and upkeep label Dec 5, 2024
@jpdahlke jpdahlke added this to the v8.18.0 milestone Dec 5, 2024
@jpdahlke jpdahlke self-requested a review December 5, 2024 15:55
@jpdahlke jpdahlke merged commit 50dd247 into NationalSecurityAgency:main Dec 5, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Low-impact cleanup and upkeep
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants