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 231061 - [cc] Code completion adds additional brackets if it's invoked right after the method call
Summary: [cc] Code completion adds additional brackets if it's invoked right after the...
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-11 06:45 UTC by Martin Janicek
Modified: 2013-06-11 06:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2013-06-11 06:45:24 UTC
def eng = new GroovyScriptEngine()
eng.getConfig^().

..press CC on the ^ location. It will add additional brackets "()" which is not expected.