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)
Mon, Oct 14, 11:10 AM
Unknown Object (File)
Wed, Oct 9, 1:16 AM
Unknown Object (File)
Fri, Oct 4, 1:58 PM
Unknown Object (File)
Sun, Sep 29, 1:45 AM
Unknown Object (File)
Fri, Sep 27, 1:35 AM
Unknown Object (File)
Sep 18 2024, 6:11 AM
Unknown Object (File)
Sep 18 2024, 6:07 AM
Unknown Object (File)
Sep 13 2024, 8:39 AM
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.