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 - Default generated Web service code shows missing @param/@return javadoc tags
Summary: Default generated Web service code shows missing @param/@return javadoc tags
Status: RESOLVED FIXED
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:
: 102835 105656 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-04 22:49 UTC by arungupta
Modified: 2007-09-28 12:22 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 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 .