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 228921 - NullPointerException at org.netbeans.modules.extbrowser.ExtBrowserImpl.setURL
Summary: NullPointerException at org.netbeans.modules.extbrowser.ExtBrowserImpl.setURL
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-04-24 00:31 UTC by Jesse Glick
Modified: 2013-05-23 02:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200185


Attachments
stacktrace (1.25 KB, text/plain)
2013-04-24 00:31 UTC, Jesse Glick
Details
stacktrace (1.25 KB, text/plain)
2013-04-24 14:16 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-04-24 00:31:30 UTC
Build: NetBeans IDE Dev (Build 20130423-42c0e93fca5b)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
jglick: IDE should have opened browser window.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.extbrowser.ExtBrowserImpl.setURL(ExtBrowserImpl.java:268)
   at org.openide.awt.HtmlBrowser$1URLSetter.run(HtmlBrowser.java:483)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:688)
Comment 1 Jesse Glick 2013-04-24 00:31:31 UTC
Created attachment 133730 [details]
stacktrace
Comment 2 Jesse Glick 2013-04-24 14:16:10 UTC
I think P2β€”the IDE never opens a web browser for me in dev builds; no apparent workaround beyond opening the page manually.
Comment 3 Jesse Glick 2013-04-24 14:16:16 UTC
Created attachment 133756 [details]
stacktrace

IDE failed to open browser.
Comment 4 David Konecny 2013-05-22 02:46:05 UTC
Hi Jesse! I do not know how to reproduce this but I'm fixing it in: 11b8d3a3cfa6
Which exact browser do you use? Thanks.
Comment 5 Jesse Glick 2013-05-22 15:00:56 UTC
Chromium 25. But the issue seems to have resolved itself after upgrading Ubuntu from 12.04 to 13.04.
Comment 6 Quality Engineering 2013-05-23 02:36:41 UTC
Integrated into 'main-golden', will be available in build *201305222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/11b8d3a3cfa6
User: David Konecny <dkonecny@netbeans.org>
Log: #228921 - NullPointerException at org.netbeans.modules.extbrowser.ExtBrowserImpl.setURL