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 223606 - NullPointerException at org.netbeans.modules.editor.breadcrumbs.BreadCrumbComponent.computeNodePath
Summary: NullPointerException at org.netbeans.modules.editor.breadcrumbs.BreadCrumbCom...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 14:35 UTC by padraigdoran
Modified: 2012-12-12 02:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196352


Attachments
stacktrace (1.50 KB, text/plain)
2012-12-10 14:35 UTC, padraigdoran
Details

Note You need to log in before you can comment on or make changes to this bug.
Description padraigdoran 2012-12-10 14:35:37 UTC
Build: NetBeans IDE Dev (Build 2012-12-10 14:24:42 WEB-MAIN df89971ecf25 by Padraig Doran)
VM: Java HotSpot(TM) Client VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Windows 7

User Comments:
padraigdoran: opened up a project that had a js and Smarty tpl file open. The tpl file was focused.
The build is a custom build from web-main at changeset df89971ecf25




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.breadcrumbs.BreadCrumbComponent.computeNodePath(BreadCrumbComponent.java:249)
   at org.netbeans.modules.editor.breadcrumbs.BreadCrumbComponent.measurePrepaint(BreadCrumbComponent.java:169)
   at org.netbeans.modules.editor.breadcrumbs.BreadCrumbComponent.access$100(BreadCrumbComponent.java:87)
   at org.netbeans.modules.editor.breadcrumbs.BreadCrumbComponent$2.run(BreadCrumbComponent.java:197)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:0)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:0)
Comment 1 padraigdoran 2012-12-10 14:35:38 UTC
Created attachment 129160 [details]
stacktrace
Comment 2 Svata Dedic 2012-12-10 14:54:42 UTC
Changeset: c8d5f8c820cf
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-12-10 15:54
Message:   Fixed NPE
Comment 3 padraigdoran 2012-12-10 16:16:10 UTC
(In reply to comment #2)
> Changeset: c8d5f8c820cf
> Author:    Svata Dedic <sdedic@netbeans.org>
> Date:      2012-12-10 15:54
> Message:   Fixed NPE

Hi, can't see this changeset. Was it pushed to web-main or some other repo?
Comment 4 Milutin Kristofic 2012-12-10 16:32:32 UTC
It will be pushed in the evening, it is in private repository.
Comment 5 padraigdoran 2012-12-10 16:41:29 UTC
(In reply to comment #4)
> It will be pushed in the evening, it is in private repository.

Ah yes, forgot about that. Thanks.
Comment 6 Quality Engineering 2012-12-12 02:45:33 UTC
Integrated into 'main-golden', will be available in build *201212120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c8d5f8c820cf
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #223606 - NullPointerException at org.netbeans.modules.editor.breadcrumbs.BreadCrumbComponent.computeNodePath: fixed
Fixed NPE