kieler / KLighD

KIELER Lightweight Diagams
Eclipse Public License 2.0
34 stars 7 forks source link

kgraph: skip parsing unparsable layout options #184

Closed NiklasRentzCAU closed 6 months ago

NiklasRentzCAU commented 6 months ago

when parsing layout options from persistent entries back to properties, some object valued options cannot be parsed and will throw IllegalStateExceptions, which are not caught anywhere. Non-parsable properties are now just skipped without erroring.