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 170155 - NullPointerException at org.openide.awt.Toolbar$Folder.createInstance
Summary: NullPointerException at org.openide.awt.Toolbar$Folder.createInstance
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 152576
  Show dependency tree
 
Reported: 2009-08-10 18:35 UTC by stefanv
Modified: 2009-08-11 17:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155441


Attachments
stacktrace (1.20 KB, text/plain)
2009-08-10 18:35 UTC, stefanv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefanv 2009-08-10 18:35:12 UTC
Build: NetBeans IDE Dev (Build 200908061401)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments:
stefanv: just started netbeans



Stacktrace: 
java.lang.NullPointerException
        at org.openide.awt.Toolbar$Folder.createInstance(Toolbar.java:454)
        at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:870)
        at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:735)
        at org.openide.util.Task.run(Task.java:249)
        at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:70)
        at org.netbeans.modules.openide.loaders.AWTTask$Processor.run(AWTTask.java:111)
Comment 1 stefanv 2009-08-10 18:35:22 UTC
Created attachment 86058 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-08-11 08:22:13 UTC
Fixed.
core-main #92fcd21dac57
Comment 3 Jesse Glick 2009-08-11 16:46:34 UTC
Fix should be OK but I'm curious how this happened. Presumably triggered by one of the many third-party or experimental
modules user was running. User is also running a strange mixture of modules from a development build and the alpha
update center.
Comment 4 Quality Engineering 2009-08-11 17:57:09 UTC
Integrated into 'main-golden', will be available in build *200908111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/92fcd21dac57
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #170155 - prevent NPE.