cpetrov / CDODebugUtils

Eclipse Public License 1.0
0 stars 0 forks source link

Logical structure not applied if eSettings is empty #1

Closed cpetrov closed 5 years ago

cpetrov commented 5 years ago

In case no values have been stored, the logical structure won't be applied at all:

https://github.com/cpetrov/CDODebugUtils/blob/2064daa91b56a33936bcb39d23cb0cc86b2f7f03/bundles/tools.mdsd.cdo.debug.variablesview/src/tools/mdsd/cdo/debug/variablesview/CDOObjectLogicalStructureType.java#L18

Maybe present the fields as unset and show other features in the logical structure, like structural features and references.

cpetrov commented 5 years ago

eSettings will be null but present, thus the logical structure will be applied.