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 42897 - The synchronization of methods doesn't work
Summary: The synchronization of methods doesn't work
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: JDK_SPECIFIC, REGRESSION
Depends on:
Blocks:
 
Reported: 2004-05-06 15:14 UTC by pzajac
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 pzajac 2004-05-06 15:14:20 UTC
[200405051900]
Steps to reproduction:
1) Create a new Java class from template
2) add "implements java.util.Enimeration" to the
class declaration

The Tools|Synchronize action doesn't add the
methods to the source,

Override methods dialog doesn't show the methods
of java source file in methods list.
Comment 1 Jan Becicka 2004-05-07 08:22:49 UTC
Just to be sure. You really added "implements java.util.Enimeration"?
Comment 2 pzajac 2004-05-07 09:34:22 UTC
I added Enumeration. I know now why the synchronization didn't work. I
run netbeans with JDK 1.5. I cannot reproduce it with jdk 1.4.2. 
Comment 3 Jan Becicka 2004-05-07 12:04:41 UTC
This issue is definitely not a regression. Try to run NB 3.5 on JDK 1.5.
Java module does not support JDK 1.5 yet. 
Comment 4 pzajac 2004-05-07 12:16:07 UTC
The last release is NetBeans 3.6. The synchronization synchronize the
java sources on 3.6 corretly. 
Comment 5 Jan Becicka 2004-05-07 14:27:22 UTC
Wow, NB 3.6 can correctly do synchronization on JDK 1.5? Hard to believe.
Comment 6 Martin Matula 2004-07-28 14:23:06 UTC
This was fixed some time ago.
Comment 7 pzajac 2004-08-10 10:10:51 UTC
v