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 247474 - NullPointerException at java.util.Hashtable.hash
Summary: NullPointerException at java.util.Hashtable.hash
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
: 247257 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-09-25 14:17 UTC by Vladimir Kvashin
Modified: 2014-11-11 12:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212226


Attachments
stacktrace (7.70 KB, text/plain)
2014-09-25 14:17 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-09-25 14:17:12 UTC
Build: Oracle Solaris Studio 12.4 (2014/09/22 2c61a470ebdc)
VM: Java HotSpot(TM) Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: SunOS

User Comments:
vkvashin: Tried to debug a remote core file




Stacktrace: 
java.lang.NullPointerException
   at java.util.Hashtable.hash(Hashtable.java:239)
   at java.util.Hashtable.get(Hashtable.java:434)
   at org.openide.util.NbCollections$CheckedMap.get(NbCollections.java:409)
   at org.openide.util.NbBundle$PBundle.handleGetObject(NbBundle.java:905)
   at java.util.ResourceBundle.getObject(ResourceBundle.java:389)
   at java.util.ResourceBundle.getString(ResourceBundle.java:355)
Comment 1 Vladimir Kvashin 2014-09-25 14:17:14 UTC
Created attachment 149514 [details]
stacktrace
Comment 2 Maria Tishkova 2014-10-03 13:03:17 UTC
changeset:   278784:6c6df0c41226
tag:         tip
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Fri Oct 03 17:09:19 2014 +0400
summary:     fixed bz#247474 - NullPointerException at java.util.Hashtable.hash
Comment 3 Quality Engineering 2014-10-04 04:56:03 UTC
Integrated into 'main-silver', will be available in build *201410040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6c6df0c41226
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#247474 - NullPointerException at java.util.Hashtable.hash
Comment 4 Maria Tishkova 2014-10-06 13:59:04 UTC
*** Bug 247257 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2014-10-07 14:44:25 UTC
Integrated into 'releases/release801', will be available in build *201410071419* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/27fd6f18db82
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#247474 - NullPointerException at java.util.Hashtable.hash
(transplanted from 6c6df0c41226b209ecdb0cabe327131effe56780)