Bug 11651

Summary: Auto-complete shows all Object subclasses after "throws" keyword
Product: [Eclipse Project] JDT Reporter: Lev Epshteyn <levik>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: All   
OS: Windows 2000   
Whiteboard:

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 ***