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 78610

Summary: [cc][ws] Implement all abstract methods hint is missing
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: EditorAssignee: issues@webservices <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 78758    

Description Lukas Jungmann 2006-06-20 16:44:03 UTC
-let test.MySei be an interface with some methods
-have some webservice with following header:

@WebService(endpointInterface="test.MySei")
public class MyWebService

this is just another way how to say that MyWebService implements test.MySei

that means that there should be also same behaviour:
- "MyWebService is not abstract and does not override abstract method ..." error
on ws class should appear
- "Implement all abstract methods" hint on ws class should be available
- all methods from test.MySei should be shown in "Override Methods..." dialog
- all methods from test.MySei should be implementable using code completion
Comment 1 Tomasz Slota 2006-06-21 08:22:37 UTC
We have overlooked this situation when planning features for this release. It is probably too late to 
implement it for the 5.5 now, I will ask Petr.

It is not a bug, as such a functionality was not planned - changing issue type to ENHANCEMENT.
It is important - changing priority to P2.
Comment 2 Tomasz Slota 2006-06-21 15:48:26 UTC
we won't be able to implement it in this release - setting target milestone to 'future'
Comment 3 Lukas Jungmann 2008-04-14 17:15:44 UTC
moving opened issues where TM != dev to TM=TBD