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 73157 - Code completion shows complete differente options than typed
Summary: Code completion shows complete differente options than typed
Status: RESOLVED DUPLICATE of bug 73679
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-01 20:02 UTC by brviking
Modified: 2006-03-30 16:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Auto-complete with erroneous options (166.12 KB, image/jpeg)
2006-03-01 20:05 UTC, brviking
Details
Stacktrace occur when erroneous options are shown (3.94 KB, text/plain)
2006-03-01 20:06 UTC, brviking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brviking 2006-03-01 20:02:41 UTC
At line I type "Boleto" expecting code completion shows several options for this
word, but auto complete shows only "String" and their derivatives.

Tried to close auto-complete, and open with Ctrl+Space but same.

I'll attach a print screen.
Comment 1 brviking 2006-03-01 20:05:24 UTC
Created attachment 29072 [details]
Auto-complete with erroneous options
Comment 2 brviking 2006-03-01 20:06:35 UTC
Created attachment 29073 [details]
Stacktrace occur when erroneous options are shown
Comment 3 brviking 2006-03-01 20:07:24 UTC
Interesting... Sometime I get exactly same stacktrace when type Alt+G or Alt+O...
Comment 4 brviking 2006-03-06 13:06:23 UTC
Changing priority as suggested by Roman Strobl in NetBeans users list.
Comment 5 Pavel Flaska 2006-03-27 12:28:44 UTC
It does not seem to me P1 issue, it is not reproducible on my computer. (I tried
the similiar example.) Are you able to reproduce routinely?
Comment 6 Jiri Prox 2006-03-27 12:41:58 UTC
I've seen this once but I cannot reproduced it anymore
Comment 7 brviking 2006-03-28 01:17:25 UTC
Unfortunatelly, yes. This occur a lots.
And latelly, I can't get auto-complete show options for KeyEvent - is like this
class doesn't exists any more (other class too - but this was more visible since
I've a very big swing program here).
More I work, more classes appear to show wrong options. Could this be caused by
some broken cache or something? I have several JVMs here (BEA, Sun - either
1.5.0 and 1.6.00 - Windows, IBM), and from times to times I switch to different
JVM to know if my app is working fine.
Comment 8 Jan Becicka 2006-03-30 16:11:58 UTC

*** This issue has been marked as a duplicate of 73679 ***