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 25485 - NPE at V8TreeTranslator
Summary: NPE at V8TreeTranslator
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-10 10:20 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (881 bytes, text/plain)
2002-07-10 10:28 UTC, Jan Becicka
Details
java.lang.InternalError: neznamej token (1.17 KB, text/plain)
2002-07-10 10:44 UTC, Jan Becicka
Details
Stack trace. (5.20 KB, text/plain)
2003-11-21 10:36 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2002-07-10 10:20:56 UTC
[200207100100]
Sorry, I don't have steps to reproduce. See
attached stack trace.
Comment 1 Jan Becicka 2002-07-10 10:28:55 UTC
Created attachment 6599 [details]
Stack trace
Comment 2 Jan Becicka 2002-07-10 10:44:40 UTC
Created attachment 6600 [details]
java.lang.InternalError: neznamej token
Comment 3 Jan Becicka 2002-07-10 11:02:51 UTC
Steps to reproduce:
write class:
public class Test extends char {
}
Comment 4 Tomas Hurka 2002-07-10 13:45:51 UTC
Fixed in trunk.
Comment 5 Jan Becicka 2002-10-11 17:26:37 UTC
Verified
Comment 6 Quality Engineering 2003-07-01 13:15:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 7 ehucka 2003-11-21 10:36:07 UTC
I've seen it again. I've only mounted some jar filesystems.
Comment 8 ehucka 2003-11-21 10:36:51 UTC
Created attachment 12259 [details]
Stack trace.
Comment 9 Jan Becicka 2004-06-23 08:46:58 UTC
This issue is no more valid. Code relevant to this issue was
completely rewritten.