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 257566

Summary: Searching with Shift-Alt-O does not match based on camel case
Product: java Reporter: nb_johan1
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description nb_johan1 2016-01-14 14:42:46 UTC
I want to search for CatalogueManager, so I use Shift-Alt-O, and write 'CΜ' (capital).

It will match also classes like: CatalogueVersionDocument (because it contains a C and an m). But it should not match such classes.
Comment 1 Tomas Zezula 2016-06-09 13:54:44 UTC
You need to check the case sensitive check box.
When not case sensitive the capital is just used as separator which may be followed by anything in our case 'CM' will become /C.*M.*/i.