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 254331 - Code completion is always case sensitive when creating new class breakpoint
Summary: Code completion is always case sensitive when creating new class breakpoint
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 06:03 UTC by stwr
Modified: 2015-08-15 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture showing the dialog (31.72 KB, image/png)
2015-08-13 06:03 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-08-13 06:03:33 UTC
Created attachment 155316 [details]
Picture showing the dialog

Product Version: NetBeans IDE Dev (Build 201508120002)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 10 version 10.0 running on amd64; Cp1250; pl_PL (nb)
User directory: C:\Users\Malzonek\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Malzonek\AppData\Local\NetBeans\Cache\dev

Test Case --> http://services.netbeans.org/synergy/client/app/#/case/1210/suite/1660/v/1

--Use Case--

1. Try to create new class breakpoint, type 'javax.swing.j' in class name and invoke CC

CC in the New Breakpoint dialog is always case sensitive for class breakpoints. The CC option 'Case Sensitive Code Completion' does not impact the CC in this dialog. Therefore it is not so easy to pick desired class. IMO the CC option should control behavior of this CC as well.

Moreover CC is not case sensitive when creating a field or method breakpoint.
Comment 1 stwr 2015-08-13 06:06:33 UTC
Just went to the next test case --> http://services.netbeans.org/synergy/client/app/#/case/1211/suite/1661/v/1 and here the CC is case insensitive when creating an exception breakpoint. CC offers desired class when typing 'java.lang.c'.
Comment 2 Martin Entlicher 2015-08-13 13:21:39 UTC
Fixed by changeset:   290798:dca5e63d353d
http://hg.netbeans.org/core-main/rev/dca5e63d353d
Comment 3 Quality Engineering 2015-08-15 01:57:59 UTC
Integrated into 'main-silver', will be available in build *201508150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dca5e63d353d
User: mentlicher@netbeans.org
Log: #254331: Have the code-completion case insensitive.