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 136055 - Find usages throws an error message.
Summary: Find usages throws an error message.
Status: RESOLVED DUPLICATE of bug 136936
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 09:00 UTC by dlpa
Modified: 2009-02-27 14:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message log (72.62 KB, text/plain)
2008-05-29 09:02 UTC, dlpa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dlpa 2008-05-29 09:00:54 UTC
Message: Module JavaScript Refactoring threw java.lang.NullPointerException. Please report a bug againts JavaScript
Refactoring module and attach your var/log/messages.log

Doesn't work ;(
Comment 1 dlpa 2008-05-29 09:02:49 UTC
Created attachment 62102 [details]
Message log
Comment 2 Jan Lahoda 2008-05-29 09:05:42 UTC
java.lang.NullPointerException
	at java.lang.String.indexOf(String.java:1734)
	at java.lang.String.indexOf(String.java:1716)
	at org.netbeans.modules.refactoring.javascript.plugins.JsWhereUsedQueryPlugin$FindTask.run(JsWhereUsedQueryPlugin.java:349)
	at org.netbeans.modules.refactoring.javascript.plugins.JsWhereUsedQueryPlugin$FindTask.run(JsWhereUsedQueryPlugin.java:321)
Comment 3 Torbjorn Norbye 2008-06-10 17:40:43 UTC
This was just fixed in 6.5; tracked in issue 136936 to hopefully get it backported to 6.1 as well.

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