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 20357 - Java Parser
Summary: Java Parser
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on: 20332
Blocks:
  Show dependency tree
 
Reported: 2002-02-08 13:15 UTC by Tomas Hurka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2002-02-08 13:15:49 UTC
Current parser engine has some unacceptable aspects - bad error recovery scheme,
unnecessary memory and CPU requirements. It is also closed-source and the
implementation is not thread-safe. Parsing is mutually exclusive with compiling
using Internal Compiler.
Comment 1 Jaroslav Tulach 2002-09-30 12:58:47 UTC
These issues have been reported to be part of Sun's "should have" contribution
to NetBeans 4.0 and be "high level" issues. That is why I am changing them to be
FEATUREs with P2. If you think I've done wrong change, please update the issue
and internal documents.
Comment 2 Tomas Hurka 2002-09-30 13:17:49 UTC
It is "nice to have" feature.
Comment 3 Pavel Buzek 2002-11-05 15:43:28 UTC
target milestone -> TDB
(removed from 4.0)
Comment 4 Martin Matula 2004-11-11 16:15:39 UTC
No longer relevant. We are now using javac and gjast.