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 221620 - NullPointerException at org.netbeans.core.NbURLDisplayer$NbBrowser.access$500
Summary: NullPointerException at org.netbeans.core.NbURLDisplayer$NbBrowser.access$500
Status: RESOLVED DUPLICATE of bug 221612
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-11-07 11:26 UTC by Alexander Simon
Modified: 2012-11-07 12:43 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194686


Attachments
stacktrace (850 bytes, text/plain)
2012-11-07 11:26 UTC, Alexander Simon
Details
stacktrace (850 bytes, text/plain)
2012-11-07 11:44 UTC, Alexander Simon
Details
stacktrace (850 bytes, text/plain)
2012-11-07 12:32 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-11-07 11:26:47 UTC
Build: NetBeans IDE Dev (Build 20121107-a1ee4c918c7b)
VM: Java HotSpot(TM) Client VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: SunOS

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.NbURLDisplayer$NbBrowser.access$500(NbURLDisplayer.java:136)
   at org.netbeans.core.NbURLDisplayer.warmBrowserUp(NbURLDisplayer.java:120)
   at org.netbeans.core.NbURLDisplayer.access$000(NbURLDisplayer.java:72)
   at org.netbeans.core.NbURLDisplayer$1.run(NbURLDisplayer.java:84)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 Alexander Simon 2012-11-07 11:26:49 UTC
Created attachment 127290 [details]
stacktrace
Comment 2 Alexander Simon 2012-11-07 11:44:10 UTC
Created attachment 127292 [details]
stacktrace
Comment 3 Alexander Simon 2012-11-07 11:45:11 UTC
Impossible to go by URL in the IDE
Comment 4 Alexander Simon 2012-11-07 11:47:46 UTC
Probably it is a result of fixing Bug #220880
Comment 5 Petr Jiricka 2012-11-07 12:32:11 UTC
Created attachment 127300 [details]
stacktrace

Clicking on a http link in the Exception Reporter window
Comment 6 Jaroslav Havlin 2012-11-07 12:38:44 UTC
Bug in NbURLDisplayer.warmBrowserUp. Standa, can you please evaluate? Thank you.
Comment 7 Stanislav Aubrecht 2012-11-07 12:43:44 UTC

*** This bug has been marked as a duplicate of bug 221612 ***