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 - NullPointerException at org.netbeans.modules.uml.diagrams.nodes.OperationWidget.notifyFontChanged
Summary: NullPointerException at org.netbeans.modules.uml.diagrams.nodes.OperationWidg...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 13:38 UTC by lummie
Modified: 2009-05-08 13:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150836


Attachments
stacktrace (4.52 KB, text/plain)
2009-05-08 13:39 UTC, lummie
Details

Note You need to log in before you can comment on or make changes to this bug.
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