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 147016 - NullPointerException at com.sun.tools.javac.code.Types.elemtype
Summary: NullPointerException at com.sun.tools.javac.code.Types.elemtype
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks: 152191
  Show dependency tree
 
Reported: 2008-09-12 02:07 UTC by tjquinn
Modified: 2009-11-04 01:32 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 110629


Attachments
stacktrace (5.73 KB, text/plain)
2008-09-12 02:08 UTC, tjquinn
Details
/Users/Tim/.netbeans/dev/var/log/AutoDeploymentOperation_1.dump (15.58 KB, text/plain)
2008-09-26 14:58 UTC, tjquinn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tjquinn 2008-09-12 02:07:53 UTC
Build: NetBeans IDE Dev (Build 200809071401)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386

User Comments: 
trying to use find type for a class

Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.code.Types.elemtype(Types.java:1253)
        at com.sun.tools.javac.comp.Resolve.argumentsAcceptable(Resolve.java:379)
        at com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:335)
        at com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:558)
        at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:748)
        at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:714)
Comment 1 tjquinn 2008-09-12 02:08:07 UTC
Created attachment 69696 [details]
stacktrace
Comment 2 Peter Pis 2008-09-12 06:12:41 UTC
Reassigning to java.
Comment 3 Dusan Balek 2008-09-26 14:46:15 UTC
 Could you please attach the dump file '/Users/Tim/.netbeans/dev/var/log/AutoDeploymentOperation_1.dump' ? Thanks
Comment 4 tjquinn 2008-09-26 14:58:49 UTC
Created attachment 70678 [details]
/Users/Tim/.netbeans/dev/var/log/AutoDeploymentOperation_1.dump
Comment 5 Dusan Balek 2008-10-01 13:03:03 UTC
Is it reproducible on your sources or is it random?
Comment 6 tjquinn 2008-10-01 15:00:32 UTC
Sorry, it comes and goes unpredictably.  I have seen this relatively rarely.
Comment 7 Exceptions Reporter 2009-01-14 03:04:13 UTC
This issue has already 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=110629
Comment 8 lytles 2009-01-14 03:06:02 UTC
this is happening right now with shutdown-remove cache-startup cycle
Comment 9 Jiri Prox 2009-01-14 09:16:27 UTC
Can you please attach dump files located in {userdir}/var/log. Thanks
Comment 10 Exceptions Reporter 2009-03-26 00:20:30 UTC
This issue has already 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=110629
Comment 11 Dusan Balek 2009-03-26 18:35:06 UTC
Are you able to reproduce the issue using the current dev build? Thanks.
Comment 12 Marian Mirilovic 2009-04-23 09:29:10 UTC
I was not able to reproduce this issue in NB6.7 Beta. The youngest report is from build 090223. I would vote for closing
WORKSFORME and wait for a report from newer build - then Exception report will report separate issue with link to this one