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 238317 - NullPointerException at org.netbeans.lib.lexer.inc.TokenListListUpdate.createJoinTokenListChange
Summary: NullPointerException at org.netbeans.lib.lexer.inc.TokenListListUpdate.create...
Status: RESOLVED DUPLICATE of bug 238292
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 14:00 UTC by pregmatch
Modified: 2013-11-18 12:40 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205227


Attachments
stacktrace (4.51 KB, text/plain)
2013-11-13 14:00 UTC, pregmatch
Details
stacktrace (4.72 KB, text/plain)
2013-11-14 19:03 UTC, Exceptions Reporter
Details
stacktrace (4.72 KB, text/plain)
2013-11-14 19:06 UTC, CoffeeNerd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pregmatch 2013-11-13 14:00:39 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-827-on-20131106)
VM: OpenJDK 64-Bit Server VM, 24.0-b50, OpenJDK Runtime Environment, 1.7.0_40-b31
OS: Linux

User Comments:
pregmatch: backspace, delete want work!!!!




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.lexer.inc.TokenListListUpdate.createJoinTokenListChange(TokenListListUpdate.java:269)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:328)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:226)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.updateImpl(TokenHierarchyUpdate.java:197)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.update(TokenHierarchyUpdate.java:135)
   at org.netbeans.lib.lexer.TokenHierarchyOperation.textModified(TokenHierarchyOperation.java:604)
Comment 1 pregmatch 2013-11-13 14:00:40 UTC
Created attachment 142136 [details]
stacktrace
Comment 2 Exceptions Reporter 2013-11-14 17:42:36 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=205227
Comment 3 Exceptions Reporter 2013-11-14 19:03:35 UTC
Created attachment 142197 [details]
stacktrace

I was just typing...
Comment 4 CoffeeNerd 2013-11-14 19:06:35 UTC
Created attachment 142198 [details]
stacktrace

Editing a php document attempting to match up braces in a function.  Each attempt to do so is met with this error and without the needed brace that I typed being added to the file.
Comment 5 victork 2013-11-17 13:39:43 UTC
Looks like duplicate of bug 238292 which reports the same problem which is reflected in automatic tests failure.

This problem is very annoying - Sometimes blocks the IDE whatever i do and i then shall modify the problematic place withing external editor to unlock the IDE.
Comment 6 Miloslav Metelka 2013-11-18 12:40:29 UTC

*** This bug has been marked as a duplicate of bug 238292 ***