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 251477 - NullPointerException at com.sun.tools.javac.util.ListBuffer.append
Summary: NullPointerException at com.sun.tools.javac.util.ListBuffer.append
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-28 20:39 UTC by Alexander_Schell
Modified: 2015-04-16 06:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216418


Attachments
stacktrace (4.24 KB, text/plain)
2015-03-28 20:39 UTC, Alexander_Schell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander_Schell 2015-03-28 20:39:31 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
Alexander_Schell: I was doing nothing special...Just happily coding along...




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.util.ListBuffer.append(ListBuffer.java:127)
   at com.sun.tools.javac.comp.Infer$InferenceContext.asUndetVars(Infer.java:2066)
   at com.sun.tools.javac.comp.Attr.checkLambdaCompatible(Attr.java:2728)
   at com.sun.tools.javac.comp.Attr.visitLambda(Attr.java:2532)
   at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1630)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:613)
Comment 1 Alexander_Schell 2015-03-28 20:39:33 UTC
Created attachment 152901 [details]
stacktrace
Comment 3 Quality Engineering 2015-04-16 06:36:29 UTC
Integrated into 'main-silver', will be available in build *201504160452* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/53a2a61a32fc
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #236354, #251462, #251477, and #251809 - fixed.