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

Summary: Find usages throws an error message.
Product: javascript Reporter: dlpa <dlpa>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jlahoda
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Message log

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 ***