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 224994 - [73cat] NullPointerException at org.netbeans.modules.java.source.save.Reformatter$Pretty.scan @ jdk8lambda
Summary: [73cat] NullPointerException at org.netbeans.modules.java.source.save.Reforma...
Status: RESOLVED DUPLICATE of bug 224985
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 19:56 UTC by misterm
Modified: 2013-04-04 13:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197651


Attachments
stacktrace (6.66 KB, text/plain)
2013-01-16 19:56 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-01-16 19:56:11 UTC
Build: NetBeans IDE Dev (Build jdk8lambda-1605-on-20130111)
VM: OpenJDK 64-Bit Server VM, 25.0-b14, OpenJDK Runtime Environment, 1.8.0-ea-lambda-nightly-h2805-20130114-b73-b00
OS: Windows 7

User Comments:
misterm: It is a line that contains a method reference




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:584)
   at org.netbeans.modules.java.source.save.Reformatter$Pretty.wrapList(Reformatter.java:3455)
   at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitNewClass(Reformatter.java:1630)
   at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitNewClass(Reformatter.java:403)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1466)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:67)
Comment 1 misterm 2013-01-16 19:56:13 UTC
Created attachment 130305 [details]
stacktrace
Comment 2 Dusan Balek 2013-04-04 13:26:39 UTC

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