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 144702 - NullPointerException: Cannot create a dialog for a null component. Offending property editor class:org.netbeans.modules.xml.wsdl.ui.api.property.ElementOrTypePropertyEditor
Summary: NullPointerException: Cannot create a dialog for a null component. Offending ...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Shivanand Kini
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-21 12:54 UTC by completeman
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 2255


Attachments
stacktrace (1.92 KB, text/plain)
2008-08-21 12:54 UTC, completeman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description completeman 2008-08-21 12:54:32 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Windows XP, 5.1, x86

User Comments: 
Opened a File ( wsdl xml content). In ide clicked on WSDL element node  propertied popup for details. then got error

Stacktrace: 
java.lang.NullPointerException: Cannot create a dialog for a null component. Offending property editor class:org.netbeans.modules.xml.wsdl.ui.api.property.ElementOrTypePropertyEditor
        at org.openide.explorer.propertysheet.PropertyDialogManager.<init>(PropertyDialogManager.java:132)
        at org.openide.explorer.propertysheet.CustomEditorAction.actionPerformed(CustomEditorAction.java:217)
        at org.openide.explorer.propertysheet.SheetTable.processMouseEvent(SheetTable.java:710)
        at java.awt.Component.processEvent(Component.java:5864)
        at java.awt.Container.processEvent(Container.java:2058)
        at java.awt.Component.dispatchEventImpl(Component.java:4466)
Comment 1 completeman 2008-08-21 12:54:36 UTC
Created attachment 68022 [details]
stacktrace
Comment 2 Sergey Lunegov 2008-10-01 15:29:32 UTC
Changed target milestone.
Comment 3 Martin Balin 2016-07-07 09:56:33 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss