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 166433 - NullPointerException at org.netbeans.modules.uml.diagrams.nodes.sqd.OperationLabelWidget.updateUI
Summary: NullPointerException at org.netbeans.modules.uml.diagrams.nodes.sqd.Operation...
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-06-02 19:14 UTC by cassus
Modified: 2009-06-02 19:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 106176


Attachments
stacktrace (1.37 KB, text/plain)
2009-06-02 19:14 UTC, cassus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cassus 2009-06-02 19:14:31 UTC
Build: NetBeans IDE 6.7 RC1 (Build 200905282243)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-12-generic, amd64

User Comments:
cassus: added a new operand to an operation on a sequence diagram

GUEST: I simply clicked on the sequence diagram and the formating was disorted eventhough I had saved it succesfully.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.diagrams.nodes.sqd.OperationLabelWidget.updateUI(OperationLabelWidget.java:118)
        at org.netbeans.modules.uml.diagrams.nodes.sqd.OperationLabelWidget.propertyChange(OperationLabelWidget.java:98)
        at org.netbeans.modules.uml.drawingarea.AbstractLabelManager$ConnectionLabelWidget.propertyChange(AbstractLabelManager.java:609)
        at org.netbeans.modules.uml.drawingarea.DrawingAreaChangeHandler.elementChanged(DrawingAreaChangeHandler.java:219)
        at org.netbeans.modules.uml.drawingarea.DrawingAreaEventHandler$1ElementModified.run(DrawingAreaEventHandler.java:211)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 cassus 2009-06-02 19:14:37 UTC
Created attachment 83119 [details]
stacktrace