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 178380

Summary: NullPointerException at org.netbeans.modules.uml.diagrams.edges.AssociationLabelManager.getLabelText
Product: uml Reporter: oussemaster
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 141158
Attachments: stacktrace

Description oussemaster 2009-12-09 09:24:31 UTC
Build: NetBeans IDE 6.7.1 (Build 090826)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.31-16-generic, i386

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.uml.diagrams.edges.AssociationLabelManager.getLabelText(AssociationLabelManager.java:434)
   at org.netbeans.modules.uml.diagrams.edges.AssociationLabelManager.createLabel(AssociationLabelManager.java:212)
   at org.netbeans.modules.uml.drawingarea.AbstractLabelManager.showLabel(AbstractLabelManager.java:146)
   at org.netbeans.modules.uml.diagrams.edges.BasicUMLLabelManager.updateLabel(BasicUMLLabelManager.java:318)
   at org.netbeans.modules.uml.diagrams.edges.AssociationLabelManager.propertyChange(AssociationLabelManager.java:186)
   at org.netbeans.modules.uml.diagrams.edges.AbstractUMLConnectionWidget.propertyChange(AbstractUMLConnectionWidget.java:104)
Comment 1 oussemaster 2009-12-09 09:24:34 UTC
Created attachment 92346 [details]
stacktrace