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 105657

Summary: Default generated Web service code shows missing @param/@return javadoc tags
Product: webservices Reporter: arungupta <arungupta>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description arungupta 2007-06-04 22:49:48 UTC
Using M9

The default generated Web service code shows missing @param/@return javadoc
tags. These tags should be added so that the generated code is clean.
Comment 1 arungupta 2007-06-04 23:15:06 UTC
See http://blogs.sun.com/arungupta/entry/tango_and_web_service_designer for the
error image.
Comment 2 arungupta 2007-06-04 23:15:10 UTC
See http://blogs.sun.com/arungupta/entry/tango_and_web_service_designer for the
error image.
Comment 3 Milan Kuchtiak 2007-06-25 10:02:57 UTC
*** Issue 105656 has been marked as a duplicate of this issue. ***
Comment 4 Milan Kuchtiak 2007-06-25 12:05:21 UTC
*** Issue 105656 has been marked as a duplicate of this issue. ***
Comment 5 Milan Kuchtiak 2007-06-25 12:05:57 UTC
*** Issue 102835 has been marked as a duplicate of this issue. ***
Comment 6 Milan Kuchtiak 2007-09-28 12:22:52 UTC
- problem with confusing hints (Missing @param/@return tag) was fixed.
- the @WebParam annotation is generated for web operation parameters
- the @webResult annotation isn't so important. Anyway, there is a way to add it manually .