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 254875 - NullPointerException at com.sun.tools.javac.code.Types.makeFunctionalInterfaceClass
Summary: NullPointerException at com.sun.tools.javac.code.Types.makeFunctionalInterfac...
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-08-31 13:45 UTC by squib
Modified: 2015-09-03 01:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219123


Attachments
stacktrace (6.45 KB, text/plain)
2015-08-31 13:45 UTC, squib
Details

Note You need to log in before you can comment on or make changes to this bug.
Description squib 2015-08-31 13:45:32 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b27
OS: Mac OS X

User Comments:
squib: ???

GUEST: general use




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types.makeFunctionalInterfaceClass(Types.java:638)
   at com.sun.tools.javac.comp.Attr.setFunctionalInfo(Attr.java:3094)
   at com.sun.tools.javac.comp.Attr.visitLambda(Attr.java:2454)
   at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1630)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:613)
   at com.sun.tools.javac.comp.DeferredAttr$2.complete(DeferredAttr.java:284)
Comment 1 squib 2015-08-31 13:45:35 UTC
Created attachment 155775 [details]
stacktrace
Comment 3 Quality Engineering 2015-09-03 01:25:24 UTC
Integrated into 'main-silver', will be available in build *201509030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/14e8f7ad1e4b
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #241425, #254332, #254333, and #254875 - fixed.