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 - NullPointerException at java.lang.String.indexOf
Summary: NullPointerException at java.lang.String.indexOf
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: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 21:01 UTC by jhalupka
Modified: 2009-02-27 14:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 54275


Attachments
stacktrace (2.03 KB, text/plain)
2008-05-29 21:01 UTC, jhalupka
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***