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 38476 - ToDo closes all .java files
Summary: ToDo closes all .java files
Status: VERIFIED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords:
Depends on: 38218 39236
Blocks:
  Show dependency tree
 
Reported: 2004-01-07 10:57 UTC by Martin Schovanek
Modified: 2004-03-02 10:02 UTC (History)
1 user (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 Martin Schovanek 2004-01-07 10:57:33 UTC
[Nb Build 200401061900, jdk1.4.2]

Steps to reproduce:
-------------------
1) close TODOs window and open some .java files
2) restart the IDE
3) open TODOs window and click "All Files"

Opened .java files are closed one by one.
Comment 1 _ pkuzel 2004-01-09 14:22:19 UTC
EditorCookie.getOpenedPanes() returns null. Why?
Comment 2 Jaroslav Tulach 2004-01-22 14:33:46 UTC
Issue 38218 would probably be the best solution to this problem.
Comment 3 Jan Lahoda 2004-01-22 15:14:44 UTC
I think this bug can be pretty annoying. Rising priority to P2.
Comment 4 _ pkuzel 2004-01-26 16:33:10 UTC
fixed
Comment 5 Jan Lahoda 2004-01-27 16:29:43 UTC
In 200401261900, the Java files are not closed, but files of other
types are still being closed. Reopening.
Comment 6 _ pkuzel 2004-01-27 18:11:00 UTC
Asking for topcomponents then retrieving their dataobjects into a set
and checking the set instead of getOpenedPanes().

SuggestionsScanner.java new revision: 1.20
Comment 7 Milan Kubec 2004-03-02 08:48:02 UTC
Please, reporter, could you verify fixed issues. Thanks a lot.
Comment 8 Martin Schovanek 2004-03-02 10:02:16 UTC
v