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 142810 - NullPointerException at com.sun.tools.javac.code.Types.makeCompoundType
Summary: NullPointerException at com.sun.tools.javac.code.Types.makeCompoundType
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 152191
  Show dependency tree
 
Reported: 2008-08-04 15:16 UTC by _ moser
Modified: 2015-03-18 12:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 86205


Attachments
stacktrace (6.41 KB, text/plain)
2008-08-04 15:17 UTC, _ moser
Details
Dump file, as requested (57.25 KB, application/octet-stream)
2012-12-07 22:54 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ moser 2008-08-04 15:16:43 UTC
Build: NetBeans IDE Dev (Build 200808021401)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 
no files open in editor but called create-platform in module suite from outside NB

Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.code.Types.makeCompoundType(Types.java:1587)
        at com.sun.tools.javac.code.Types.makeCompoundType(Types.java:1600)
        at com.sun.tools.javac.code.Types.glb(Types.java:2601)
        at com.sun.tools.javac.code.Types.capture(Types.java:2821)
        at com.sun.tools.javac.comp.Attr.capture(Attr.java:2855)
        at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:1357)
Comment 1 _ moser 2008-08-04 15:17:15 UTC
Created attachment 66496 [details]
stacktrace
Comment 2 Dusan Balek 2008-11-20 14:53:51 UTC
Is the issue reproducible on your sources? 
Comment 3 Jiri Prox 2008-12-05 15:40:53 UTC
Requested information was not provided, so I'm closing this issue for now. If you can still reproduce it
feel free to reopen this issue and provide requested info.
Thanks.
Comment 4 Jesse Glick 2012-12-07 22:48:02 UTC
Just started being thrown over and over for me. No clue how to reproduce. Is it not possible to gather more information from NB code when this happens?
Comment 5 Jesse Glick 2012-12-07 22:54:58 UTC
Created attachment 129070 [details]
Dump file, as requested
Comment 6 Jesse Glick 2012-12-07 23:16:34 UTC
Please recheck.
Comment 7 Dusan Balek 2015-03-18 12:41:19 UTC
Since the last report comes from NB 7.3 beta (more than two years old), closing as WORKSFORME in the current dev build.