This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76550 - name conflicts in generated code
Summary: name conflicts in generated code
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 10:55 UTC by Lukas Jungmann
Modified: 2006-07-15 00:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-05-18 10:55:50 UTC
-Have wsdl from issue 54965
-create websvc client from it
-call "urlInfo" operation in JSP

=> one of generated variables will be "request", but that one is already defined
in JSP and is of type HttpServletRequest
Comment 1 Lukas Jungmann 2006-05-18 11:23:07 UTC
not sure whether issue 69864 blocks this or not (in case of JSP)...
Comment 2 Milan Kuchtiak 2006-05-19 11:58:07 UTC
No, I don't think issue 69846 blocks this.
We presumably need to check the "implicit" JSP objects like request,response,out
etc.
Comment 3 Lukas Jungmann 2006-05-19 12:22:16 UTC
And what about user defined variables?
Comment 5 Lukas Jungmann 2006-07-15 00:16:53 UTC
v.