Skip to content

(validate) field option should generate code for calling validate() for nested messages  #59

Description

@alexander-yevsyukov

This does not happen in new Validation. For example, see io.spine.server.stand.EntityQueryProcessorTest.failOnInvalidQuery().

The test now passed because EntityQueryProcessor.process(Query) was patched to manually check()s instances of Query (which is a good idea anyway) AND query.getTarget() (which should be done by Query.validate()).

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

Status
✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions