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

Summary: Add Web Service Operation screen: I entered a parameter name, but the generated code said "parameter"
Product: webservices Reporter: rdelaplante <rdelaplante>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: rdelaplante
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***