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 254333 - NullPointerException at com.sun.tools.javac.parser.JavacParser$SimpleEndPosTable.storeEnd
Summary: NullPointerException at com.sun.tools.javac.parser.JavacParser$SimpleEndPosTa...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 06:21 UTC by stwr
Modified: 2015-09-03 01:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212398


Attachments
stacktrace (5.46 KB, text/plain)
2015-08-13 06:21 UTC, stwr
Details
ClassLoader dump (88.33 KB, application/octet-stream)
2015-08-13 06:24 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-08-13 06:21:46 UTC
Build: NetBeans IDE Dev (Build 201508120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b25
OS: Windows 10

User Comments:
GUEST: I don't known

stwr: I was debugging the MemoryView project and playing around exception breakpoints. The exception has been thrown when the debugger hit the breakpoint.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.parser.JavacParser$SimpleEndPosTable.storeEnd(JavacParser.java:4342)
   at org.netbeans.lib.nbjavac.services.NBParserFactory$NBJavacParser$EndPosTableImpl.storeEnd(NBParserFactory.java:210)
   at com.sun.tools.javac.parser.JavacParser$SimpleEndPosTable.toP(JavacParser.java:4358)
   at com.sun.tools.javac.parser.JavacParser.toP(JavacParser.java:558)
   at com.sun.tools.javac.parser.JavacParser.term3(JavacParser.java:1220)
   at com.sun.tools.javac.parser.JavacParser.term2(JavacParser.java:910)
Comment 1 stwr 2015-08-13 06:21:48 UTC
Created attachment 155319 [details]
stacktrace
Comment 2 stwr 2015-08-13 06:24:45 UTC
Created attachment 155320 [details]
ClassLoader dump
Comment 4 Quality Engineering 2015-09-03 01:24:44 UTC
Integrated into 'main-silver', will be available in build *201509030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/14e8f7ad1e4b
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #241425, #254332, #254333, and #254875 - fixed.