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 136111

Summary: NullPointerException at java.lang.String.indexOf
Product: javascript Reporter: jhalupka <jhalupka>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=54275
Issue Type: DEFECT Exception Reporter: 54275
Attachments: stacktrace

Description jhalupka 2008-05-29 21:01:42 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments:
Comment 1 jhalupka 2008-05-29 21:01:53 UTC
Created attachment 62138 [details]
stacktrace
Comment 2 Torbjorn Norbye 2008-05-29 21:29:53 UTC
Can you by any chance reproduce this? In particular, it looks like you're trying to rename something in JavaScript. What
were you trying to rename (what did you right click on and invoke Rename) - a function definition, a function call, a
local variable, a global variable, etc? Do you by any chance still have the code?
Comment 3 Torbjorn Norbye 2008-06-10 17:41:06 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 ***