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 19436 - JavaHelp search got Exception when searching for JA characters
Summary: JavaHelp search got Exception when searching for JA characters
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: brinkley
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-15 01:31 UTC by Loan Nguyen
Modified: 2008-12-22 19:47 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 Loan Nguyen 2002-01-15 01:32:07 UTC
Running Krakatoa build 16.4 - Forte Developer 7 (EA2 200111271845)

Steps to reproduce:
- Pseudo-localized any Help set  (pre-fixed with JA characters). In this case
ForteHelp for IFDEF.
- Run fortedev on the JA locale
- Open Help dialog from any Help set.
- Click on the Search icon
- Enter the Japanese characters that were used for pseudo-localization. 
- Got the Exception when hit return for searching.

Mon Jan 14 13:31:09 PST 2002: java.lang.IllegalArgumentException: <no message>
java.lang.IllegalArgumentException
        at 
com.sun.java.help.search.DefaultSearchQuery.run(DefaultSearchQuery.java:117)
[catch] at java.lang.Thread.run(Thread.java:484)
java.lang.ArrayIndexOutOfBoundsException
        at com.sun.java.help.search.HitStoreNode.fastAdd(HitStore.java:39)
        at com.sun.java.help.search.HitStoreNode.add(HitStore.java:55)
        at com.sun.java.help.search.HitStore.addQueryHit(HitStore.java:179)
        at com.sun.java.help.search.Query.getConceptArrayOfNewHit(Query.java:90)
        at com.sun.java.help.search.RoleFiller.makeQueryHit(RoleFiller.java:50)
        at com.sun.java.help.search.RoleFiller.scoreList(RoleFiller.java:168)
        at com.sun.java.help.search.Search.searchDocument(Search.java:173)
        at com.sun.java.help.search.Search.startSearch(Search.java:130)
        at 
com.sun.java.help.search.QueryEngine.processQuery(QueryEngine.java:141)
        at 
com.sun.java.help.search.DefaultSearchQuery.run(DefaultSearchQuery.java:114)
        at java.lang.Thread.run(Thread.java:484)
Comment 1 _ pkuzel 2002-01-17 11:48:04 UTC
The help system is provided by core.
Comment 2 Jesse Glick 2002-02-13 13:17:52 UTC
Possible JavaHelp bug? Can't tell, there is no message, and I don't
think I have sources for this.
Comment 3 _ ttran 2002-06-12 10:57:23 UTC
no chance to fix this bug in NB code.  Bug in JavaHelp
Comment 4 Quality Engineering 2003-07-01 15:59:00 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 5 Quality Engineering 2003-07-01 16:46:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.