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 271336 - NullPointerException at org.netbeans.api.java.source.ElementHandle.resolve
Summary: NullPointerException at org.netbeans.api.java.source.ElementHandle.resolve
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 11:05 UTC by jherkel
Modified: 2017-08-21 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230089


Attachments
stacktrace (5.53 KB, text/plain)
2017-08-21 11:05 UTC, jherkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jherkel 2017-08-21 11:05:22 UTC
Build: NetBeans IDE Dev (Build 201708160001)
VM: OpenJDK 64-Bit Server VM, 25.141-b16, OpenJDK Runtime Environment, 1.8.0_141-b16
OS: Linux

User Comments:
jherkel: open hierarchy window




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.java.source.ElementHandle.resolve(ElementHandle.java:141)
   at org.netbeans.modules.java.navigation.hierarchy.HierarchyTopComponent$RefreshTask$1.run(HierarchyTopComponent.java:548)
   at org.netbeans.modules.java.navigation.hierarchy.HierarchyTopComponent$RefreshTask$1.run(HierarchyTopComponent.java:544)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:523)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
Comment 1 jherkel 2017-08-21 11:05:25 UTC
Created attachment 164982 [details]
stacktrace