Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Enhancement Priority-Medium Component-VerveineJ Milestone-4.7
New issue 880 by andreho...(a)gmail.com: Improving VerveineJ stub
invocations/methods
http://code.google.com/p/moose-technology/issues/detail?id=880
When creating models without classpath, invocations/methods (where the
biding are not found) are created in the format:
anInvocation(???)
This is the case even if the real invocation in source code contains
parameters such as:
anInvocation(a, b)
It would be good maintain the information with respect to the number of
parameters in such invocation/method, and then export the #signature with
something like:
anInvocation(?, ?)
Like that we can at least count the number of parameters.