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 81485 - NPE on clicking on Properties window
Summary: NPE on clicking on Properties window
Status: CLOSED DUPLICATE of bug 81170
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-31 14:37 UTC by kozlov
Modified: 2006-08-01 11:32 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kozlov 2006-07-31 14:37:29 UTC
Reproduced in build 060730.

To reproduce the bug:

- create a 'newpo' schema;
- open Properties window;
- switch to Source view;
- rename 'purchaseOrder' element;
- click on Properties window.

Exception:

java.lang.NullPointerException
	at
org.openide.explorer.propertysheet.SheetTable.onCustomEditorButton(SheetTable.java:796)
	at
org.openide.explorer.propertysheet.SheetTable.processMouseEvent(SheetTable.java:666)
	at java.awt.Component.processEvent(Component.java:5764)
	at java.awt.Container.processEvent(Container.java:1984)
	at java.awt.Component.dispatchEventImpl(Component.java:4407)
	at java.awt.Container.dispatchEventImpl(Container.java:2042)
	at java.awt.Component.dispatchEvent(Component.java:4237)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4248)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3909)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3842)
	at java.awt.Container.dispatchEventImpl(Container.java:2028)
	at java.awt.Window.dispatchEventImpl(Window.java:2405)
	at java.awt.Component.dispatchEvent(Component.java:4237)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:600)
	at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Chris Webster 2006-07-31 16:21:11 UTC
Is this a duplicate of the bug assigned to the property editor team?
Comment 2 bhate 2006-07-31 17:07:58 UTC
it is same as 81170. marking duplicate

*** This issue has been marked as a duplicate of 81170 ***
Comment 3 kozlov 2006-08-01 11:32:59 UTC
Duplicate