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

Summary: [quickfilechooser] AssertionError thrown by ChooserComponentUI.CompleteAction.actionPerformed
Product: contrib Reporter: Tomas Zezula <tzezula>
Component: Quick FilechooserAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: host
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

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. ***