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 8558 - Explicit synchronziation needed for inner/nested classes
Summary: Explicit synchronziation needed for inner/nested classes
Status: CLOSED DUPLICATE of bug 8480
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P4 enhancement (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-24 16:53 UTC by Petr Slegr
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 Petr Slegr 2000-11-24 16:53:11 UTC
[1159][dev-76]

After reparse (save) the synchronziation is not invoked for inner/nested
classes. One have to perform synchronize action explicitly.
Comment 1 Svata Dedic 2000-11-24 16:58:59 UTC
It's difficult to perform synchronization for nested/anonymous classes b/c they
are not currently a part of the Java Hierarchy. The synchronization will work
once the classes are parsed.
Comment 2 Jan Chalupa 2001-05-05 23:20:17 UTC
Target milestone -> 3.3
Comment 3 Svata Dedic 2001-11-19 12:20:01 UTC

*** This issue has been marked as a duplicate of 8480 ***
Comment 4 Quality Engineering 2003-07-01 13:11:13 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-07-01 13:20:55 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.