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 218826

Summary: NullPointerException at org.netbeans.modules.web.browser.api.WebBrowsers.getFactories
Product: ide Reporter: genomega
Component: ExtbrowserAssignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192663
Attachments: stacktrace

Description genomega 2012-09-22 14:20:40 UTC
Build: NetBeans IDE Dev (Build 201209210001)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
genomega: Clicked on view in html file.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.browser.api.WebBrowsers.getFactories(WebBrowsers.java:237)
   at org.netbeans.modules.web.browser.api.WebBrowsers.getPreferred(WebBrowsers.java:145)
   at org.netbeans.modules.web.browser.api.BrowserSupport.getWebBrowserPane(BrowserSupport.java:154)
   at org.netbeans.modules.web.browser.api.BrowserSupport.load(BrowserSupport.java:193)
   at org.netbeans.modules.html.HtmlDataObject$ViewSupport.view(HtmlDataObject.java:355)
   at org.openide.awt.ActionDefaultPerfomer.actionPerformed(ActionDefaultPerfomer.java:73)
Comment 1 genomega 2012-09-22 14:20:42 UTC
Created attachment 124753 [details]
stacktrace
Comment 2 Denis Anisimov 2012-09-24 07:32:44 UTC
web-main#9881ac7ed627
Comment 3 Quality Engineering 2012-09-25 02:16:02 UTC
Integrated into 'main-golden', will be available in build *201209250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9881ac7ed627
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#218826 - NullPointerException at org.netbeans.modules.web.browser.api.WebBrowsers.getFactories