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 252743 - NullPointerException at org.netbeans.modules.profiler.heapwalk.details.jdk.NetDetailsProvider.numericToTextFormatInet6
Summary: NullPointerException at org.netbeans.modules.profiler.heapwalk.details.jdk.Ne...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-02 11:08 UTC by Tomas Hurka
Modified: 2015-06-03 02:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217684


Attachments
stacktrace (6.69 KB, text/plain)
2015-06-02 11:08 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2015-06-02 11:08:19 UTC
Build: NetBeans IDE Dev (Build 20150602-d8586c98ae0c)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Mac OS X

User Comments:
thurka: browse java.net.InetAddress$InetAddressHolder




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.heapwalk.details.jdk.NetDetailsProvider.numericToTextFormatInet6(NetDetailsProvider.java:248)
   at org.netbeans.modules.profiler.heapwalk.details.jdk.NetDetailsProvider.getHostInet6Address(NetDetailsProvider.java:236)
   at org.netbeans.modules.profiler.heapwalk.details.jdk.NetDetailsProvider.getDetailsString(NetDetailsProvider.java:122)
   at org.netbeans.modules.profiler.heapwalk.details.api.DetailsSupport.getDetailsString(DetailsSupport.java:70)
   at org.netbeans.modules.profiler.heapwalk.model.HeapWalkerNodeFactory$10.getDetails(HeapWalkerNodeFactory.java:477)
   at org.netbeans.modules.profiler.heapwalk.model.InstanceNode$1.run(InstanceNode.java:218)
Comment 1 Tomas Hurka 2015-06-02 11:08:21 UTC
Created attachment 154008 [details]
stacktrace
Comment 2 Tomas Hurka 2015-06-02 14:38:12 UTC
Layout of Inet4Address and Inet6Address was changed by JDK-8015743 https://bugs.openjdk.java.net/browse/JDK-8015743
Comment 3 Tomas Hurka 2015-06-02 14:38:57 UTC
Fixed in profiler-main

changeset:   287905:d9aca0f5c475
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Jun 02 16:35:48 2015 +0200
summary:     bugfix #252743, new layout of INET4_ADDRESS and INET6_ADDRESS
Comment 4 Quality Engineering 2015-06-03 02:27:22 UTC
Integrated into 'main-silver', will be available in build *201506030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d9aca0f5c475
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #252743, new layout of INET4_ADDRESS and INET6_ADDRESS