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 164766

Summary: NullPointerException at org.netbeans.modules.uml.diagrams.nodes.OperationWidget.notifyFontChanged
Product: uml Reporter: lummie <lummie>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=150836
Issue Type: DEFECT Exception Reporter: 150836
Attachments: stacktrace

Description lummie 2009-05-08 13:38:58 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
lummie: Changing the font sizes to arial 10 of the Class and Drawign settings in the UML Font and colors editor



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.diagrams.nodes.OperationWidget.notifyFontChanged(OperationWidget.java:109)
        at org.netbeans.api.visual.widget.Widget.setFont(Widget.java:722)
        at org.netbeans.modules.uml.diagrams.nodes.UMLClassWidget.notifyFontChanged(UMLClassWidget.java:908)
        at org.netbeans.api.visual.widget.Widget.setFont(Widget.java:722)
        at org.netbeans.modules.uml.drawingarea.view.CustomizableNodeViewContainer.notifyFontChanged(CustomizableNodeViewContainer.java:71)
        at org.netbeans.api.visual.widget.Widget$3.propertyChange(Widget.java:761)
Comment 1 lummie 2009-05-08 13:39:32 UTC
Created attachment 81804 [details]
stacktrace