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 - [80cat] Breadcrumb: class initializers, both static and object, do not appear in the breadcrumb.
Summary: [80cat] Breadcrumb: class initializers, both static and object, do not appear...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 20:35 UTC by michbarsinai
Modified: 2014-01-15 02:38 UTC (History)
1 user (show)

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 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.