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 - Code completion fails to list words separated by an underscore
Summary: Code completion fails to list words separated by an underscore
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-23 10:22 UTC by zian
Modified: 2013-01-14 19:16 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Sample code to trigger the bug (1.04 KB, text/plain)
2009-04-23 10:24 UTC, zian
Details

Note You need to log in before you can comment on or make changes to this 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.