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 4337 - Exception during parsing source code.
Summary: Exception during parsing source code.
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-08 00:00 UTC by issues@www
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description issues@www 1999-10-08 00:00:55 UTC
1. Type code like:

while (fss.hasMoreElements ()) {
     neco;
   xxxx              <-here is missing  }
2. compile source. error is properly displayed
3. exception thrown. Probably during parsing.

[Petr] The bug was reported in build 403 (exactly 10/7 - 17:00). But it was probably already fixed before this build (10/6 - 16:00). It is realy possible to reproduce it in build 403 or it was only se
en in 402 or before ?
Comment 1 Quality Engineering 2003-07-02 15:34:31 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 15:43:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.