Page MenuHomePhorge

Don't try to assign a package to null
ClosedPublic

Authored by mollekopf on Mar 11 2023, 12:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 6, 1:07 PM
Unknown Object (File)
Jan 27 2024, 6:09 AM
Unknown Object (File)
Jan 19 2024, 4:48 PM
Unknown Object (File)
Jan 19 2024, 4:35 PM
Unknown Object (File)
Jan 18 2024, 7:50 PM
Unknown Object (File)
Jan 14 2024, 7:33 PM
Unknown Object (File)
Jan 2 2024, 6:04 AM
Unknown Object (File)
Dec 27 2023, 11:00 PM
Subscribers

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Mar 11 2023, 12:54 PM

Not entirely sure if there is a valid case where we end up passing a domain package, but not a domain to assignPlan. I ran into this at some point, but maybe I'll have to reproduce first.

I'd say it should throw an exception.

Throwing an exception now to be a bit more explicit than then crash when trying to access null

This revision is now accepted and ready to land.Mar 23 2023, 9:09 AM
This revision was landed with ongoing or failed builds.Mar 26 2023, 11:32 PM
This revision was automatically updated to reflect the committed changes.