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 87520 - Smart CC after throw keyword
Summary: Smart CC after throw keyword
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-19 14:43 UTC by Jiri Prox
Modified: 2007-01-17 10:09 UTC (History)
0 users

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 Jiri Prox 2006-10-19 14:43:51 UTC
Smart CC should provide all accessible variables/fields extending Exception
after "throw" keyword.  It should provide all classes derived from Exception
after "throw new" as well.