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 6872 - Interface synchronization is not properly disabled when applicable
Summary: Interface synchronization is not properly disabled when applicable
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All Linux
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-22 09:39 UTC by Svata Dedic
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 Svata Dedic 2000-06-22 09:39:17 UTC
If a source text for a class implementing some interface is deleted, the
dependency on the implemented interface is not removed from
filesystem.attributes.
Even if IDE tries to synchronize interface with its former (and now
non-existent) implementation, it does not check if the file exists.

No exception is thrown, but diagnostic messages and the synchronization is being
tried again and again on a class that do not exist.
Comment 1 Svata Dedic 2000-06-22 10:45:59 UTC
If the exceptions is thrown, the sync chain walk is interrupted; classes that
are registered further in the chain are never synchronized.
Comment 2 Svata Dedic 2000-09-22 09:18:59 UTC
Caused b/c Node.Handle provides a Node with its JavaDataObject even if the files
for it don't exist. The DataObject is invalid, but that is not tested in the
connection listener.
Comment 3 Jan Becicka 2000-10-11 07:43:59 UTC
[1118] Verified
Comment 4 Quality Engineering 2003-07-01 13:19:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.