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 106203 - Add Web Service Operation screen: I entered a parameter name, but the generated code said "parameter"
Summary: Add Web Service Operation screen: I entered a parameter name, but the generat...
Status: RESOLVED DUPLICATE of bug 97155
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-09 16:36 UTC by rdelaplante
Modified: 2007-06-25 12:19 UTC (History)
1 user (show)

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 rdelaplante 2007-06-09 16:36:39 UTC
I entered lastName for my parameter name, but the generated code ended up like this:

@WebMethod
    public Reservation[] findReservations(@WebParam(name = "parameter")
    String parameter) {
        // TODO write your implementation code here:
        return null;
    }
Comment 1 Milan Kuchtiak 2007-06-25 12:19:08 UTC

*** This issue has been marked as a duplicate of 97155 ***