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 - [70cat] NullPointerException: Cannot create a dialog for a null component. Offending property editor class:org.netbeans.modules.xml.wsdl.ui.api.property.ElementOrTypePropertyEditor
Summary: [70cat] NullPointerException: Cannot create a dialog for a null component. Of...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-23 16:59 UTC by misterm
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144739


Attachments
stacktrace (2.43 KB, text/plain)
2010-12-23 16:59 UTC, misterm
Details

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