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 97728 - [ws][hints] missing ws editor hints
Summary: [ws][hints] missing ws editor hints
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: bhate
URL:
Keywords: REGRESSION
: 102591 (view as bug list)
Depends on:
Blocks: 98254
  Show dependency tree
 
Reported: 2007-03-13 12:30 UTC by Lukas Jungmann
Modified: 2007-08-14 19:21 UTC (History)
3 users (show)

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-03-13 12:30:36 UTC
...for tracking...
Comment 1 Tomasz Slota 2007-04-13 08:45:54 UTC
These checks/hints were originally implemented in the 'j2ee/verification' module, they should be 
moved to a separate module in 6.0.

List of checks and corresponding hints present in NB 5.5:

- the serviceName attribute is not allowed on interfaces: Remove serviceName attribute

- the endpointInterface attribute is not allowed on interfaces: Remove serviceName attribute

- it is not possible to annotate a method with the @Oneway annotation without corresponding 
@WebMethod annotation:	Add @WebMethod annotation, Remove @Oneway annotation

- operation marked @Oneway may not have a return value: Remove @Oneway annotation

- operation marked @Oneway may not have out/in-out parameters: Remove @Oneway annotation

- operation marked @Oneway must not declare any exceptions: Remove @Oneway annotation

- it is not allowed to combine @HandlerChain annotation with @SOAPMessageHandlers annotation: 
Remove @HandlerChain annotation, Remove @SOAPMessageHandlers annotation

See also issue 78758 for a list of suggested new checks/hints
Comment 2 Lukas Jungmann 2007-04-13 08:51:14 UTC
> - it is not possible to annotate a method with the @Oneway annotation without
corresponding 
@WebMethod annotation:	Add @WebMethod annotation, Remove @Oneway annotation


This hint is not correct and it should be removed/not be implemented, see issue
96238
Comment 3 Milan Kuchtiak 2007-04-23 17:08:36 UTC
Not planned for M9.
The feature is planned for milestone 10.
Comment 4 Lukas Jungmann 2007-04-26 10:55:18 UTC
*** Issue 102591 has been marked as a duplicate of this issue. ***
Comment 5 Srividhya Narayanan 2007-06-15 18:25:35 UTC
fixed for FF.
Comment 6 Lukas Jungmann 2007-08-14 19:21:55 UTC
v.