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 79094 - Documentation adding isn't propagated from source to model
Summary: Documentation adding isn't propagated from source to model
Status: CLOSED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Yang Su
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-06-26 14:19 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-26 14:19:15 UTC
Description:
It is a regression. 

Adding comments to source file doesn't affect documentation property of UML
class element.

steps to reproduce:
1. create package with scoped diagram
2. place 'a' class
4. in source add the following documentation to the class:
/**
* some class documentation
*/
5. save modified source file.
7. switch to model and check documentation value class uml node.

Documentstion value should be the same as in src, but it is empty.
Comment 1 Peter Lam 2006-06-30 00:05:48 UTC
verified in coke build 060626 that this bug is no longer reproducible.