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 236808 - Remove catch clause hint removes entire multicatch try/catch block instead of an extra exception class
Summary: Remove catch clause hint removes entire multicatch try/catch block instead of...
Status: CLOSED DUPLICATE of bug 236524
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 16:07 UTC by ajeh
Modified: 2013-11-21 14:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (65.65 KB, text/plain)
2013-10-06 16:07 UTC, ajeh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ajeh 2013-10-06 16:07:47 UTC
Product Version = NetBeans IDE 7.4 RC1 (Build 201309162201)
Operating System = Linux version 2.6.35.14-96.PhenomX4full.fc14.x86_64 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01

In a multicatch, using a 'remove catch block' results in removal of enclosing try/catch instead of removal of multicatch class not thrown.
Comment 1 ajeh 2013-10-06 16:07:51 UTC
Created attachment 140839 [details]
IDE log
Comment 2 Jiri Prox 2013-10-15 11:43:48 UTC

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