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 163459

Summary: Code completion fails to list words separated by an underscore
Product: java Reporter: zian <zian>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Sample code to trigger the bug

Description zian 2009-04-23 10:22:29 UTC
Setup:
Repro code is attached.
NetBeans 6.5.1
Windows Vista Ultimate 32-bit
JDK 1.6.13

Steps to Repro:
1. Go to any method in the code
2. Type in "UE"
3. Press CTRL+SPACE

"UNDEFINED_ERROR" should appear in the drop-down list but it does not. Contrast this with typing in "SE" and pressing 
CTRL+SPACE. In the latter case, "SEMANTIC_ERROR" appears properly.
Comment 1 zian 2009-04-23 10:24:15 UTC
Created attachment 80748 [details]
Sample code to trigger the bug
Comment 2 Rastislav Komara 2009-04-27 12:32:00 UTC
@dbalek: Please, evaluate this issue. Thank you.
Comment 3 Dusan Balek 2009-05-04 12:02:03 UTC
Came case code completion currently does not support words written in upper case separated by underscore. Changing to RFE.