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 - NullPointerException at org.netbeans.modules.uml.diagrams.edges.sqd.MessageLabelManager.getDefaultAlignment
Summary: NullPointerException at org.netbeans.modules.uml.diagrams.edges.sqd.MessageLa...
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-08-01 13:36 UTC by cassus
Modified: 2009-08-01 13:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154697


Attachments
stacktrace (7.51 KB, text/plain)
2009-08-01 13:36 UTC, cassus
Details

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