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 224995 - [73cat] Add to existing multicatch
Summary: [73cat] Add to existing multicatch
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 2 votes (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 20:03 UTC by misterm
Modified: 2013-11-16 13:07 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (343.62 KB, text/plain)
2013-01-16 20:03 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-01-16 20:03:18 UTC
If a new exception type is added to the throws cause of a method being called and there is already a multicatch block around it, the editor should also suggest adding the new type to the existing multicatch clause. The same applies if there is already a single catch clause.
Comment 1 misterm 2013-01-16 20:03:31 UTC
Created attachment 130306 [details]
IDE log