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 221612 - NullPointerException at org.netbeans.core.NbURLDisplayer$NbBrowser.access$500
Summary: NullPointerException at org.netbeans.core.NbURLDisplayer$NbBrowser.access$500
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 221620 221635 221671 221673 222176 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-07 09:35 UTC by Jiri Skrivanek
Modified: 2012-11-19 15:47 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194676


Attachments
stacktrace (1.09 KB, text/plain)
2012-11-07 09:35 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-11-07 09:35:46 UTC
Build: NetBeans IDE Dev (Build 201211070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b11
OS: Windows 7

User Comments:
jskrivanek: Running Maven web application.




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 Jiri Skrivanek 2012-11-07 09:35:48 UTC
Created attachment 127282 [details]
stacktrace
Comment 2 Jiri Skrivanek 2012-11-07 09:40:15 UTC
It is not possible to open default browser from IDE.
Comment 3 Stanislav Aubrecht 2012-11-07 10:00:07 UTC
core-main c43bebdcbbbd
Comment 4 Stanislav Aubrecht 2012-11-07 12:43:44 UTC
*** Bug 221620 has been marked as a duplicate of this bug. ***
Comment 5 Jaroslav Havlin 2012-11-07 13:01:31 UTC
*** Bug 221635 has been marked as a duplicate of this bug. ***
Comment 6 Kenneth Ganfield 2012-11-07 13:41:03 UTC
The View command no longer appears in the popup menu when I click in an html file. The command was there in earlier releases.
Comment 7 Stanislav Aubrecht 2012-11-07 13:51:43 UTC
(In reply to comment #6)
> The View command no longer appears in the popup menu when I click in an html
> file. The command was there in earlier releases.

I think it was intentionally removed as part of Easel, please check with P. Jiricka.
Comment 8 Petr Jiricka 2012-11-07 16:21:31 UTC
Yes it was removed intentionally, I believe by David (cc'ed).
Comment 9 David Konecny 2012-11-07 20:28:28 UTC
Yes, View was replaced by Run according to the UI spec. It was implemented in issue 217253. If HTML file is in non-HTML5 project then View action should be still there I think.
Comment 10 Ondrej Vrabec 2012-11-07 21:37:48 UTC
*** Bug 221673 has been marked as a duplicate of this bug. ***
Comment 11 Quality Engineering 2012-11-08 02:49:58 UTC
Integrated into 'main-golden', will be available in build *201211080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c43bebdcbbbd
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #221612 - NPE
Comment 12 Jaroslav Havlin 2012-11-08 07:59:41 UTC
*** Bug 221671 has been marked as a duplicate of this bug. ***
Comment 13 Ondrej Vrabec 2012-11-16 11:38:48 UTC
*** Bug 222176 has been marked as a duplicate of this bug. ***
Comment 14 Jaroslav Havlin 2012-11-19 15:47:24 UTC
*** Bug 222390 has been marked as a duplicate of this bug. ***