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 193782

Summary: [70cat] NullPointerException: Cannot create a dialog for a null component. Offending property editor class:org.netbeans.modules.xml.wsdl.ui.api.property.ElementOrTypePropertyEditor
Product: xml Reporter: misterm <misterm>
Component: WSDL ToolsAssignee: Shivanand Kini <skini>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 144739
Attachments: stacktrace

Description misterm 2010-12-23 16:59:28 UTC
Build: NetBeans IDE Dev (Build 101223-39c524031fca)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
GUEST: Trying to set th etype of a message of a wsdl file




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:135)
   at org.openide.explorer.propertysheet.CustomEditorAction.actionPerformed(CustomEditorAction.java:220)
   at org.openide.explorer.propertysheet.SheetTable.editCellAt(SheetTable.java:1004)
   at javax.swing.plaf.basic.BasicTableUI$Handler.adjustSelection(BasicTableUI.java:1078)
   at javax.swing.plaf.basic.BasicTableUI$Handler.mousePressed(BasicTableUI.java:1008)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
Comment 1 misterm 2010-12-23 16:59:31 UTC
Created attachment 104460 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:18 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