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 27381 - NPE in org.openide.text.CloneableEditor.taskFinished()
Summary: NPE in org.openide.text.CloneableEditor.taskFinished()
Status: CLOSED DUPLICATE of bug 26929
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-17 13:03 UTC by _ gtzabari
Modified: 2008-12-22 19:48 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 _ gtzabari 2002-09-17 13:03:34 UTC
IBM JDK 1.3.1

1) Netbeans started up with 5 open MDI editors, in
the debug tab
2) I closed the editors, switched to the EDITING
tab and got this exception:

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
        at
org.openide.text.CloneableEditor$2.taskFinished(CloneableEditor.java:219)
        at
org.openide.util.Task.notifyFinished(Task.java:121)
        at org.openide.util.Task.run(Task.java:138)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
Comment 1 Peter Zavadsky 2002-09-18 08:15:47 UTC

*** This issue has been marked as a duplicate of 26929 ***
Comment 2 Marian Mirilovic 2003-07-22 13:30:15 UTC
verified, closed - it's duplicate.