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 42523 - Filters customizer makes tasklist unusable.
Summary: Filters customizer makes tasklist unusable.
Status: CLOSED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-27 16:37 UTC by Jan Lahoda
Modified: 2006-03-24 09:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The ArrayIndexOutOfBoundsException thrown. (5.18 KB, text/plain)
2004-04-27 16:38 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2004-04-27 16:37:11 UTC
NB trunk 200404261800, JDK1.4.2.

1. Start the IDE open a project with a java file,
open the java file.
2. Open the TODO Window
3. Click on the "TODOs Customizer".
4. (The filters customizer is opened).
5. Create a new filter (by clicking on "New").
6. Do not create any rules.
7. Click on "Preview".
8. Click on "Cancel".
9. The attached ArrayIndexOutOfBoundsException occurs.
10. Now, each operation with tasklist ends with
this exception (exactly said, with similar
exceptions).
11. If the IDE is restarted, the exception does
not occur, but the filters are lost.
Comment 1 Jan Lahoda 2004-04-27 16:38:46 UTC
Created attachment 14586 [details]
The ArrayIndexOutOfBoundsException thrown.
Comment 2 Ondrej Rypacek 2004-05-06 10:28:31 UTC
fixed in code.
Comment 3 Jan Lahoda 2004-06-28 13:54:50 UTC
Seems OK in 200406271800.