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 196613 - NullPointerException at org.antlr.runtime.ANTLRStringStream.rewind
Summary: NullPointerException at org.antlr.runtime.ANTLRStringStream.rewind
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 02:12 UTC by dsifter
Modified: 2011-03-18 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176821


Attachments
stacktrace (4.05 KB, text/plain)
2011-03-12 02:12 UTC, dsifter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dsifter 2011-03-12 02:12:20 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

User Comments:
dsifter: Clicking on the "Customize" button in the Project Properties dialog with Run selected.

GUEST: VM Options: Enter the path to the native libraries in the \jME2\jME2_0_1-Stable\lib\lib\*\native\*\ directories. -Djava.library.path="../jME2/jME2_0_1-Stable/lib/lib/lwjgl/native/macosx/:../jME2/jME2_0_1-Stable/lib/lib/jogl/native/macosx/:../jME2/jME2_0_1-Stable/lib/lib/lwjgl/native/linux/:../jME2/jME2_0_1-Stable/lib/lib/jogl/native/linux_amd64/:../jME2/jME2_0_1-Stable/lib/lib/jogl/native/linux_i586/:../jME2/jME2_0_1-Stable/lib/lib/lwjgl/native/solaris/:../jME2/jME2_0_1-Stable/lib/lib/jogl/native/solaris_i586/:../jME2/jME2_0_1-Stable/lib/lib/lwjgl/native/windows/:../jME2/jME2_0_1-Stable/lib/lib/jogl/native/windows_amd64/:../jME2/jME2_0_1-Stable/lib/lib/jogl/native/windows_i586/"




Stacktrace: 
java.lang.NullPointerException
   at org.antlr.runtime.ANTLRStringStream.rewind(ANTLRStringStream.java:172)
   at org.antlr.runtime.ANTLRStringStream.rewind(ANTLRStringStream.java:181)
   at org.netbeans.modules.java.j2seproject.ui.customizer.vmo.gen.CommandLineLexer.recover(CommandLineLexer.java:26)
   at org.antlr.runtime.Lexer.nextToken(Lexer.java:95)
   at org.netbeans.modules.java.j2seproject.ui.customizer.vmo.gen.CommandLineLexer.nextToken(CommandLineLexer.java:43)
   at org.antlr.runtime.CommonTokenStream.fillBuffer(CommonTokenStream.java:119)
Comment 1 dsifter 2011-03-12 02:12:24 UTC
Created attachment 106922 [details]
stacktrace
Comment 2 Tomas Zezula 2011-03-16 17:55:40 UTC
Fixed jet-main 7daff7eccd21
Comment 3 Quality Engineering 2011-03-18 09:47:49 UTC
Integrated into 'main-golden', will be available in build *201103180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7daff7eccd21
User: Tomas Zezula <tzezula@netbeans.org>
Log: #196613:NullPointerException at org.antlr.runtime.ANTLRStringStream.rewind