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 85978 - Completion parameter selection does not support nesting
Summary: Completion parameter selection does not support nesting
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 97195 109484 115406 118919 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-27 22:53 UTC by Petr Hrebejk
Modified: 2008-02-27 09:26 UTC (History)
2 users (show)

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 Petr Hrebejk 2006-09-27 22:53:44 UTC
Cursor is not placed inside bracket when selecting method from CC to complete
method call previously selected from CC.

Steps to reproduce - trying to get "s.concat(s.substring(2, 3));" :
1) type "String s; s.conca"
2) call CC and select method concat(String)
-> cursor is inside bracket, parameter is selected and has blue background
3) type "s.substrin"
4) call CC and select substring(int,int)
-> cursor is placed behind closing ")" of just inserted method.
Comment 1 Dusan Balek 2007-03-06 08:44:03 UTC
*** Issue 97195 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Prox 2007-07-12 12:46:54 UTC
*** Issue 109484 has been marked as a duplicate of this issue. ***
Comment 3 Dusan Balek 2007-09-17 12:34:33 UTC
*** Issue 115406 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Prox 2007-10-15 19:57:44 UTC
*** Issue 118919 has been marked as a duplicate of this issue. ***
Comment 5 Dusan Balek 2008-02-27 09:26:12 UTC
Fixed.

changeset 8873ed2c8361 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=8873ed2c8361