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 96238 - [ws] @WebMethod is not mandatory if @OneWay is used
Summary: [ws] @WebMethod is not mandatory if @OneWay is used
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks: 78758
  Show dependency tree
 
Reported: 2007-02-21 23:39 UTC by Lukas Jungmann
Modified: 2007-10-16 18:27 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 Lukas Jungmann 2007-02-21 23:39:43 UTC
The editor incorrectly shows an error hint if there's some method annotated with
@OneWay which does not have @WebMethod annotation and suggests to use it.
Actually one can have a method with @OneWay and without @WebMethod.
Comment 1 bhate 2007-06-15 18:44:43 UTC
This is fixed now
Comment 2 Lukas Jungmann 2007-10-16 18:27:09 UTC
v.