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 60041

Summary: CC of method without parameters doesn't add ending bracket
Product: editor Reporter: zikmund <zikmund>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: VERIFIED WORKSFORME    
Severity: blocker Keywords: REGRESSION
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description zikmund 2005-06-15 13:46:01 UTC
Build 200506142000

1) Have a Java class
2) Type and invoke CC at | position:
  String s; s.getByte|
3) Choose getBytes(), press Enter
4) ERROR:
There's missing right round bracket in completed code.
(It's regression against 4.1)
Comment 1 Roman Strobl 2005-07-11 16:47:56 UTC
It works for me in 200507061800. Feel free to reopen if it still doesn't work
for you.
Comment 2 zikmund 2005-07-11 16:51:51 UTC
Verified in 200507061800 build. (Probably only a short-term regression ;-))