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 107226

Summary: Remove "Case Sensitive" option from Go To Type dialog
Product: java Reporter: jrojcek <jrojcek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker CC: sdedic
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 88714    

Description jrojcek 2007-06-19 14:57:18 UTC
I think the "Case Sensitive" option doesn't make much sense in Java. If properly capitalized then all types start with upper case. I would say that if the user 
starts writing upper case chars, then it means the user wants camel case.

You can also switch to case sensitive mode if the user types at least one upper case.
Comment 1 cs42de 2008-10-28 15:50:14 UTC
I think the 'Case Sensitve' option is missleading, because starting with an upper case char results in fact in a case
sensitive search which almost made me file a bug (if i hadn't found this issue).

Nevertheless somebody might need a case sensitve search when starting with lower case char - so the option should not be
removed but renamed or a comment should be added.

Product Version: NetBeans IDE 6.5 RC1 (Build 200810171318)
Java: 1.5.0_10; Java HotSpot(TM) Client VM 1.5.0_10-b03
System: Windows XP version 5.1 running on x86; Cp1252; de_DE (nb)
Comment 2 Svata Dedic 2013-11-20 14:56:08 UTC
The optionis long gone. GoTo type supports camel case, abbreviations and wildcards.