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 270292 - NullPointerException at org.netbeans.modules.groovy.refactoring.utils.FindPossibleMethods$MethodCollector.collectMethods
Summary: NullPointerException at org.netbeans.modules.groovy.refactoring.utils.FindPos...
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: bruno.flavio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-04 10:43 UTC by Exceptions Reporter
Modified: 2017-04-04 10:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220577


Attachments
stacktrace (6.10 KB, text/plain)
2017-04-04 10:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-04-04 10:43:28 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.121-b13, OpenJDK Runtime Environment, 1.8.0_121-8u121-b13-0ubuntu1.16.10.2-b13
OS: Linux

User Comments:
GUEST: Right click on domain class member function call.

iariap: browsing a groovy class

iariap: just browsing the source

GUEST: Right click on Groovy class name.

jkmaurya: Running a grails app

iariap: just browsing code




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.groovy.refactoring.utils.FindPossibleMethods$MethodCollector.collectMethods(FindPossibleMethods.java:133)
   at org.netbeans.modules.groovy.refactoring.utils.FindPossibleMethods$FindPossibleTask.run(FindPossibleMethods.java:103)
   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)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:204)
Comment 1 Exceptions Reporter 2017-04-04 10:43:31 UTC
Created attachment 164018 [details]
stacktrace