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

Summary: Completion parameter selection does not support nesting
Product: java Reporter: Petr Hrebejk <phrebejk>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker CC: jiriprox, roassump
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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