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

Summary: Throwable at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable
Product: java Reporter: misterm <misterm>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202629
Attachments: stacktrace

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