Crash due to incorrect treatment of nullable properties
Harleyoc1 opened this issue ยท 1 comments
As of beta 27, Configurable#get
is non-null, and now crashes to enforce this. It appears, by this crash, that BOP is accessing a nullable property using this method.
Transferred from DynamicTreesTeam/DynamicTrees#649.