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 15033

Summary: Incorrect behaviour of Ignore button and NoSuchElementexception
Product: editor Reporter: Jan Lahoda <jlahoda>
Component: SpellcheckerAssignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception thrown.

Description Jan Lahoda 2001-08-31 15:58:52 UTC
Have a java file with comment, where are words "xx", each on it's own line.
Open spellchecker for that file.
For all "xx" words select "Ignore". 
For each "xx" word will be other suggestions that for previous (next in the
vocabulary, I guess).
If you will do it for long enough time, attached NoSuchElementException will be
thrown.
Sources are checked out 08/31/2001. IDE is dev 0108310100.
Comment 1 Jan Lahoda 2001-08-31 15:59:31 UTC
Created attachment 2389 [details]
Exception thrown.
Comment 2 Jan Lahoda 2001-09-06 18:53:37 UTC
Fixed by this commit:
Checking in src/org/netbeans/modules/spellcheck/Speller.java;
/usr/local/tigris/data/helm/cvs/repository/spellchecker/src/org/netbeans/modules/spellcheck/Speller.java,v 
<--  Speller.java
new revision: 1.4; previous revision: 1.3
Comment 3 Jan Lahoda 2001-09-21 09:44:15 UTC
.