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 17515 - Should check that an interface exists before letting you create an implementor
Summary: Should check that an interface exists before letting you create an implementor
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 16779
Blocks:
  Show dependency tree
 
Reported: 2001-11-11 19:16 UTC by andy
Modified: 2007-09-26 09:14 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 andy 2001-11-11 19:16:54 UTC
Okay, this is against the little class wizard.  Not sure if this is the correct
component..  Seemed the most appropriate thing.  

I can create a new class and set the class I want to have the interface
implement and I typo it but it doesn't care...it does it anyway..  Would be nice
if it checked to make sure it exists...   Afterall... I use IDEs to protect me
from my bad typing...otherwise I'd probably just use vi.  *g*

-Andy
Comment 1 Svata Dedic 2001-11-14 12:36:13 UTC
Not a defect, actually, but a request for a really usefull 
enhancement. I suppose it ought to be "correct" with the name lookup 
- and so it has to be a little more clever, searching symbols 
defined by super{classes,interfaces} etc.

Comment 2 Martin Matula 2004-11-12 08:30:13 UTC
No longer relevant. ClassWizard does not allow you to specify a
superclass anymore.