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 48311 - Code synchronization is not invoked automatically on method changes.
Summary: Code synchronization is not invoked automatically on method changes.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 15:38 UTC by Daniel Prusa
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 Daniel Prusa 2004-09-01 15:38:34 UTC
If a method is added/removed in super type or its
signature is changed, synchronization is not
performed.
Comment 1 Daniel Prusa 2004-09-03 16:55:11 UTC
Fixed by
Checking in org/netbeans/modules/java/codesync/ClassDependencyImpl.java;
new revision: 1.42; previous revision: 1.41

There is still problem if a signature of a method containing generics
is changed. In this case, the dependent method is not matched.

Decreasing priority from P2 to P3.
Comment 2 ehucka 2005-01-11 13:16:28 UTC
old target milestone, please re-evaluate
Comment 3 Daniel Prusa 2005-08-22 15:51:02 UTC
Tools->Synchronize was removed.