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 165332 - NullPointerException at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.setName
Summary: NullPointerException at org.netbeans.modules.uml.drawingarea.UMLDiagramTopCom...
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-05-16 19:24 UTC by dirk_schmitt
Modified: 2009-05-16 19:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151285


Attachments
stacktrace (7.81 KB, text/plain)
2009-05-16 19:24 UTC, dirk_schmitt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dirk_schmitt 2009-05-16 19:24:24 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: OpenJDK 64-Bit Server VM, 14.0-b08, IcedTea6 1.4 (6b14-0ubuntu2~ppa2) Runtime Environment, 1.6.0_0-b14
OS: Linux, 2.6.27-14-generic, amd64

User Comments:
dirk_schmitt: new class diagram selected on uml project in project browser



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.setName(UMLDiagramTopComponent.java:672)
        at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.init(UMLDiagramTopComponent.java:349)
        at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.initInAWTThread(UMLDiagramTopComponent.java:358)
        at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.<init>(UMLDiagramTopComponent.java:307)
        at org.netbeans.modules.uml.drawingarea.UMLDiagramManager.doCreateDiagram(UMLDiagramManager.java:765)
        at org.netbeans.modules.uml.drawingarea.UMLDiagramManager.createDiagram(UMLDiagramManager.java:287)
Comment 1 dirk_schmitt 2009-05-16 19:24:33 UTC
Created attachment 82244 [details]
stacktrace