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 27636 - NPE exception in V8 parser
Summary: NPE exception in V8 parser
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 27287 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-27 12:54 UTC by pzajac
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (8.57 KB, text/plain)
2002-09-27 12:57 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2002-09-27 12:54:56 UTC
dev 200209260100 + jdk1.4.1, 

java.lang.NullPointerException
	at
org.netbeans.lib.javac.v8.comp.Attr._case(Attr.java:490)
....	

occured. I cannot reproduce this nug.
Comment 1 pzajac 2002-09-27 12:57:34 UTC
Created attachment 7542 [details]
exception stack trace
Comment 2 Tomas Hurka 2002-09-30 10:11:03 UTC
*** Issue 27287 has been marked as a duplicate of this issue. ***
Comment 3 Tomas Hurka 2002-09-30 10:16:53 UTC
Fixed in trunk. The exception was caused by running Java parser from
another Java parser. This is not supported.  Fix makes sure that
referenced files are saved only for internal compilation and do not
saved for the source parsing.
Comment 4 pzajac 2002-10-11 13:53:41 UTC
I believe you that it is fixed. 
Comment 5 Jesse Glick 2002-11-30 20:31:21 UTC
Correcting milestone.
Comment 6 Svata Dedic 2002-12-03 08:41:56 UTC
Seems already to be part of 3.4.1 release.
Comment 7 _ mihmax 2002-12-03 09:24:55 UTC
Hm, seems?

If it was commited into 3.4, then set the target milestone to 3.4, but
I believe that it was discovered later - in 4.0dev.

If it was caused by 4.0-time commits, then set TM to 4.0.

Anyway, please provide a link to the .diff
Comment 8 Jaroslav Tulach 2002-12-03 09:55:02 UTC
Hi. This issue is marked as 3.4.1_CANDIDATE. It means that it should be
integrated into release341 one branch. The plan at
http://www.netbeans.org/devhome/docs/releases/34/index.html expected beta1 to be
produced on Dec01. That did not happen due to a lot of outstanding not
integrated candidates like this one. 

Would it be possible to spend few minutes by backporting this fix? Thank you in
advance.
Comment 9 Svata Dedic 2002-12-03 14:49:12 UTC
My mistake -- I looked at wrong local copy. I have commited updated
extra binaries for java module now.
Comment 10 Quality Engineering 2003-07-01 13:21:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.