The default method stub doesn't print its name, which makes it hard to know which messages are being handled by the default stub because they all print default implementation. This adds the field name to the message, for example, managedAccounts default implementation.
Thanks for the PR.
However, I was just refactoring Wrapper in f89ae32981d111bee84729360b5a63ea0fe7e945 and the new layout should also address the issue raised by this PR.
The default method stub doesn't print its name, which makes it hard to know which messages are being handled by the default stub because they all print
default implementation
. This adds the field name to the message, for example,managedAccounts default implementation
.