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 222307 - NullPointerException at org.netbeans.core.NbURLDisplayer$NbBrowser.access$500
Summary: NullPointerException at org.netbeans.core.NbURLDisplayer$NbBrowser.access$500
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 222390 222552 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-16 22:23 UTC by Exceptions Reporter
Modified: 2012-11-22 17:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195288


Attachments
stacktrace (3.60 KB, text/plain)
2012-11-16 22:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-16 22:23:03 UTC
This bug was originally marked as duplicate of bug 221612, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-9607-on-20121115)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: help->javadocs




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 Exceptions Reporter 2012-11-16 22:23:05 UTC
Created attachment 127966 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-11-19 10:21:07 UTC
I've incremented module spec version number to ensure that fix from #221612 propagates to update center.

core-main af53c3d02415
Comment 3 Stanislav Aubrecht 2012-11-19 15:54:37 UTC
*** Bug 222390 has been marked as a duplicate of this bug. ***
Comment 4 Jaroslav Havlin 2012-11-22 17:18:47 UTC
*** Bug 222552 has been marked as a duplicate of this bug. ***