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

Summary: NullPointerException at org.netbeans.modules.groovy.refactoring.utils.FindPossibleMethods$MethodCollector.collectMethods
Product: groovy Reporter: Exceptions Reporter <exceptions_reporter>
Component: RefactoringAssignee: bruno.flavio
Status: NEW ---    
Severity: normal CC: iariap, jkmaurya
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220577
Attachments: stacktrace

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