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

Summary: [81cat] Wrong completion list in method definition.
Product: groovy Reporter: kosmonaffft
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:
Attachments: Wrong complete list.

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.