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 49102 - Override methods/Synchronize add methods to guarded block
Summary: Override methods/Synchronize add methods to guarded block
Status: CLOSED DUPLICATE of bug 48687
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 15:47 UTC by Milan Kubec
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 Milan Kubec 2004-09-15 15:47:53 UTC
[pre-beta2 20040915, JDK 1.5.0 RC]

When doing Synchronization with implemented
interface of class with form then synchronized
methods are placed into guarded block. It means
user cannot edit them and they are also removed
when the form is modified.

Cannot verify if this issue is still in trunk
because of #49100.
Comment 1 Jan Becicka 2004-09-16 10:25:17 UTC
It looks like method JavaMetamodel.isElementGuarded() does not work
correctly - see issue 47403.
Comment 2 ehucka 2004-09-16 10:45:46 UTC
It is duplicate of issue 48687 which is now fixed in trunk. This
issues was not in beta1. The bad behaviour can be correct by Undo action.
Comment 3 Marian Mirilovic 2004-09-16 11:38:54 UTC

*** This issue has been marked as a duplicate of 48687 ***
Comment 4 Milan Kubec 2004-10-01 12:29:30 UTC
Verified dupe.