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 193601 - Code completion for New watch is broken
Summary: Code completion for New watch is broken
Status: RESOLVED DUPLICATE of bug 176518
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-19 17:39 UTC by michal.owsiak
Modified: 2011-01-06 14:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
context list is not proper (294.02 KB, image/png)
2010-12-19 17:39 UTC, michal.owsiak
Details
it is not possible to use neither Java Doc nor classes list (328.74 KB, image/png)
2010-12-19 17:40 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2010-12-19 17:39:48 UTC
Created attachment 104272 [details]
context list is not proper

Use-case:

Follow test suite: Test suite: New watch dialog from

http://wiki.netbeans.org/TS_68_Debugger_Sanity

Execute test: Code completion context I

Result:

Code completion is not proper. After pressing "Crtl+space" for the first time, different classes with "String" prefix are shown instead of static fields of String class.

After second click, list is expanded however there is a bug. It is not possible to scroll neither Java Doc content nor classes list (scroll bars do not work). The only possibility here is to press Esc and go back to Expression editor.
Comment 1 michal.owsiak 2010-12-19 17:40:38 UTC
Created attachment 104273 [details]
it is not possible to use neither Java Doc nor classes list
Comment 2 Martin Entlicher 2010-12-19 19:02:17 UTC
1) This is not about debugger at all.
2) Please follow the test specification and write dot "." after String word.
3) If scroll bars do not work, it's most probably a problem of Java installation on Mac.

Moving to Editor completion to check the behavior of scroll bars on Mac.
Comment 3 michal.owsiak 2010-12-19 21:17:22 UTC
Indeed, I have overlooked "."

After typing "String." completion works as it should.

Error with scrolls remains - it is not possible to scroll through the completion list.
Comment 4 Dusan Balek 2011-01-06 14:33:22 UTC
Mac Os X specific already reported bug.

*** This bug has been marked as a duplicate of bug 176518 ***