Closed cescoffier closed 7 years ago
looks easy to fix :-)
Yes, I've opened the issue because I wonder if we need to add a test in the CodeGen TCK or just in RX?
It works in JavaScript.
I think the method exists in TCK, but the TCK coverage in Rx is incomplete.
When a method passes a Class parameter, the RX generated class passes
null
to the delegated method:If you have this method:
It generates:
As you can imagine it's a bit annoying...
The culprit is: vertx-rxjava/template/common.templ line 125:
Instead of
This bug is blocking https://github.com/vert-x3/vertx-service-discovery/issues/14.