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 216427 - NullPointerException at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.setPageModel
Summary: NullPointerException at org.netbeans.modules.html.navigator.HtmlNavigatorPane...
Status: VERIFIED DUPLICATE of bug 216529
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-06 08:28 UTC by Jiri Skrivanek
Modified: 2012-08-09 13:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191308


Attachments
stacktrace (6.26 KB, text/plain)
2012-08-06 08:28 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-08-06 08:28:16 UTC
Build: NetBeans IDE Dev (Build EaselCSS-441-on-20120805)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-ea-b20
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.setPageModel(HtmlNavigatorPanelUI.java:154)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.access$000(HtmlNavigatorPanelUI.java:80)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI$1.propertyChange(HtmlNavigatorPanelUI.java:104)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
Comment 1 Jiri Skrivanek 2012-08-06 08:28:18 UTC
Created attachment 122770 [details]
stacktrace
Comment 2 Jiri Skrivanek 2012-08-06 10:20:00 UTC
I run html file and then close embedded web browser. I cannot reproduce it anymore.
Comment 3 Marek Fukala 2012-08-09 13:40:55 UTC

*** This bug has been marked as a duplicate of bug 216529 ***