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 - user requested classes are displayed in UML notation for methods and attributes
Summary: user requested classes are displayed in UML notation for methods and attributes
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-19 21:58 UTC by bugbridge
Modified: 2006-08-31 03:23 UTC (History)
1 user (show)

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 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.