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

Summary: NullPointerException at com.sun.tools.javac.code.Types.makeFunctionalInterfaceClass
Product: java Reporter: squib <squib>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219123
Attachments: stacktrace

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.