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 78337

Summary: user requested classes are displayed in UML notation for methods and attributes
Product: uml Reporter: bugbridge <bugbridge>
Component: General DiagramAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker CC: petersl
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description bugbridge 2006-06-19 21:58:06 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original Target Release: coke_dev; Suggested Target Milestone : 5.5

Original submitter: petersl

Description:
I find that while drawing UML(Class) diagram with Java Studio Enterprise 8, the
methods, and attributes are shown, in java declarative format, rather than the
UML prescribed format.

For example : attribute declaration was shown as

private int flightId

rather UML prescribed format would be

-flightId : int

Can you help me, as to how we can draw in UML prescribed format

I wanted to use the tool, for my Architect exam. Perhaps, i need to look at
other opensource tools for my UML diagrams.