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 - JavaDoc window search should't work case-sensitive
Summary: JavaDoc window search should't work case-sensitive
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-29 23:20 UTC by ytn01
Modified: 2015-08-30 06:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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