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 117747 - CamelCase in code completion breaks case sensitivity
Summary: CamelCase in code completion breaks case sensitivity
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 122434 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-04 10:52 UTC by Jiri Prox
Modified: 2008-05-28 09:34 UTC (History)
0 users

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 Jiri Prox 2007-10-04 10:52:28 UTC
Product Version: NetBeans IDE Dev (Build 20071004052249) Java: 1.6.0_05-ea; Java HotSpot(TM) Client VM 1.6.0_05-ea-b04
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) Userdir: /home/jp159440/.netbeans/dev

Camel case support in code completion breaks case sensitivity.

Steps to reproduce:
1) type TH and open CC
-> only "this" and "throw" are provided
-> classes "Thread*" which fits the pattern as well are missing
Comment 1 Jiri Prox 2007-11-21 07:55:03 UTC
*** Issue 122434 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Prox 2007-11-21 07:55:45 UTC
P3 duplicate -> upgrading to P3
Comment 3 Dusan Balek 2007-11-27 16:19:30 UTC
Fixed.

Checking in JavaCompletionProvider.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/JavaCompletionProvider.java,v  <--  JavaCompletionProvider.java
new revision: 1.171; previous revision: 1.170
done
Comment 4 Jiri Prox 2008-05-28 09:34:51 UTC
v.