chasm icon indicating copy to clipboard operation
chasm copied to clipboard

Fix annotations casting "values" field to String too early

Open Kroppeb opened this issue 3 years ago • 1 comments

Kroppeb avatar Aug 03 '22 23:08 Kroppeb

This PR is kinda a hack fix to the incositent behaviour of the NodeUtils.getAs... methods. Currently, they return null if the value is missing, but throw an exception if it exists, but is of the wrong type. I would prefer the underlying issue to be fixed instead.

CheaterCodes avatar Aug 13 '22 08:08 CheaterCodes