I see where fixes have been made to ClassRep.java and JavaUtils.java to have a method  
getParameterNamesFromDebugInfo
which is 'supposed' to get the parameter names if the class file has been compiled 
with 'debug' info.

But, on a mehtod like: public void doSomething(firstLong long, secondLong long)
The 'first' parm names does get generated (i.e. firstLong)  but the second parameter 
is 'always' in1  (i.e. not secondLong).
This is important because the WSDL gets this name generated into it and then if you 
run WSDL2Java the client source code will have this 'meaningless' name.
I've loaded tuesdays' build but this problem persists.

Anyone having better luck on this?

thanks,
 chris


Chris Peake     
Computer Associates
Software Engineer
tel: +1 214 473 1375
fax: +1 214 473 1168
[EMAIL PROTECTED]


Reply via email to