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 258301 - NullPointerException at com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.match
Summary: NullPointerException at com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.match
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-10 09:35 UTC by abien
Modified: 2016-03-10 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222054


Attachments
stacktrace (2.95 KB, text/plain)
2016-03-10 09:35 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2016-03-10 09:35:44 UTC
Build: NetBeans IDE Dev (Build 201602280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Mac OS X

User Comments:
GUEST: ?

abien: Lambda code completion




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.match(Analyzer.java:274)
   at com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.match(Analyzer.java:264)
   at com.sun.tools.javac.comp.Analyzer$StatementScanner.scan(Analyzer.java:440)
   at com.sun.tools.javac.tree.TreeScanner.visitVarDef(TreeScanner.java:101)
   at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:926)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Comment 1 abien 2016-03-10 09:35:46 UTC
Created attachment 158802 [details]
stacktrace