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 - CC of method without parameters doesn't add ending bracket
Summary: CC of method without parameters doesn't add ending bracket
Status: VERIFIED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-06-15 13:46 UTC by zikmund
Modified: 2007-11-05 13:38 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 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 ;-))