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 - [cc][ws] Implement all abstract methods hint is missing
Summary: [cc][ws] Implement all abstract methods hint is missing
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks: 78758
  Show dependency tree
 
Reported: 2006-06-20 16:44 UTC by Lukas Jungmann
Modified: 2008-04-14 17:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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