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 170030 - NullPointerException at org.mozilla.browser.MozillaPanel.onSetVisible
Summary: NullPointerException at org.mozilla.browser.MozillaPanel.onSetVisible
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: Embedded Mozilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-07 10:12 UTC by williamrouse
Modified: 2012-05-24 12:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 155200


Attachments
stacktrace (1014 bytes, text/plain)
2009-08-07 10:12 UTC, williamrouse
Details

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

User Comments:
williamrouse: On load of application I started to close windows that were opened from last use.



Stacktrace: 
java.lang.NullPointerException
        at org.mozilla.browser.MozillaPanel.onSetVisible(MozillaPanel.java:798)
        at org.mozilla.browser.impl.ChromeAdapter$2.run(ChromeAdapter.java:142)
        at org.mozilla.browser.MozillaExecutor$7.run(MozillaExecutor.java:720)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:117)
Comment 1 williamrouse 2009-08-07 10:12:42 UTC
Created attachment 85952 [details]
stacktrace