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

Summary: [cc] Code completion adds additional brackets if it's invoked right after the method call
Product: groovy Reporter: Martin Janicek <mjanicek>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.