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 156251 - NullPointerException at org.netbeans.modules.uml.propertysupport.DefinitionPropertyBuilder.buildPropertySheets
Summary: NullPointerException at org.netbeans.modules.uml.propertysupport.DefinitionPr...
Status: RESOLVED INCOMPLETE
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-01-04 04:37 UTC by arne_adams
Modified: 2009-05-25 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144845


Attachments
stacktrace (4.10 KB, text/plain)
2009-01-04 04:37 UTC, arne_adams
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arne_adams 2009-01-04 04:37:44 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Linux, 2.6.16.60-0.33-bigsmp, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.propertysupport.DefinitionPropertyBuilder.buildPropertySheets(DefinitionPropertyBuilder.java:378)
        at org.netbeans.modules.uml.propertysupport.DefinitionPropertyBuilder.buildAdditionalPropertySheets(DefinitionPropertyBuilder.java:306)
        at org.netbeans.modules.uml.propertysupport.DefinitionPropertyBuilder.buildPropertySets(DefinitionPropertyBuilder.java:215)
        at org.netbeans.modules.uml.propertysupport.DefinitionPropertyBuilder.buildPropertySets(DefinitionPropertyBuilder.java:176)
        at org.netbeans.modules.uml.propertysupport.DefinitionPropertyBuilder.retreiveProperties(DefinitionPropertyBuilder.java:140)
        at org.netbeans.modules.uml.project.ui.nodes.AbstractModelElementNode.buildProperties(AbstractModelElementNode.java:743)
Comment 1 arne_adams 2009-01-04 04:37:49 UTC
Created attachment 75435 [details]
stacktrace
Comment 2 Sergey Petrov 2009-01-27 16:44:47 UTC
Is there any way to reproduce the problem?