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 268912 - NullPointerException at org.netbeans.modules.editor.java.GoToSupport.adjustPathForModuleName
Summary: NullPointerException at org.netbeans.modules.editor.java.GoToSupport.adjustPa...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-09 14:58 UTC by Tomas Stupka
Modified: 2016-11-09 14:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227150


Attachments
stacktrace (4.70 KB, text/plain)
2016-11-09 14:58 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2016-11-09 14:58:44 UTC
Build: NetBeans IDE Dev (Build 20161109-125f6b5f84c9)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b07, Java(TM) SE Runtime Environment, 1.8.0_102-b07
OS: Mac OS X

User Comments:
tstupka: - have a module with m-i.java
- export a package from that module
- ctrl + hover over the package name in the m-i.java export statement




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.java.GoToSupport.adjustPathForModuleName(GoToSupport.java:721)
   at org.netbeans.modules.editor.java.GoToSupport.resolveContext(GoToSupport.java:318)
   at org.netbeans.modules.editor.java.GoToSupport$1.run(GoToSupport.java:171)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:137)
Comment 1 Tomas Stupka 2016-11-09 14:58:45 UTC
Created attachment 162851 [details]
stacktrace