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 181180 - assetion eror in spellchecker
Summary: assetion eror in spellchecker
Status: RESOLVED DUPLICATE of bug 181136
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-24 22:44 UTC by ivan
Modified: 2010-02-26 10:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2010-02-24 22:44:45 UTC

    
Comment 1 ivan 2010-02-24 22:49:51 UTC
I'm using a pared down 6.9 trunk which I build myself as a testbed
for my (terminal) modules.

After pulling and rebuilding on Feb 24, upon startup, I get assertions,
see appended, from the spellchecker package that keep popping up again
and again from the very beginning. If I eliminate quicksearch from the
toolbar the assertions go away.
I know the assertions mention something about locale but nothing in
that area has changed on my machine.

java.lang.AssertionError
	at org.netbeans.modules.spellchecker.DefaultLocaleQueryImplementation.getDefaultLocale(DefaultLocaleQueryImplementation.java:85)
	at org.netbeans.modules.spellchecker.ComponentPeer.getDictionary(ComponentPeer.java:416)
	at org.netbeans.modules.spellchecker.ComponentPeer.computeHint(ComponentPeer.java:527)
	at org.netbeans.modules.spellchecker.ComponentPeer.access$100(ComponentPeer.java:115)
	at org.netbeans.modules.spellchecker.ComponentPeer$2.run(ComponentPeer.java:154)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:641)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1123)
Comment 2 Jan Lahoda 2010-02-26 10:56:35 UTC

*** This bug has been marked as a duplicate of bug 181136 ***
Comment 3 Jan Lahoda 2010-02-26 10:57:37 UTC
Has been already fixed as bug #181136 - please update and rebuild (at least the spellchecker module).