|
there are two special paths in MetaClassHelper for method calls, one is for methods with no arguments and one is for methods with 1 null argument. It seems both had bugs and I fixed them. As for the original issue... I was unable to reproduce it. facesMessages.add("Please try again") is not called with one of the paths I corrected, it is no method call without arguments, and the argument is not null.
I close this bug for now, if it is still a problem please reopen it with a testcase, because I won't be able to reproduce the problem without it |
|||||||||||||||||||||||||||||||||||||||||||||||
I have to call Guice.createInjector([]) or Guice.createInjector({} as Module) but in Java I can call Guice.createInjector().