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

Summary: UML Format in Class Diagram
Product: uml Reporter: estey <estey>
Component: Diagram ClassAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker CC: gvasick
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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