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 271825 - NullPointerException at org.netbeans.api.java.source.ElementHandle.resolve
Summary: NullPointerException at org.netbeans.api.java.source.ElementHandle.resolve
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-17 12:26 UTC by gpebrownbridge
Modified: 2017-11-17 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230927


Attachments
stacktrace (2.75 KB, text/plain)
2017-11-17 12:26 UTC, gpebrownbridge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gpebrownbridge 2017-11-17 12:26:05 UTC
Build: NetBeans IDE Dev (Build 201711160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Windows 10

User Comments:
gpebrownbridge: Tried to find usages of a method in open projects and dependancies.




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.apisupport.refactoring.AbstractRefactoringPlugin$1.run(AbstractRefactoringPlugin.java:171)
   at org.netbeans.modules.apisupport.refactoring.AbstractRefactoringPlugin$1.run(AbstractRefactoringPlugin.java:168)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:523)
Comment 1 gpebrownbridge 2017-11-17 12:26:08 UTC
Created attachment 165465 [details]
stacktrace