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 210137 - NullPointerException at org.netbeans.modules.web.browser.api.BrowserSupport$3.browserEvent
Summary: NullPointerException at org.netbeans.modules.web.browser.api.BrowserSupport$3...
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 16:47 UTC by Petr Jiricka
Modified: 2012-05-16 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186300


Attachments
stacktrace (1.80 KB, text/plain)
2012-03-26 16:47 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-03-26 16:47:20 UTC
Build: NetBeans IDE Dev (Build EaselCSS-153-on-20120325)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows XP

User Comments:
pjiricka: Closed the Chrome browser.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.browser.api.BrowserSupport$3.browserEvent(BrowserSupport.java:215)
   at org.netbeans.modules.web.browser.api.WebBrowserPane.fireRunningStateChange(WebBrowserPane.java:281)
   at org.netbeans.modules.web.browser.api.WebBrowserPane.access$200(WebBrowserPane.java:60)
   at org.netbeans.modules.web.browser.api.WebBrowserPane$1.propertyChange(WebBrowserPane.java:98)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
Comment 1 Petr Jiricka 2012-03-26 16:47:22 UTC
Created attachment 117277 [details]
stacktrace
Comment 2 Denis Anisimov 2012-05-16 11:14:51 UTC
The exception has outdated stacktrace.
There is no more BrowserSupport inner class with method browserEvent().