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 259141 - NullPointerException at com.sun.tools.javac.code.Types.unboxedType
Summary: NullPointerException at com.sun.tools.javac.code.Types.unboxedType
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-05 11:42 UTC by petrk
Modified: 2016-06-07 08:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223895


Attachments
stacktrace (7.08 KB, text/plain)
2016-05-05 11:42 UTC, petrk
Details
stacktrace (7.81 KB, text/plain)
2016-05-26 13:36 UTC, Vladimir Voskresensky
Details
stacktrace (9.53 KB, text/plain)
2016-05-26 21:03 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2016-05-05 11:42:32 UTC
Build: NetBeans IDE Dev (Build 20160504-60eceedfe924)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
petrk: Nothing




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types.unboxedType(Types.java:3954)
   at com.sun.tools.javac.code.Types.unboxedTypeOrType(Types.java:3971)
   at com.sun.tools.javac.comp.Operators$BinaryBooleanOperator.test(Operators.java:514)
   at com.sun.tools.javac.comp.Operators$BinaryBooleanOperator.test(Operators.java:500)
   at com.sun.tools.javac.comp.Operators.lambda$resolveBinary$52(Operators.java:162)
   at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
Comment 1 petrk 2016-05-05 11:42:33 UTC
Created attachment 159554 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2016-05-26 13:36:48 UTC
Created attachment 159891 [details]
stacktrace

modify java code
Comment 3 Vladimir Voskresensky 2016-05-26 21:03:48 UTC
Created attachment 159896 [details]
stacktrace

compiled suite