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

Summary: "Create Class" hint shall also offer "Create Interface" hint
Product: java Reporter: tusharvjoshi <tusharvjoshi>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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