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 218383 - NullPointerException at org.netbeans.modules.java.navigation.hierarchy.Nodes$ComputeSubClasses.computeUsers
Summary: NullPointerException at org.netbeans.modules.java.navigation.hierarchy.Nodes$...
Status: RESOLVED DUPLICATE of bug 218368
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 14:26 UTC by Jiri Prox
Modified: 2012-09-14 14:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192443


Attachments
stacktrace (5.07 KB, text/plain)
2012-09-14 14:26 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2012-09-14 14:26:51 UTC
Build: NetBeans IDE Dev (Build 201209120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
jiriprox: NPE when displaying Hierarchy view fro ArrayList




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.navigation.hierarchy.Nodes$ComputeSubClasses.computeUsers(Nodes.java:618)
   at org.netbeans.modules.java.navigation.hierarchy.Nodes.subTypeHierarchy(Nodes.java:529)
   at org.netbeans.modules.java.navigation.hierarchy.HierarchyTopComponent$RefreshTask$1.run(HierarchyTopComponent.java:503)
   at org.netbeans.modules.java.navigation.hierarchy.HierarchyTopComponent$RefreshTask$1.run(HierarchyTopComponent.java:490)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:488)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:583)
Comment 1 Jiri Prox 2012-09-14 14:26:53 UTC
Created attachment 124379 [details]
stacktrace
Comment 2 Tomas Zezula 2012-09-14 14:47:39 UTC
Duplicate of issue #218368.
Caused by missing sources of the ArrayList

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