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 253975 - NullPointerException at com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.match
Summary: NullPointerException at com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.match
Status: RESOLVED DUPLICATE of bug 253608
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: JDK_9
Depends on:
Blocks:
 
Reported: 2015-07-30 09:15 UTC by Alexandr Scherbatiy
Modified: 2015-08-06 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218865


Attachments
stacktrace (4.45 KB, text/plain)
2015-07-30 09:15 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2015-07-30 09:15:15 UTC
Build: NetBeans Dev JDK9 branch (Build 201506180405)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b15, Java(TM) SE Runtime Environment, 1.8.0_40-ea-b11
OS: Mac OS X

User Comments:
sunflower: edit the code




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.match(Analyzer.java:261)
   at com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.match(Analyzer.java:251)
   at com.sun.tools.javac.comp.Analyzer$StatementScanner.scan(Analyzer.java:422)
   at com.sun.tools.javac.tree.TreeScanner.visitAssign(TreeScanner.java:234)
   at com.sun.tools.javac.tree.JCTree$JCAssign.accept(JCTree.java:1846)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Comment 1 Alexandr Scherbatiy 2015-07-30 09:15:17 UTC
Created attachment 155037 [details]
stacktrace
Comment 2 Dusan Balek 2015-08-06 10:23:26 UTC
Already reported.

*** This bug has been marked as a duplicate of bug 253608 ***