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 240368

Summary: [80cat] Breadcrumb: class initializers, both static and object, do not appear in the breadcrumb.
Product: java Reporter: michbarsinai <michbarsinai>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: -Silver-
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description michbarsinai 2014-01-12 20:35:41 UTC
This is based on Synergy task "Current Position". In file organize.Members.java, when the caret is in the initializers, the breadcrumb treats it as being in the class' body.
Comment 1 Dusan Balek 2014-01-13 12:10:15 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/5f3c584f253a
Comment 2 Quality Engineering 2014-01-15 02:38:08 UTC
Integrated into 'main-silver', will be available in build *201401150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5f3c584f253a
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #240368: Breadcrumb: class initializers, both static and object, do not appear in the breadcrumb - fixed.