mbeddr / mbeddr.core

The mbeddr core. An extensible C
Eclipse Public License 2.0
224 stars 77 forks source link

Bug: Method ILogicChildOwner.getModelsWithLogicalChildren does not work for transient models #2408

Closed kbirken closed 2 months ago

kbirken commented 2 months ago

The default implementation of ILogicChildOwner.getModelsWithLogicalChildren does not work for transient models. It navigates to the transient module, and getModels() on the module returns null. It should at least return the model of the logical child owner node itself.

kbirken commented 2 months ago

PR successfully merged to maintenance/mps20222.