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 254850

Summary: JavaDoc window search should't work case-sensitive
Product: java Reporter: ytn01
Component: JavadocAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description ytn01 2015-08-29 23:20:59 UTC
It looks like the JavaDoc window works case-sensitively.
For example, searching "hash" will show results like "hashCode()",... but not HashMap or HashTable.
or searching integer won't show Integer.

It would be ideal if the search works without limit of case sensitive matching.


Product Version = NetBeans IDE Dev (Build 201508290002)
Operating System = Mac OS X version 10.10.5 running on x86_64
Java; VM; Vendor = 1.8.0_60-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops u
Comment 1 ytn01 2015-08-30 02:21:57 UTC
(In reply to ytn01 from comment #0)
> It looks like the JavaDoc window works case-sensitively.
> For example, searching "hash" will show results like "hashCode()",... but
> not HashMap or HashTable.
> or searching integer won't show Integer.
> 
> It would be ideal if the search works without limit of case sensitive
> matching.
> 
> 
> Product Version = NetBeans IDE Dev (Build 201508290002)
> Operating System = Mac OS X version 10.10.5 running on x86_64
> Java; VM; Vendor = 1.8.0_60-ea
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23
> 
> Reproducibility: Happens every time
> 


Minor clarification, the window I'm refering to is the JavaDoc index search window (Shift + f1)