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 8226

Summary: [completion] another suggestion: code completion (2)
Product: editor Reporter: Petr Slegr <pslegr>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: enhancement CC: claudio4j
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Slegr 2000-11-07 10:26:01 UTC
What if code completion offering a) only classes behind extends clause
and b) only interfaces behind implements clause.
Comment 1 Petr Slegr 2000-11-07 14:49:59 UTC
One problem: interface can extends other interface(s) so it would be needed
test whether class or interface is declared.
Comment 2 Petr Slegr 2000-11-27 11:51:59 UTC
Next one context where content of completion could be reduced: in catch
construct are only allowed subclasses of java.lang.Throwable.
Comment 3 Jan Chalupa 2001-05-05 21:58:02 UTC
Target milestone -> 3.3
Comment 4 David Konecny 2001-06-18 13:45:36 UTC
Changing the state of the issue to ASSIGNED, because it was covered in 
Requirements document at http://editor.netbeans.org/doc/Requirements.html
Comment 5 Jan Chalupa 2001-11-27 12:27:27 UTC
Target milestone -> 3.3.1.
Comment 6 Marek Grummich 2002-07-22 09:48:06 UTC
Set target milestone to TBD
Comment 7 Marek Grummich 2002-07-22 09:51:52 UTC
Set target milestone to TBD
Comment 8 psuk 2004-03-23 19:15:23 UTC
Changing subcomponent to "code completion"

Comment 9 claudio4j 2005-06-22 22:14:10 UTC
Is it difficult to implement this feature ?
Comment 10 claudio4j 2005-07-13 22:08:01 UTC
Please, if you provide some directions I can develop this feature. It is a very
good one.
Comment 11 Dusan Balek 2008-10-15 13:28:25 UTC
Already implemented.