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 241934 - NullPointerException at org.netbeans.modules.groovy.refactoring.findusages.impl.AbstractFindUsagesVisitor.findUsages
Summary: NullPointerException at org.netbeans.modules.groovy.refactoring.findusages.im...
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-16 14:07 UTC by thruminds
Modified: 2014-02-18 03:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207651


Attachments
stacktrace (2.16 KB, text/plain)
2014-02-16 14:07 UTC, thruminds
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thruminds 2014-02-16 14:07:44 UTC
Build: NetBeans IDE Dev (Build 201402150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Linux

User Comments:
thruminds: Refactoring a Groovy method




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.groovy.refactoring.findusages.impl.AbstractFindUsagesVisitor.findUsages(AbstractFindUsagesVisitor.java:66)
   at org.netbeans.modules.groovy.refactoring.findusages.impl.AbstractFindUsages$AddFindUsagesElementsTask.run(AbstractFindUsages.java:134)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:593)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:155)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:139)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:206)
Comment 1 thruminds 2014-02-16 14:07:56 UTC
Created attachment 145252 [details]
stacktrace
Comment 2 Martin Janicek 2014-02-17 10:22:07 UTC
Fixed by change-set: web-main #544b34e2ba5e
Comment 3 Quality Engineering 2014-02-18 03:15:52 UTC
Integrated into 'main-silver', will be available in build *201402180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/544b34e2ba5e
User: Martin Janicek <mjanicek@netbeans.org>
Log: #241934 - NullPointerException at org.netbeans.modules.groovy.refactoring.findusages.impl.AbstractFindUsagesVisitor.findUsages