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 6123 - Syntax errors in method`s bodies should not affect source hierarchy representation, if parser recovers in the scope of the method.
Summary: Syntax errors in method`s bodies should not affect source hierarchy represent...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 enhancement (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-05 16:37 UTC by Svata Dedic
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 Svata Dedic 2000-04-05 16:37:26 UTC
Currently, if there`s some syntax error in the middle of the method, updating of source hierarchy is blocked until the syntax error is corrected. There`s no need for blocking if the parser recovers
from the syntax error inside method`s body.
There might be a problem if the method contains local class(es).
Comment 1 Marek Grummich 2000-07-25 09:09:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Becicka 2002-01-11 17:07:46 UTC
Reopening for 3.4
Comment 3 Svata Dedic 2002-05-21 17:48:40 UTC
Cleaning up before 4.0 planning
Comment 4 Marek Grummich 2002-07-19 17:09:12 UTC
Target milestone was changed from not determined to TBD
Comment 5 Martin Matula 2004-11-13 22:25:45 UTC
This is no longer the case with the new java language infrastructure
(javacore).