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 186181

Summary: NullPointerException at org.netbeans.modules.webpreview.HTMLWebPreviewable$HTMLWebPreviewableImpl.onAttach
Product: third-party Reporter: swashuta <swashuta>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: mfukala, ppis
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169634
Attachments: stacktrace

Description swashuta 2010-05-14 18:31:09 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.webpreview.HTMLWebPreviewable$HTMLWebPreviewableImpl.onAttach(HTMLWebPreviewable.java:124)
   at org.netbeans.modules.webpreview.WebPreviewControler$1.propertyChange(WebPreviewControler.java:104)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.modules.webpreview.HTMLWebPreviewable$HTMLWebPreviewableImpl.setPreviewEnabled(HTMLWebPreviewable.java:94)
   at org.netbeans.modules.webpreview.HTMLPreviewAction.actionPerformed(HTMLPreviewAction.java:73)
Comment 1 swashuta 2010-05-14 18:31:13 UTC
Created attachment 99023 [details]
stacktrace
Comment 2 Peter Pis 2010-05-17 07:27:45 UTC
Please evaluate.
Comment 3 Marek Fukala 2010-05-17 17:36:04 UTC
I know nothing about such module...