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 155427 - NullPointerException at org.netbeans.modules.xml.schema.abe.InplaceEditableLabel.hideEditor
Summary: NullPointerException at org.netbeans.modules.xml.schema.abe.InplaceEditableLa...
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-14 11:33 UTC by vieiro
Modified: 2009-05-25 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144346


Attachments
stacktrace (1.85 KB, text/plain)
2008-12-14 11:33 UTC, vieiro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vieiro 2008-12-14 11:33:51 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: SunOS, 5.11, x86

User Comments:
vieiro: While closing a XML Schema while editing it.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.schema.abe.InplaceEditableLabel.hideEditor(InplaceEditableLabel.java:281)
        at org.netbeans.modules.xml.schema.abe.InplaceEditableLabel$3.focusLost(InplaceEditableLabel.java:252)
        at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:213)
        at java.awt.Component.processFocusEvent(Component.java:6026)
        at java.awt.Component.processEvent(Component.java:5890)
        at java.awt.Container.processEvent(Container.java:2023)
Comment 1 vieiro 2008-12-14 11:33:57 UTC
Created attachment 74932 [details]
stacktrace
Comment 2 Sergey Lunegov 2009-05-08 15:02:27 UTC
Please provide more info how to reproduce it (code snippet etc)