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 169674

Summary: NullPointerException at org.netbeans.modules.uml.diagrams.edges.sqd.MessageLabelManager.getDefaultAlignment
Product: uml Reporter: cassus <cassus>
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=154697
Issue Type: DEFECT Exception Reporter: 154697
Attachments: stacktrace

Description cassus 2009-08-01 13:36:02 UTC
This issue was originally marked as duplicate of issue 156678, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-15-generic, amd64

User Comments:
cassus: generated model report



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.diagrams.edges.sqd.MessageLabelManager.getDefaultAlignment(MessageLabelManager.java:253)
        at org.netbeans.modules.uml.drawingarea.AbstractLabelManager.showLabel(AbstractLabelManager.java:200)
        at org.netbeans.modules.uml.diagrams.edges.sqd.MessageLabelManager.showLabel(MessageLabelManager.java:286)
        at org.netbeans.modules.uml.drawingarea.AbstractLabelManager.showLabel(AbstractLabelManager.java:228)
        at org.netbeans.modules.uml.diagrams.edges.sqd.MessageWidget.load(MessageWidget.java:309)
        at org.netbeans.modules.uml.diagrams.edges.sqd.SynchronousMessageConnectionWidget.load(SynchronousMessageConnectionWidget.java:75)
Comment 1 cassus 2009-08-01 13:36:08 UTC
Created attachment 85648 [details]
stacktrace