Echtzeitsysteme / gips

Graph-Based (M)ILP Problem Specification Tool
https://gips.dev
GNU General Public License v3.0
3 stars 1 forks source link

Hotfix: Prevent NPE in some edge cases of the `TypeIndexer` #109

Closed maxkratz closed 1 year ago

maxkratz commented 1 year ago

In some edge cases, the TypeIndexer produced an NPE.

Example case:

This fix (or another one for this bug) is necessary for our incremental P2P example.