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 221673 - 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: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 18:05 UTC by ecerichter
Modified: 2012-11-07 21:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194710


Attachments
stacktrace (3.71 KB, text/plain)
2012-11-07 18:05 UTC, ecerichter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ecerichter 2012-11-07 18:05:08 UTC
Build: NetBeans IDE Dev (Build 201211070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
ecerichter: Trying to open a link in FireFox browser.




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 ecerichter 2012-11-07 18:05:10 UTC
Created attachment 127338 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-11-07 21:37:48 UTC

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