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 9513 - Parser does not recognize nonstatic initializers
Summary: Parser does not recognize nonstatic initializers
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Other Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-08 17:22 UTC by Jan Becicka
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 Jan Becicka 2001-02-08 17:22:32 UTC
[dev-121]
If there is nonstatic initializer in source e.g.
{
  setup();
}
parser cannot parse this correct text. There is only Error node displayed in
the Explorer.
Comment 1 Svata Dedic 2001-02-08 18:53:59 UTC
It recognizes; however code generation is still broken
Comment 2 Svata Dedic 2001-02-09 17:13:59 UTC
Code generation corrected for build #123
Comment 3 Jan Becicka 2001-02-12 14:28:59 UTC
[dev-124] Verified
Comment 4 Quality Engineering 2003-07-01 13:20:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.