Steps to reproduce: in jbock
- open project in intellij
- execute gradle tasks
clean and classes, works
- run some unit test, say,
simpleOptional() in PositionalTest, works
- make a minor change: change one of the error messages in
AbstractMethodsFinder
- run the same test again, error