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 240566 - NullPointerException at com.sun.tools.javac.code.Types.glb
Summary: NullPointerException at com.sun.tools.javac.code.Types.glb
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-16 21:43 UTC by rodrigorsantos
Modified: 2016-07-07 07:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206638


Attachments
stacktrace (6.12 KB, text/plain)
2014-01-16 21:43 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2014-01-16 21:43:04 UTC
This bug was originally marked as duplicate of bug 226375, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140114-e0428f98f79d)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types.glb(Types.java:3505)
   at com.sun.tools.javac.comp.Infer$InferenceStep$3.solve(Infer.java:971)
   at com.sun.tools.javac.comp.Infer$InferenceStep$4.solve(Infer.java:993)
   at com.sun.tools.javac.comp.Infer$InferenceContext.solveBasic(Infer.java:1601)
   at com.sun.tools.javac.comp.Infer$InferenceContext.solveBasic(Infer.java:1592)
   at com.sun.tools.javac.comp.Infer$InferenceContext.solveLegacy(Infer.java:1619)
Comment 1 rodrigorsantos 2014-01-16 21:43:05 UTC
Created attachment 144049 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:15:57 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss