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 252344 - Throwable at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable
Summary: Throwable at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-11 19:53 UTC by misterm
Modified: 2015-05-11 19:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202629


Attachments
stacktrace (5.79 KB, text/plain)
2015-05-11 19:53 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-05-11 19:53:04 UTC
Build: NetBeans IDE Dev (Build 20150429-d2dbfe70e234)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
misterm: .

GUEST: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.Throwable
   at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable(DiagnosticSource.java:138)
   at com.sun.tools.javac.util.Log.setEndPosTable(Log.java:383)
   at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:685)
   at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:996)
   at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:281)
   at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:254)
Comment 1 misterm 2015-05-11 19:53:06 UTC
Created attachment 153602 [details]
stacktrace