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

Summary: Documentation adding isn't propagated from source to model
Product: uml Reporter: bugbridge <bugbridge>
Component: SynchronizationAssignee: Yang Su <sherylsu>
Status: CLOSED INVALID    
Severity: blocker CC: akorostelev
Priority: P1 Keywords: REGRESSION
Version: 5.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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.