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 174438 - Create UML comment from source code comment
Summary: Create UML comment from source code comment
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-13 12:39 UTC by schtefan
Modified: 2009-10-13 12:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description schtefan 2009-10-13 12:39:41 UTC
When doing reverse engineering, the comments in the source code for classes and methods are stored in the Documentation
attribute of the corresponding Model item. It would be very convenient if an UML comment item is also created for each
class (maybe for each method, too) as subitem of that class that contains this Documentation as Body.
I often create overview class diagrams and attach comments as description to the classes that contain the same text that
is already written to the class header comment.