Bug 11651 - Auto-complete shows all Object subclasses after "throws" keyword
Summary: Auto-complete shows all Object subclasses after "throws" keyword
Status: RESOLVED DUPLICATE of bug 8651
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 minor (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-19 11:39 EST by Lev Epshteyn CLA
Modified: 2002-04-30 07:03 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lev Epshteyn CLA 2002-03-19 11:39:38 EST
When declaring the "throws" clause of a method declaration, the only things you can put there are 
objects that implement Throwable (usually Exceptions subclasses). However code complete 
ignores this, and suggests all the classes it can find. 

This is especially annoying when 
declaring "throws ServletException", as there is a whole bunch of "ServletXxxxxxx" classes 
that seem to preceed the needed entry.
Comment 1 Philipe Mulet CLA 2002-03-20 05:59:13 EST

*** This bug has been marked as a duplicate of 8651 ***