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 102835 - web service operation missing tags
Summary: web service operation missing tags
Status: RESOLVED DUPLICATE of bug 105657
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-27 21:29 UTC by tamiro
Modified: 2007-06-25 12:05 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 tamiro 2007-04-27 21:29:44 UTC
Create a Web Application, add a web service to it, and then 
add an operation. The java code for the operation has 
compilation error: Missing @param tags and @return tags. 
Clicking on the light bulb x helps you resolve the problem 
by adding the missing params. But they shouldn't be 
missing in the first place.

This is a regression from NB 5.5.1/wsit 2.32, in the sense 
that as a user I didn't have to do any additional manual 
step like that -- adding the params. 

Why does the code require the following now 
 /**
     * Web service operation
     * @param i 
     * @param j 
     * @return 
     */ 
whereas before 6.0 the following sufficed
/**
     * Web service operation
     */
Comment 1 Milan Kuchtiak 2007-06-25 12:05:58 UTC

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