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 253598 - [81cat] Wrong completion list in method definition.
Summary: [81cat] Wrong completion list in method definition.
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-21 04:00 UTC by kosmonaffft
Modified: 2015-07-21 04:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Wrong complete list. (145.76 KB, image/png)
2015-07-21 04:00 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2015-07-21 04:00:24 UTC
Created attachment 154749 [details]
Wrong complete list.

Groovy autocompleter show wrong completion list in method definition.

def foo( /* cursor is here and ctrl+space is pressed */ )

it shows a lot of keywords, which cannot be applied in this context, like 'private', 'public', 'static', etc.

See screenshot.