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 218796 - [Breadcrumb] Finally part of try-catch not indicated by breadcrumbs
Summary: [Breadcrumb] Finally part of try-catch not indicated by breadcrumbs
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-21 16:10 UTC by Jiri Prox
Modified: 2012-11-08 02:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2012-09-21 16:10:15 UTC
The 'finally' part of try-catch-finally clause is not indicated by breadcrumbs (as for example 'catch' section)



Product Version: NetBeans IDE 7.3 Beta (Build 201209201306)
Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\7.3beta
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\7.3beta
Comment 1 Jan Lahoda 2012-11-07 15:10:59 UTC
Fixed:
http://hg.netbeans.org/jet-main/rev/8a3389b9ea4c
Comment 2 Quality Engineering 2012-11-08 02:49:33 UTC
Integrated into 'main-golden', will be available in build *201211080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8a3389b9ea4c
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #218796: Showing the finally part of a try-catch.