Replace editor-not-null-attribute assertions using NodeErrors
with alternatives that don't use NodeErrors
#90
Labels
NodeErrors
with alternatives that don't use NodeErrors
#90
Currently we throw exceptions if editor properties are not set:
Currently
AssertEditorPropertySet
usesResult
s. But it does not need to. Instead replace it with similar looking method that does not createResult
s and with a better error message/exception message.The text was updated successfully, but these errors were encountered: