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 67972 - [quickfilechooser] AssertionError thrown by ChooserComponentUI.CompleteAction.actionPerformed
Summary: [quickfilechooser] AssertionError thrown by ChooserComponentUI.CompleteAction...
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Quick Filechooser (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 68258 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-02 10:14 UTC by Tomas Zezula
Modified: 2006-10-27 09:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (7.02 KB, text/plain)
2005-11-02 10:17 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2005-11-02 10:14:49 UTC
The AssertionErorr is thrown from the quickfilechooser when user types "c."
But I was not able to reproduce it, see the original issue #67115
Comment 1 Tomas Zezula 2005-11-02 10:17:27 UTC
Created attachment 26564 [details]
Stack trace
Comment 2 Jesse Glick 2005-11-02 19:11:27 UTC
Easily reproduced even on Linux.

1. Ctrl-O

2. Delete existing text

3. Type 'x'

4. Press TAB

Checking in src/org/netbeans/modules/quickfilechooser/ChooserComponentUI.java;
/cvs/contrib/quickfilechooser/src/org/netbeans/modules/quickfilechooser/ChooserComponentUI.java,v
 <--  ChooserComponentUI.java
new revision: 1.8; previous revision: 1.7
done
Checking in manifest.mf;
/cvs/contrib/quickfilechooser/manifest.mf,v  <--  manifest.mf
new revision: 1.7; previous revision: 1.6
done
Comment 3 Jesse Glick 2005-12-06 00:57:08 UTC
*** Issue 68258 has been marked as a duplicate of this issue. ***