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 132711 - "Create Class" hint shall also offer "Create Interface" hint
Summary: "Create Class" hint shall also offer "Create Interface" hint
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 03:45 UTC by tusharvjoshi
Modified: 2013-09-02 14:20 UTC (History)
1 user (show)

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 tusharvjoshi 2008-04-14 03:45:19 UTC
When I type code like

IEquation equation = new SquareEquation();

and when IEquation and SquareEquation do not exist NetBeans show hints for creating class IEquation and SquareEquation.

NetBeans should also offer a Create Interface hint for IEquation identifier.
Comment 1 Jan Becicka 2008-05-15 13:25:53 UTC
Max volunteered :)
Comment 2 tusharvjoshi 2010-12-12 17:42:05 UTC
I used this bug report as a demonstration of how to file enhancements for NetBeans IDE on my blog at http://netbeanside61.blogspot.com/2008/04/filing-enhancement-request-for-netbeans.html

I will update my blog post when there will be a resolution of this issue.

with regards
Tushar