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 - NullPointerException at org.netbeans.modules.web.browser.api.WebBrowsers.getFactories
Summary: NullPointerException at org.netbeans.modules.web.browser.api.WebBrowsers.getF...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-22 14:20 UTC by genomega
Modified: 2012-09-25 02:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192663


Attachments
stacktrace (3.88 KB, text/plain)
2012-09-22 14:20 UTC, genomega
Details

Note You need to log in before you can comment on or make changes to this bug.
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