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 123047 - NullPointerException at org.netbeans.lib.lexer.inc.TokenListUpdater.update
Summary: NullPointerException at org.netbeans.lib.lexer.inc.TokenListUpdater.update
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 12:51 UTC by natie
Modified: 2009-04-07 02:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 13328


Attachments
stacktrace (3.74 KB, text/plain)
2007-11-29 12:51 UTC, natie
Details
stacktrace (3.46 KB, text/plain)
2007-12-17 05:54 UTC, vvovan
Details
stacktrace (3.74 KB, text/plain)
2008-01-08 13:42 UTC, natie
Details
stacktrace (4.98 KB, text/plain)
2008-01-18 10:59 UTC, glasgow4
Details
stacktrace (3.90 KB, text/plain)
2008-01-21 20:07 UTC, acabrerisso
Details
stacktrace (3.65 KB, text/plain)
2008-01-25 13:16 UTC, williamrlinden
Details
stacktrace (4.93 KB, text/plain)
2008-02-07 14:49 UTC, natie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description natie 2007-11-29 12:51:04 UTC
Build: NetBeans IDE 6.0 RC2 (Build 200711201000)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Windows XP, 5.1, x86

User Comments: 
Pushed enter for a new line. . .
Comment 1 natie 2007-11-29 12:51:10 UTC
Created attachment 53668 [details]
stacktrace
Comment 2 Miloslav Metelka 2007-12-11 08:58:42 UTC
What was the type of the file you were editing? Is this reproducible on the given file? If so please attach the file if
possible and provide the steps to reproduce. Thanks in advance.
Comment 3 vvovan 2007-12-17 05:53:59 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
Comment 4 vvovan 2007-12-17 05:54:02 UTC
Created attachment 54311 [details]
stacktrace
Comment 5 natie 2008-01-08 13:42:05 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Windows XP, 5.1, x86

User Comments: 
Copy pasted some text.
Comment 6 natie 2008-01-08 13:42:09 UTC
Created attachment 54811 [details]
stacktrace
Comment 7 glasgow4 2008-01-18 10:59:37 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments: 
Comment 8 glasgow4 2008-01-18 10:59:40 UTC
Created attachment 55241 [details]
stacktrace
Comment 9 acabrerisso 2008-01-21 20:07:47 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
This error occurred while editing a simple index.jsp
Comment 10 acabrerisso 2008-01-21 20:07:50 UTC
Created attachment 55343 [details]
stacktrace
Comment 11 williamrlinden 2008-01-25 13:16:10 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.5.0_12-b04
OS: Linux, 2.6.16.27-0.9-default, i386

User Comments: 
tabbing the form closing tag "</form> " after form insertion seems to cause this NullPointerException
Comment 12 williamrlinden 2008-01-25 13:16:13 UTC
Created attachment 55564 [details]
stacktrace
Comment 13 natie 2008-02-07 14:49:00 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
An include page that holds all my css styles, Has a bucket load of error stripes. When
I switched to the page py ctr+clicking on the include tag the editor text area stopped displaying anything correctly. If I type, cut, select, etc. . . nothing happens. Have to restart IDE usually to fix this. . .
Comment 14 natie 2008-02-07 14:49:10 UTC
Created attachment 56253 [details]
stacktrace
Comment 15 Miloslav Metelka 2008-02-12 10:22:19 UTC
I'm unable to reproduce the problem. The exception looks like there would be a race condition for the token list's
content so the problem should be fixed by issue 121975 which improved the synchronization (it's a post-NB6.0 fix). If
anyone would be able to reproduce in current Dev builds please reopen the problem. Thanks. 
Comment 16 Exceptions Reporter 2008-02-18 12:25:22 UTC
THIS ISSUE HAS ALREADY 20 DUPLICATES