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 154751 - NullPointerException at org.netbeans.modules.java.editor.semantic.TokenList$2.run
Summary: NullPointerException at org.netbeans.modules.java.editor.semantic.TokenList$2...
Status: RESOLVED DUPLICATE of bug 154440
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
: 154721 154750 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-05 14:18 UTC by Tomas Mysik
Modified: 2009-02-19 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 143965


Attachments
stacktrace (6.12 KB, text/plain)
2008-12-05 14:19 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2008-12-05 14:18:44 UTC
Build: NetBeans IDE Dev (Build 081205)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Linux, 2.6.27-gentoo-r4, i386

User Comments:
tmysik: open Delete.jsp from JSPWiki



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.java.editor.semantic.TokenList$2.run(TokenList.java:127)
        at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1362)
        at org.netbeans.modules.java.editor.semantic.TokenList.moveToOffset(TokenList.java:95)
        at org.netbeans.modules.java.editor.semantic.SemanticHighlighter$DetectorVisitor.visitIdentifier(SemanticHighlighter.java:875)
        at org.netbeans.modules.java.editor.semantic.SemanticHighlighter$DetectorVisitor.visitIdentifier(SemanticHighlighter.java:440)
        at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1689)
Comment 1 Tomas Mysik 2008-12-05 14:19:00 UTC
Created attachment 74604 [details]
stacktrace
Comment 2 Jan Lahoda 2008-12-05 14:54:41 UTC
*** Issue 154750 has been marked as a duplicate of this issue. ***
Comment 3 Jan Lahoda 2008-12-05 14:55:00 UTC
*** Issue 154721 has been marked as a duplicate of this issue. ***
Comment 4 Jan Lahoda 2008-12-08 15:37:19 UTC

*** This issue has been marked as a duplicate of 154440 ***