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 78708 - nested class in not removed from diagram after removing from source.
Summary: nested class in not removed from diagram after removing from source.
Status: RESOLVED DUPLICATE of bug 80569
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 05:18 UTC by bugbridge
Modified: 2006-08-31 02:29 UTC (History)
1 user (show)

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 bugbridge 2006-06-21 05:18:40 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original submitter: akorostelev

Description:
nested class removed from source file is removed from model, but is shown on
diagram.

How to reproduce:
- create empty java project 
- create RE uml project related to created java project.
- add class diagram to uml project
- put class on diagram and name it 'extClass'.
- switch to 'extClass' source file.
- add to 'extClass' nested class:
'public class nstClass{}'
and save file.
- find 'nstClass' node in uml model tree. it should be added as a subnode of
'extClass'.
- drag-n-drop 'nstClass' to the class diagram.
- switch to src file.
- remove nested class and save file.
- switch to diagram.

'nstClass' element is removed from java project.
It is also removed from uml project tree.
But 'nstClass' element is still shown on class diagram.
Comment 1 Andrew Korostelev 2006-08-15 12:25:32 UTC

*** This issue has been marked as a duplicate of 80569 ***