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 220337 - Code completion inside switch does not provide completion for catch (only case)
Summary: Code completion inside switch does not provide completion for catch (only case)
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.3
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 08:12 UTC by crazyjavahacking
Modified: 2012-10-19 13:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Code completion bug (17.79 KB, image/png)
2012-10-18 08:12 UTC, crazyjavahacking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crazyjavahacking 2012-10-18 08:12:22 UTC
Created attachment 126124 [details]
Code completion bug

Code completion inside switch does not provide completion for catch (only case).


NetBeans Dev 201210170002, JDK 6u32
Comment 1 Dusan Balek 2012-10-18 08:53:35 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/0255dc879743
Comment 2 Quality Engineering 2012-10-19 13:39:25 UTC
Integrated into 'main-golden', will be available in build *201210191216* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0255dc879743
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #220337: Code completion inside switch does not provide completion for catch (only case) - fixed.