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 - NullPointerException at org.netbeans.modules.uml.diagrams.edges.AssociationLabelManager.getLabelText
Summary: NullPointerException at org.netbeans.modules.uml.diagrams.edges.AssociationLa...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-09 09:24 UTC by oussemaster
Modified: 2009-12-09 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 141158


Attachments
stacktrace (1.74 KB, text/plain)
2009-12-09 09:24 UTC, oussemaster
Details

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