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 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
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-07-10 03:11 UTC by _ gtzabari
Modified: 2015-09-15 13:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218442


Attachments
stacktrace (4.38 KB, text/plain)
2015-07-10 03:11 UTC, _ gtzabari
Details
File that is triggering the parsing error (16.86 KB, application/octet-stream)
2015-07-10 03:13 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
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