Details
Description
When we use simple-method, we usually iterate list via <Iterate> tag.
A lot of simple-method code(implement service) use <Iterate> tag without check NULL, so when verbose mode is ON: the objList.getClass().getName() object will cause NULL exception.
See more details at:
Iterate#exec(MethodContext methodContext) at line 158