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, May 27, 6:01 AM
Unknown Object (File)
Mon, May 27, 2:35 AM
Unknown Object (File)
Fri, May 24, 8:24 PM
Unknown Object (File)
Wed, May 22, 12:58 AM
Unknown Object (File)
Sat, May 18, 8:52 AM
Unknown Object (File)
Sat, May 18, 6:58 AM
Unknown Object (File)
Wed, May 8, 10:32 AM
Unknown Object (File)
Tue, May 7, 6:45 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.