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 141794 - [65cat] NullPointerException at org.netbeans.modules.refactoring.ruby.plugins.RubyWhereUsedQueryPlugin$FindTask.run
Summary: [65cat] NullPointerException at org.netbeans.modules.refactoring.ruby.plugins...
Status: RESOLVED DUPLICATE of bug 137143
Alias: None
Product: ruby
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-27 01:50 UTC by sunbiz
Modified: 2008-09-29 20:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 15451


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-07-27 01:50:44 UTC
Build: NetBeans IDE Dev (Build 080725)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows Vista, 6.0, x86

User Comments: 
Trying to find usages in a RoR script

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.refactoring.ruby.plugins.RubyWhereUsedQueryPlugin$FindTask.run(RubyWhereUsedQueryPlugin.java:462)
        at org.netbeans.modules.refactoring.ruby.plugins.RubyWhereUsedQueryPlugin$FindTask.run(RubyWhereUsedQueryPlugin.java:334)
        at org.netbeans.napi.gsfret.source.Source.runModificationTask(Source.java:641)
        at org.netbeans.modules.refactoring.ruby.plugins.RubyRefactoringPlugin.processFiles(RubyRefactoringPlugin.java:214)
        at org.netbeans.modules.refactoring.ruby.plugins.RubyWhereUsedQueryPlugin.prepare(RubyWhereUsedQueryPlugin.java:287)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:380)
Comment 1 Exceptions Reporter 2008-09-23 20:09:46 UTC
This issue has already 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=15451
Comment 2 Torbjorn Norbye 2008-09-29 20:24:51 UTC
Duplicate of issue 137143 (fixed in July)

*** This issue has been marked as a duplicate of 137143 ***