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 - Incorrect behaviour of Ignore button and NoSuchElementexception
Summary: Incorrect behaviour of Ignore button and NoSuchElementexception
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-31 15:58 UTC by Jan Lahoda
Modified: 2002-07-19 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception thrown. (2.42 KB, text/plain)
2001-08-31 15:59 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
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
.