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 186036 - [69cat] CC tip popup doesn't work behind unresolved arguments
Summary: [69cat] CC tip popup doesn't work behind unresolved arguments
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-12 16:38 UTC by matthies
Modified: 2010-05-26 19:52 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 matthies 2010-05-12 16:38:48 UTC
For example, in a static context without any variables, argument guessing for System.arraycopy results in

    System.arraycopy(null, srcPos, null, destPos, length)

where srcPos, destPos and length are unresolved. Invoking the CC tip popup (Ctrl+P) only works up to and including srcPos, the first unresolved argument. This doesn't seem to make sense, as invoking the tip popup before or on srcPos does show the complete parameter list. It's also inconvenient when you're filling in long argument lists out of order, where you would want to use the tip popup on some argument to see which parameter this is. E.g. in the above example, you'd want to invoke the tip on the second "null" to see that this is the "dest" parameter; but you can't. The farther at the end the argument of interest is, the more inconvenient this becomes.
Comment 1 Dusan Balek 2010-05-14 15:19:12 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/bcb77a8e552b
Comment 2 Quality Engineering 2010-05-17 15:27:30 UTC
Integrated into 'main-golden', will be available in build *201005170932* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log:
Comment 3 matthies 2010-05-26 19:52:08 UTC
Verified.