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 7448 - NullPointerException thrown in request processor when closing a tab in editor.
Summary: NullPointerException thrown in request processor when closing a tab in editor.
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 normal (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-21 16:51 UTC by Daniel Prusa
Modified: 2003-07-01 14:20 UTC (History)
0 users

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 Daniel Prusa 2000-08-21 16:51:07 UTC
An exception has been thrown in request processor when closing a tab in editor:

java.lang.reflect.UndeclaredThrowableException:
java.lang.reflect.InvocationTargetException: java.lang.NullPointerException
        at
org.netbeans.modules.properties.InsertLocalStringAction.enable(InsertLocalString
Action.java:125)
        at
org.openide.util.actions.CookieAction$CookiesChangeListener.propertyChange(Cooki
eAction.java:237)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:660)
...

Hard to reproduce.
Comment 1 Peter Zavadsky 2000-08-21 17:15:59 UTC
[main trunk] Refined bad code where under special circumstainces could be method
call on null invoked.
Comment 2 Peter Zavadsky 2000-08-23 07:56:59 UTC
[boston] (See previous comment.)
Comment 3 Quality Engineering 2003-07-01 14:20:16 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.