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 253396

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: _ gtzabari <gtzabari>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: lolo_101
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218442
Attachments: stacktrace
File that is triggering the parsing error

Description _ gtzabari 2015-07-10 03:11:23 UTC
Build: NetBeans IDE Dev (Build 201507040001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b22, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b22
OS: Windows 7

User Comments:
gtzabari: Opened Java file in editor. Exception thrown.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:126)
   at com.sun.tools.javac.util.Assert.check(Assert.java:45)
   at com.sun.tools.javac.comp.Infer$IncorporationStep$7.apply(Infer.java:807)
   at com.sun.tools.javac.comp.Infer.checkWithinBounds(Infer.java:556)
   at com.sun.tools.javac.comp.Infer$GraphSolver.solve(Infer.java:1582)
   at com.sun.tools.javac.comp.Infer$InferenceContext.solve(Infer.java:2205)
Comment 1 _ gtzabari 2015-07-10 03:11:25 UTC
Created attachment 154550 [details]
stacktrace
Comment 2 _ gtzabari 2015-07-10 03:13:32 UTC
Created attachment 154551 [details]
File that is triggering the parsing error