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 216529 - NullPointerException at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.setPageModel
Summary: NullPointerException at org.netbeans.modules.html.navigator.HtmlNavigatorPane...
Status: VERIFIED FIXED
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:
: 216427 216633 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-08 12:46 UTC by Jiri Skrivanek
Modified: 2012-09-03 13:05 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191376


Attachments
stacktrace (3.14 KB, text/plain)
2012-08-08 12:46 UTC, Jiri Skrivanek
Details
stacktrace (3.14 KB, text/plain)
2012-08-09 08:06 UTC, Jiri Skrivanek
Details
stacktrace (3.29 KB, text/plain)
2012-08-09 10:18 UTC, Vladimir Riha
Details

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

User Comments:
jskrivanek: I closed Chrome browser when html file was opened in IDE.




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-08 12:46:19 UTC
Created attachment 122863 [details]
stacktrace
Comment 2 Jiri Skrivanek 2012-08-09 08:06:45 UTC
Created attachment 122903 [details]
stacktrace

Closed Chrome browser.
Comment 3 Vladimir Riha 2012-08-09 10:18:45 UTC
Created attachment 122913 [details]
stacktrace

no idea, I did nothing :)
Comment 4 Marek Fukala 2012-08-09 13:08:22 UTC
fixed in web-main#f5b5fe0c3e3d
Comment 5 Marek Fukala 2012-08-09 13:40:55 UTC
*** Bug 216427 has been marked as a duplicate of this bug. ***
Comment 6 Marek Fukala 2012-08-10 07:21:23 UTC
*** Bug 216633 has been marked as a duplicate of this bug. ***
Comment 7 Quality Engineering 2012-09-03 13:05:57 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f5b5fe0c3e3d
User: Marek Fukala <mfukala@netbeans.org>
Log: #216529 - NullPointerException at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.setPageModel