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 270871 - NullPointerException at org.netbeans.api.java.source.ElementHandle.resolve
Summary: NullPointerException at org.netbeans.api.java.source.ElementHandle.resolve
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-13 19:10 UTC by marco76
Modified: 2017-06-27 21:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229448


Attachments
stacktrace (2.60 KB, text/plain)
2017-06-13 19:10 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2017-06-13 19:10:33 UTC
Build: NetBeans IDE Dev (Build 201704260002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+173, Java(TM) SE Runtime Environment, 9-ea+173
OS: Mac OS X

User Comments:
marco76: Navigating sources called 'find usage'




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.java.source.ElementHandle.resolve(ElementHandle.java:141)
   at org.netbeans.api.java.source.TreePathHandle$ElementDelegate.resolveElement(TreePathHandle.java:738)
   at org.netbeans.api.java.source.TreePathHandle.resolveElement(TreePathHandle.java:187)
   at org.netbeans.modules.j2ee.ejbrefactoring.EjbRefactoringPlugin$1.run(EjbRefactoringPlugin.java:105)
   at org.netbeans.modules.j2ee.ejbrefactoring.EjbRefactoringPlugin$1.run(EjbRefactoringPlugin.java:101)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:523)
Comment 1 marco76 2017-06-13 19:10:34 UTC
Created attachment 164530 [details]
stacktrace