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 268291 - NullPointerException at org.netbeans.modules.groovy.editor.api.ASTUtils.getScope
Summary: NullPointerException at org.netbeans.modules.groovy.editor.api.ASTUtils.getScope
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: bruno.flavio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-30 17:04 UTC by Martin Fousek
Modified: 2016-09-30 17:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226521


Attachments
stacktrace (2.47 KB, text/plain)
2016-09-30 17:04 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2016-09-30 17:04:28 UTC
Build: NetBeans IDE Dev (Build 20160804-277749d9a6f6)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
marfous: doubleclick on string




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.groovy.editor.api.ASTUtils.getScope(ASTUtils.java:562)
   at org.netbeans.modules.groovy.editor.language.GroovyDeclarationFinder.findDeclaration(GroovyDeclarationFinder.java:277)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport$2.run(GoToSupport.java:173)
   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 Martin Fousek 2016-09-30 17:04:31 UTC
Created attachment 162291 [details]
stacktrace