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 135152 - UML Format in Class Diagram
Summary: UML Format in Class Diagram
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 14:54 UTC by estey
Modified: 2008-05-15 15:10 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 estey 2008-05-15 14:54:23 UTC
To All :-)  The NetBeans product is very nice product.  I have searched all the articles, FAQs, etc. and cannot figure
out if the UML Class Diagram has a setting for UML Format.  What do I mean:

By default the class diagrams illustrate Java Format, e.g.

public String getRecord()

versus UML Format

+getRecord():String

Is there a setting in NetBeans to set as UML Format?

Thank you all, Bobby

robert.estey@lmco.com
Comment 1 George Vasick 2008-05-15 15:10:55 UTC
It appears you may be using a Java-Platform Model project.  If so, try creating a Platform-Independent Model project
instead.  Let me know if this gives the desired behavior.

Thanks,
George