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 214833 - NullPointerException at org.netbeans.lib.lexer.LexerInputOperation.nextToken
Summary: NullPointerException at org.netbeans.lib.lexer.LexerInputOperation.nextToken
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-27 02:11 UTC by Exceptions Reporter
Modified: 2015-02-04 03:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190121


Attachments
stacktrace (967 bytes, text/plain)
2012-06-27 02:11 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-27 02:11:38 UTC
This bug was originally marked as duplicate of bug 201725, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: OpenJDK Client VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

User Comments:
GUEST: just started the IDE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:205)
   at org.netbeans.lib.lexer.inc.IncTokenList.tokenOrEmbeddingImpl(IncTokenList.java:179)
   at org.netbeans.lib.lexer.inc.IncTokenList.tokenOrEmbedding(IncTokenList.java:174)
   at org.netbeans.api.lexer.TokenSequence.moveNext(TokenSequence.java:457)
   at org.netbeans.editor.CustomFoldManager.getMarkList(CustomFoldManager.java:283)
   at org.netbeans.editor.CustomFoldManager.processTokenList(CustomFoldManager.java:305)
Comment 1 Exceptions Reporter 2012-06-27 02:11:43 UTC
Created attachment 121417 [details]
stacktrace
Comment 2 David Strupl 2012-11-09 08:46:45 UTC
A race condition? Happened just once --> P4.
Comment 3 Quality Engineering 2015-02-04 03:26:46 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.