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

Summary: [ws][hints] missing ws editor hints
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: CodeAssignee: bhate <bhate>
Status: VERIFIED FIXED    
Severity: blocker CC: kganfield, pjiricka, tslota
Priority: P1 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 98254    

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.